Module Name:    src
Committed By:   apb
Date:           Fri Sep 16 14:32:53 UTC 2011

Modified Files:
        src/usr.bin/stat: stat.1

Log Message:
More corrections to format compatibility between stat(1), find(1) -ls,
and ls(1) -lT.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/stat/stat.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/stat/stat.1
diff -u src/usr.bin/stat/stat.1:1.32 src/usr.bin/stat/stat.1:1.33
--- src/usr.bin/stat/stat.1:1.32	Fri Sep 16 13:33:13 2011
+++ src/usr.bin/stat/stat.1	Fri Sep 16 14:32:53 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stat.1,v 1.32 2011/09/16 13:33:13 wiz Exp $
+.\"	$NetBSD: stat.1,v 1.33 2011/09/16 14:32:53 apb Exp $
 .\"
 .\" Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -479,7 +479,7 @@
 .Xr find 1
 displays the time in a different format, and
 .Xr find 1
-adds at least one space after the comma in
+sometimes adds one or more spaces after the comma in
 .Dq Ar major , Ns Ar minor
 for device nodes):
 .Bd -literal -offset indent
@@ -501,7 +501,7 @@
 .Dq Ar major , Ns Ar minor
 for device nodes):
 .Bd -literal -offset indent
-\*[Gt] stat -f "%-11Sp %l %Su  %Sg  %5Z %Sm %N%SY" /tmp/bar
+\*[Gt] stat -f "%-11Sp %l %Su  %Sg  %Z %Sm %N%SY" /tmp/bar
 -rw-r--r--  1 root  wheel  0 Jul  8 10:26:03 2004 /tmp/bar
 
 \*[Gt] ls -lTd /tmp/bar

Reply via email to