Subject: CVS commit: src/share/man/man9
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 07/30/2007 03:25:51
Module Name:	src
Committed By:	rumble
Date:		Mon Jul 30 03:25:51 UTC 2007

Modified Files:
	src/share/man/man9: vnodeops.9

Log Message:
Be more specific in the description of VOP_READDIR:
 - uio->uio_offset must be set to the offset of the next directory entry.
 - each cookie entry points to the next directory entry's offset, not the
   current entry's offset.
 - cookies must be callee allocated with malloc type M_TEMP.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/share/man/man9/vnodeops.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.