diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-08 08:24:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-08 08:24:11 +0000 |
commit | 76c3c67b2b914c70b220b243f8ce55b59c9b08b1 (patch) | |
tree | e9b8e8fee21fa0e9527831a192e7ddc43a4badb0 /usr.bin/stat | |
parent | 7188439deac3b7ca3278ac05c903d9c9205ef3ff (diff) |
from reed@netbsd:
Be consistent: document the birthtime field of struct stat for
the "B" field specifier.
Diffstat (limited to 'usr.bin/stat')
-rw-r--r-- | usr.bin/stat/stat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index 81a9998e93d..b32f184846f 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.1,v 1.16 2008/10/06 13:41:33 todd Exp $ +.\" $OpenBSD: stat.1,v 1.17 2008/11/08 08:24:10 jmc Exp $ .\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 6 2008 $ +.Dd $Mdocdate: November 8 2008 $ .Dt STAT 1 .Os .Sh NAME @@ -315,7 +315,7 @@ The time .Ar file was last accessed or modified, or when the inode was last changed, or the birth time of the inode -.Pq Fa st_atime , st_mtime , st_ctime . +.Pq Fa st_atime , st_mtime , st_ctime , st_birthtime . If the file system does not support birth time, the value is undefined. .It Cm z The size of |