BSD 4_4_Lite1 release
[unix-history] / usr / src / share / man / man5 / dir.5
index 0d08882..39d7b77 100644 (file)
@@ -29,9 +29,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)dir.5      8.1 (Berkeley) 6/5/93
+.\"     @(#)dir.5      8.3 (Berkeley) 4/19/94
 .\"
 .\"
-.Dd June 5, 1993
+.Dd April 19, 1994
 .Dt DIR 5
 .Os BSD 4.2
 .Sh NAME
 .Dt DIR 5
 .Os BSD 4.2
 .Sh NAME
 .Fd #include <sys/types.h>
 .Fd #include <sys/dir.h>
 .Sh DESCRIPTION
 .Fd #include <sys/types.h>
 .Fd #include <sys/dir.h>
 .Sh DESCRIPTION
-Directories provide a convienent hierarchical method of grouping
+Directories provide a convenient hierarchical method of grouping
 files while obscuring the underlying details of the storage medium.
 A directory file is differentiated from a plain file
 by a flag in its
 .Xr inode 5
 entry.
 files while obscuring the underlying details of the storage medium.
 A directory file is differentiated from a plain file
 by a flag in its
 .Xr inode 5
 entry.
-It consists of records (directory entries) each of which contain
+It consists of records (directory entries) each of which contains
 information about a file and a pointer to the file itself.
 Directory entries may contain other directories
 as well as plain files; such nested directories are refered to as
 subdirectories. 
 A hierarchy of directories and files is formed in this manner
 information about a file and a pointer to the file itself.
 Directory entries may contain other directories
 as well as plain files; such nested directories are refered to as
 subdirectories. 
 A hierarchy of directories and files is formed in this manner
-and is called a file system (or refered to as a file system tree).
+and is called a file system (or referred to as a file system tree).
 .\" An entry in this tree,
 .\" nested or not nested,
 .\" is a pathname.
 .\" An entry in this tree,
 .\" nested or not nested,
 .\" is a pathname.