summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vm_map_clean.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
committerru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
commit7a3e657c56eb965857c0eaa67dfd6280cc69f93b (patch)
tree36796da3893db6597f28e6ae2ca01d40b60b73cb /share/man/man9/vm_map_clean.9
parente892f32ba81eb2390a9e34d8cea91ef6c95ce340 (diff)
downloadFreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.zip
FreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.tar.gz
Sort sections.
Diffstat (limited to 'share/man/man9/vm_map_clean.9')
-rw-r--r--share/man/man9/vm_map_clean.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/vm_map_clean.9 b/share/man/man9/vm_map_clean.9
index 85af33c..a739044 100644
--- a/share/man/man9/vm_map_clean.9
+++ b/share/man/man9/vm_map_clean.9
@@ -61,6 +61,10 @@ is TRUE, any cached pages are also freed.
.Pp
The range provided must be contiguous, it MUST NOT contain holes.
The range provided MUST NOT contain any sub-map entries.
+.Sh IMPLEMENTATION NOTES
+This routine holds the
+.Va Giant
+lock to prevent multiple entry.
.Sh RETURN VALUES
The
.Fn vm_map_clean
@@ -74,10 +78,6 @@ will be returned if the function encountered a sub-map entry;
.Dv KERN_INVALID_ARGUMENT
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
-.Va Giant
-lock to prevent multiple entry.
.Sh SEE ALSO
.Xr vm_map 9
.Sh AUTHORS
OpenPOWER on IntegriCloud