Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2010 22:20:08 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216215 - head/usr.bin/stat
Message-ID:  <201012052220.oB5MK8po010312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@openbsd."
  
  Obtained from:	wiz@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012052220.oB5MK8po010312>