diff options
-rw-r--r-- | usr.bin/stat/stat.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index a94c305..dbb0baa 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -51,7 +51,7 @@ The utility displays information about the file pointed to by .Ar file . Read, write, or execute permissions of the named file are not required, but -all directories listed in the path name leading to the file must be +all directories listed in the pathname leading to the file must be searchable. If no argument is given, .Nm @@ -372,7 +372,7 @@ Device number for character and block device special files. .It Cm a , m , c , B The time .Ar file -was last accessed or modified, of when the inode was last changed, or +was last accessed or modified, or when the inode was last changed, or the birth time of the inode. .It Cm z The size of |