Fixed xref.

This commit is contained in:
Ruslan Ermilov 2005-01-21 10:17:17 +00:00
parent 462fbe1ec0
commit feaaabdc8f
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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 ,