summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vm_map_clean.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-06 06:53:42 +0000
committerru <ru@FreeBSD.org>2004-07-06 06:53:42 +0000
commitc1e28c4e1fc1735709ed7685bffa5eb10d231186 (patch)
treeb6b3eecd3b6fb113fdd7ea6a76886cf7829e436b /share/man/man9/vm_map_clean.9
parentc7f4960c7966fefb0a5ee928efa3727b2b855493 (diff)
downloadFreeBSD-src-c1e28c4e1fc1735709ed7685bffa5eb10d231186.zip
FreeBSD-src-c1e28c4e1fc1735709ed7685bffa5eb10d231186.tar.gz
mdoc(7) fixes.
Diffstat (limited to 'share/man/man9/vm_map_clean.9')
-rw-r--r--share/man/man9/vm_map_clean.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/vm_map_clean.9 b/share/man/man9/vm_map_clean.9
index f011180..d39fde5 100644
--- a/share/man/man9/vm_map_clean.9
+++ b/share/man/man9/vm_map_clean.9
@@ -26,7 +26,7 @@
.\" $FreeBSD$
.\"
.Dd July 19, 2003
-.Dt vm_map_clean 9
+.Dt VM_MAP_CLEAN 9
.Sh NAME
.Nm vm_map_clean
.Nd push dirty pages to their pager
@@ -35,7 +35,10 @@
.In vm/vm.h
.In vm/vm_map.h
.Ft int
-.Fn vm_map_clean "vm_map_t map" "vm_offset_t start" "vm_offset_t end" "boolean_t syncio" "boolean_t invalidate"
+.Fo vm_map_clean
+.Fa "vm_map_t map" "vm_offset_t start" "vm_offset_t end" "boolean_t syncio"
+.Fa "boolean_t invalidate"
+.Fc
.Sh DESCRIPTION
The
.Fn vm_map_clean
@@ -63,9 +66,6 @@ The
function returns
.Dv KERN_SUCCESS
if successful.
-otherwise
-.Dv KERN_INVALID_ARGUMENT
-will be returned.
.Pp
Otherwise,
.Dv KERN_INVALID_ADDRESS
@@ -75,7 +75,7 @@ will be returned if the function encountered a hole in the region provided,
or if an entry could not be found for the given start address.
.Sh IMPLEMENTATION NOTES
This routine holds the
-.Dv Giant
+.Va Giant
lock to prevent multiple entry.
.Sh SEE ALSO
.Xr vm_map 9
OpenPOWER on IntegriCloud