summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_READDIR.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-10-23 02:11:14 +0000
committerhmp <hmp@FreeBSD.org>2003-10-23 02:11:14 +0000
commit909c96e69e234d87987ecbfc63ab2d9e229da679 (patch)
tree49e43cf73e69278da0f6a2bc4b97629211416351 /share/man/man9/VOP_READDIR.9
parent08700a775af8e0a1ea51ff0ef7b16681e29f489a (diff)
downloadFreeBSD-src-909c96e69e234d87987ecbfc63ab2d9e229da679.zip
FreeBSD-src-909c96e69e234d87987ecbfc63ab2d9e229da679.tar.gz
Mdoc Janitor:
* Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
Diffstat (limited to 'share/man/man9/VOP_READDIR.9')
-rw-r--r--share/man/man9/VOP_READDIR.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/VOP_READDIR.9 b/share/man/man9/VOP_READDIR.9
index cac89b5..9726a55 100644
--- a/share/man/man9/VOP_READDIR.9
+++ b/share/man/man9/VOP_READDIR.9
@@ -58,7 +58,8 @@ directory seek cookies generated for NFS (NULL if not wanted)
.El
The directory contents are read into
.Vt struct dirent
-structures. If the on-disc data structures differ from this then they
+structures.
+If the on-disc data structures differ from this then they
should be translated.
.Sh LOCKS
The directory should be locked on entry and will still be locked on exit.
@@ -77,7 +78,8 @@ should be set to TRUE if the end of the directory is reached while
reading.
The directory seek cookies are returned to the NFS client and may be used
later to restart a directory read part way through the directory.
-There should be one cookie returned per directory entry. The value of
+There should be one cookie returned per directory entry.
+The value of
the cookie should be the offset within the directory where the on-disc
version of the appropriate directory entry starts.
Memory for the cookies should be allocated using:
OpenPOWER on IntegriCloud