summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_RDWR.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VOP_RDWR.9')
-rw-r--r--share/man/man9/VOP_RDWR.922
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man9/VOP_RDWR.9 b/share/man/man9/VOP_RDWR.9
index dfe25f3..928b860 100644
--- a/share/man/man9/VOP_RDWR.9
+++ b/share/man/man9/VOP_RDWR.9
@@ -49,13 +49,13 @@ These entry points read or write the contents of a file
The arguments are:
.Bl -tag -width ioflag
.It Fa vp
-the vnode of the file
+The vnode of the file.
.It Fa uio
-the location of the data to be read or written
+The location of the data to be read or written.
.It Fa ioflag
-various flags
+Various flags.
.It Fa cnp
-the credentials of the caller
+The credentials of the caller.
.El
.Pp
The
@@ -66,20 +66,20 @@ read-ahead hint (in units of file system blocks) that the file system
should attempt.
The low 16 bits are a bit mask which can contain
the following flags:
-.Bl -tag -width IO_NODELOCKED
+.Bl -tag -width ".Dv IO_NODELOCKED"
.It Dv IO_UNIT
-do I/O as atomic unit
+Do I/O as atomic unit.
.It Dv IO_APPEND
-append write to end
+Append write to end.
.It Dv IO_SYNC
-do I/O synchronously
+Do I/O synchronously.
.It Dv IO_NODELOCKED
-underlying node already locked
+Underlying node already locked.
.It Dv IO_NDELAY
.Dv FNDELAY
-flag set in file table
+flag set in file table.
.It Dv IO_VMIO
-data already in VMIO space
+Data already in VMIO space.
.El
.Sh LOCKS
The file should be locked on entry and will still be locked on exit.
OpenPOWER on IntegriCloud