svn commit: r216215 - head/usr.bin/stat

Doug Barton dougb at FreeBSD.org
Sun Dec 5 22:20:08 UTC 2010


Author: dougb
Date: Sun Dec  5 22:20:08 2010
New Revision: 216215
URL: http://svn.freebsd.org/changeset/base/216215

Log:
  Bring in the changes from NetBSD 1.16 that we did not already have.
  
  "Some fixes from jmc at openbsd."
  
  Obtained from:	wiz at NetBSD.org

Modified:
  head/usr.bin/stat/stat.1

Modified: head/usr.bin/stat/stat.1
==============================================================================
--- head/usr.bin/stat/stat.1	Sun Dec  5 22:18:35 2010	(r216214)
+++ head/usr.bin/stat/stat.1	Sun Dec  5 22:20:08 2010	(r216215)
@@ -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 de
 .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


More information about the svn-src-all mailing list