diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-05 22:20:08 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-05 22:20:08 +0000 |
commit | 8675a57d57db7096e72b2e3922ffaf6599bb4744 (patch) | |
tree | d6a1fafe74f825999b44337682834772f9e248ec /usr.bin/stat | |
parent | e63325a777edc296ed63c10ce22e0ca9005c1a71 (diff) | |
download | FreeBSD-src-8675a57d57db7096e72b2e3922ffaf6599bb4744.zip FreeBSD-src-8675a57d57db7096e72b2e3922ffaf6599bb4744.tar.gz |
Bring in the changes from NetBSD 1.16 that we did not already have.
"Some fixes from jmc@openbsd."
Obtained from: wiz@NetBSD.org
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 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 |