summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vm_map_madvise.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_madvise.9
parentc7f4960c7966fefb0a5ee928efa3727b2b855493 (diff)
downloadFreeBSD-src-c1e28c4e1fc1735709ed7685bffa5eb10d231186.zip
FreeBSD-src-c1e28c4e1fc1735709ed7685bffa5eb10d231186.tar.gz
mdoc(7) fixes.
Diffstat (limited to 'share/man/man9/vm_map_madvise.9')
-rw-r--r--share/man/man9/vm_map_madvise.910
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/vm_map_madvise.9 b/share/man/man9/vm_map_madvise.9
index 003b000..6618cc3 100644
--- a/share/man/man9/vm_map_madvise.9
+++ b/share/man/man9/vm_map_madvise.9
@@ -26,7 +26,7 @@
.\" $FreeBSD$
.\"
.Dd July 19, 2003
-.Dt vm_map_madvise 9
+.Dt VM_MAP_MADVISE 9
.Sh NAME
.Nm vm_map_madvise
.Nd apply advice about use of memory to map entries
@@ -35,7 +35,9 @@
.In vm/vm.h
.In vm/vm_map.h
.Ft int
-.Fn vm_map_madvise "vm_map_t map" "vm_offset_t start" "vm_offset_t end" "int behav"
+.Fo vm_map_madvise
+.Fa "vm_map_t map" "vm_offset_t start" "vm_offset_t end" "int behav"
+.Fc
.Sh DESCRIPTION
The
.Fn vm_map_madvise
@@ -49,13 +51,13 @@ and
.Fa end .
.Pp
Advisories are classified as either those affecting the
-.Dv vm_map_entry
+.Vt vm_map_entry
structure, or those affecting the underlying objects.
.Pp
The
.Fn vm_map_madvise
function is used by the
-.Fn madvise
+.Xr madvise 2
system call.
.Sh RETURN VALUES
The
OpenPOWER on IntegriCloud