diff options
Diffstat (limited to 'share/man/man9/VOP_GETPAGES.9')
-rw-r--r-- | share/man/man9/VOP_GETPAGES.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_GETPAGES.9 b/share/man/man9/VOP_GETPAGES.9 index e019c5e..ffac609 100644 --- a/share/man/man9/VOP_GETPAGES.9 +++ b/share/man/man9/VOP_GETPAGES.9 @@ -108,7 +108,7 @@ in addition to calling .Xr vm_page_undirty 9 . .It Dv VM_PAGER_BAD The page was entirely beyond the end of the backing file. -This condition should not be possible if the vnode's filesystem +This condition should not be possible if the vnode's file system is correctly implemented. .It Dv VM_PAGER_ERROR The page could not be written because of an error on the underlying storage |