From feaaabdc8facc4c2308d82b3552db7bcb6644bfd Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 21 Jan 2005 10:17:17 +0000 Subject: [PATCH] Fixed xref. --- share/man/man9/VOP_GETPAGES.9 | 2 +- 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 3ead1af1f41..e019c5ee9e8 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 ff2cc710156..cbaff5f4c0f 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 ,