Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/stat Since we have st_birthtime in struct stat, it i...



details:   https://anonhg.NetBSD.org/src/rev/7b81e4daa0f0
branches:  trunk
changeset: 752931:7b81e4daa0f0
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Mar 11 21:37:01 2010 +0000

description:
Since we have st_birthtime in struct stat, it is in default display.

diffstat:

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

diffs (17 lines):

diff -r 80d8fe91155f -r 7b81e4daa0f0 usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1       Thu Mar 11 19:28:55 2010 +0000
+++ b/usr.bin/stat/stat.1       Thu Mar 11 21:37:01 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.1,v 1.26 2008/11/07 16:49:45 wiz Exp $
+.\"    $NetBSD: stat.1,v 1.27 2010/03/11 21:37:01 enami Exp $
 .\"
 .\" Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -94,6 +94,7 @@
 .Fa st_atime ,
 .Fa st_mtime ,
 .Fa st_ctime ,
+.Fa st_birthtime ,
 .Fa st_blksize ,
 .Fa st_blocks ,
 and



Home | Main Index | Thread Index | Old Index