aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-21 10:17:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-21 10:17:17 +0000
commitfeaaabdc8facc4c2308d82b3552db7bcb6644bfd (patch)
tree71a0b20bd3acc45b789fb05f66f5e7ec17724f02
parent462fbe1ec0279cf06dbc41d7b098a99a55c9e9b5 (diff)
Notes
-rw-r--r--share/man/man9/VOP_GETPAGES.92
-rw-r--r--share/man/man9/VOP_OPENCLOSE.92
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_GETPAGES.9 b/share/man/man9/VOP_GETPAGES.9
index 3ead1af1f418..e019c5ee9e80 100644
--- a/share/man/man9/VOP_GETPAGES.9
+++ b/share/man/man9/VOP_GETPAGES.9
@@ -94,7 +94,7 @@ The possible status values are as follows:
.It Dv VM_PAGER_OK
The page was successfully written.
The implementation must call
-.Xr vm_pager_undirty 9
+.Xr vm_page_undirty 9
to mark the page as clean.
.It Dv VM_PAGER_PEND
The page was scheduled to be written asynchronously.
diff --git a/share/man/man9/VOP_OPENCLOSE.9 b/share/man/man9/VOP_OPENCLOSE.9
index ff2cc710156e..cbaff5f4c0fc 100644
--- a/share/man/man9/VOP_OPENCLOSE.9
+++ b/share/man/man9/VOP_OPENCLOSE.9
@@ -64,7 +64,7 @@ Additionally,
can accept a file descriptor number in
.Fa fdidx ;
this is useful for file systems which require such information, e.g.,
-.Xr fdesc 5 .
+.Xr fdescfs 5 .
.Pp
The access mode is a set of flags, including
.Dv FREAD ,