summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-21 10:17:17 +0000
committerru <ru@FreeBSD.org>2005-01-21 10:17:17 +0000
commit3732ee2c4e59b1ca5b843652a36e78f4514044e9 (patch)
tree71a0b20bd3acc45b789fb05f66f5e7ec17724f02 /share
parente8f9b51a47d84b5bdbd55bc0d136d1d536064a9a (diff)
downloadFreeBSD-src-3732ee2c4e59b1ca5b843652a36e78f4514044e9.zip
FreeBSD-src-3732ee2c4e59b1ca5b843652a36e78f4514044e9.tar.gz
Fixed xref.
Diffstat (limited to 'share')
-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 3ead1af1..e019c5e 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 ff2cc71..cbaff5f 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 ,
OpenPOWER on IntegriCloud