diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2010-12-05 22:20:08 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-05 22:20:08 +0000 |
| commit | 7c304a3b0f0edd598f0a5ab11d2153cd985b69e6 (patch) | |
| tree | d6a1fafe74f825999b44337682834772f9e248ec /usr.bin/stat | |
| parent | 18c5bc22794e2dae70fb421d4fa05471bc107bb2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/stat')
| -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 a94c305b93c9d..dbb0baaf763da 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 |
