Module Name: src
Committed By: pooka
Date: Fri Jan 8 00:43:58 UTC 2010
Modified Files:
src/share/man/man9: vattr.9
Log Message:
* update copypasted struct vattr (nobody wants manpages autogenerated
from interface descriptions because then we'd all be out of
things to commit)
* make "CODE REFERENCES" make a little more sense
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/vattr.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/vattr.9
diff -u src/share/man/man9/vattr.9:1.11 src/share/man/man9/vattr.9:1.12
--- src/share/man/man9/vattr.9:1.11 Wed Apr 22 20:53:44 2009
+++ src/share/man/man9/vattr.9 Fri Jan 8 00:43:57 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: vattr.9,v 1.11 2009/04/22 20:53:44 elad Exp $
+.\" $NetBSD: vattr.9,v 1.12 2010/01/08 00:43:57 pooka Exp $
.\"
.\" Copyright (c) 2001 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 April 22, 2009
+.Dd January 8, 2010
.Dt VATTR 9
.Os
.Sh NAME
@@ -55,8 +55,8 @@
nlink_t va_nlink; /* number of references to file */
uid_t va_uid; /* owner user id */
gid_t va_gid; /* owner group id */
- long va_fsid; /* file system id (dev for now) */
- long va_fileid; /* file id */
+ dev_t va_fsid; /* file system id (dev for now) */
+ ino_t va_fileid; /* file id */
u_quad_t va_size; /* file size in bytes */
long va_blocksize; /* blocksize preferred for i/o */
struct timespec va_atime; /* time of last access */
@@ -110,7 +110,7 @@
All pathnames are relative to
.Pa /usr/src .
.Pp
-The vnode attributes ares implemented within the file
+.Fn vattr_null is implemented in
.Pa sys/kern/vfs_subr.c .
.Sh SEE ALSO
.Xr intro 9 ,