Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Add a reference to dir(5) per PR 14291



details:   https://anonhg.NetBSD.org/src/rev/482c8da7fe82
branches:  trunk
changeset: 521676:482c8da7fe82
user:      fair <fair%NetBSD.org@localhost>
date:      Sun Feb 03 08:05:12 2002 +0000

description:
Add a reference to dir(5) per PR 14291

diffstat:

 lib/libc/sys/stat.2 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 0d9604df8827 -r 482c8da7fe82 lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Sun Feb 03 08:00:05 2002 +0000
+++ b/lib/libc/sys/stat.2       Sun Feb 03 08:05:12 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.2,v 1.24 2001/10/23 09:26:59 kleink Exp $
+.\"    $NetBSD: stat.2,v 1.25 2002/02/03 08:05:12 fair Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -147,6 +147,11 @@
 .Fa struct stat
 are as follows:
 .Bl -tag -width XXXst_blksize
+.It st_size
+The size of the file in bytes.
+A directory will be a multiple of the size of the
+.Xr dirent 5
+structure.
 .It st_blksize
 The optimal I/O block size for the file.
 .It st_blocks
@@ -268,6 +273,7 @@
 .Xr chmod 2 ,
 .Xr chown 2 ,
 .Xr utimes 2 ,
+.Xr dir 5 ,
 .Xr symlink 7
 .Sh STANDARDS
 The



Home | Main Index | Thread Index | Old Index