summaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_GETPAGES.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VOP_GETPAGES.9')
-rw-r--r--share/man/man9/VOP_GETPAGES.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/VOP_GETPAGES.9 b/share/man/man9/VOP_GETPAGES.9
index 2fb05f07f7d7..d8135fbb7754 100644
--- a/share/man/man9/VOP_GETPAGES.9
+++ b/share/man/man9/VOP_GETPAGES.9
@@ -46,19 +46,19 @@
.Sh DESCRIPTION
The arguments are:
.Bl -tag -width reqpage
-.It Ar vp
+.It Fa vp
The file to access.
-.It Ar m
+.It Fa m
A page ???
-.It Ar count
+.It Fa count
How many pages to access.
-.It Ar sync
+.It Fa sync
Nonzero if the write should be synchronous.
-.It Ar rtvals
+.It Fa rtvals
???
-.It Ar reqpage
+.It Fa reqpage
???
-.It Ar offset
+.It Fa offset
Offset in the file to start accessing.
.El
.Pp