diff options
-rw-r--r-- | share/man/man9/VOP_GETPAGES.9 | 2 | ||||
-rw-r--r-- | share/man/man9/VOP_OPENCLOSE.9 | 2 |
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 , |