Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/stat More corrections to format compatibility betwee...



details:   https://anonhg.NetBSD.org/src/rev/8a7a66f3e838
branches:  trunk
changeset: 769620:8a7a66f3e838
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Sep 16 14:32:53 2011 +0000

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

diffstat:

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

diffs (27 lines):

diff -r ddaa353ff5f2 -r 8a7a66f3e838 usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1       Fri Sep 16 13:33:13 2011 +0000
+++ b/usr.bin/stat/stat.1       Fri Sep 16 14:32:53 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index