mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed xref.
This commit is contained in:
parent
462fbe1ec0
commit
feaaabdc8f
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue