Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/stat Some fixes from jmc@openbsd.



details:   https://anonhg.NetBSD.org/src/rev/eb487644418e
branches:  trunk
changeset: 580001:eb487644418e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 04 13:34:40 2005 +0000

description:
Some fixes from jmc@openbsd.

diffstat:

 usr.bin/stat/stat.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 34a5b0f2697c -r eb487644418e usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1       Mon Apr 04 11:26:50 2005 +0000
+++ b/usr.bin/stat/stat.1       Mon Apr 04 13:34:40 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.1,v 1.15 2005/01/08 03:46:05 yamt Exp $
+.\"    $NetBSD: stat.1,v 1.16 2005/04/04 13:34:40 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -62,7 +62,7 @@
 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
@@ -83,7 +83,7 @@
 .Bl -tag -width XFXformatXXX
 .It Fl F
 As in
-.Ic ls ,
+.Xr ls 1 ,
 display a slash
 .Pq Sq /
 immediately after each pathname that is a directory, an
@@ -354,7 +354,7 @@
 .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
@@ -373,7 +373,7 @@
 .El
 .Pp
 The following four field specifiers are not drawn directly from the
-data in struct stat, but are
+data in struct stat, but are:
 .Bl -tag -width Ds
 .It Cm N
 The name of the file.



Home | Main Index | Thread Index | Old Index