Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/stat Bump date for previous. Remove trailing whitesp...



details:   https://anonhg.NetBSD.org/src/rev/dbead92faf1e
branches:  trunk
changeset: 783064:dbead92faf1e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Dec 03 07:49:21 2012 +0000

description:
Bump date for previous. Remove trailing whitespace.

diffstat:

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

diffs (36 lines):

diff -r 7c0301dde3b4 -r dbead92faf1e usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1       Sun Dec 02 22:11:25 2012 +0000
+++ b/usr.bin/stat/stat.1       Mon Dec 03 07:49:21 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.1,v 1.35 2012/12/02 21:13:07 erh Exp $
+.\"    $NetBSD: stat.1,v 1.36 2012/12/03 07:49:21 wiz Exp $
 .\"
 .\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 22, 2011
+.Dd December 2, 2012
 .Dt STAT 1
 .Os
 .Sh NAME
@@ -168,14 +168,14 @@
 When run as
 .Nm readlink ,
 suppress error messages.
-This is equivalent to specifying 
-.Bd -literal 
+This is equivalent to specifying
+.Bd -literal
 FMT="st_dev=%d st_ino=%i st_mode=%#p st_nlink=%l st_uid=%u st_gid=%g"
 FMT="$FMT st_rdev=%r st_size=%z st_atime=%Sa st_mtime=%Sm st_ctime=%Sc"
 FMT="$FMT st_birthtime=%SB st_blksize=%k st_blocks=%b st_flags=%f"
 stat -t %s -f "$FMT" .
 .Ed
-Note that if you use a timeformat that contains embedded whitespace or shell 
+Note that if you use a timeformat that contains embedded whitespace or shell
 meta-characters you will need to include appropriate quoting so the
 .Fl s
 output remains valid.



Home | Main Index | Thread Index | Old Index