diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-06 06:53:42 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-06 06:53:42 +0000 |
commit | a970c85ca93a3652d5993ead094035ca2486399e (patch) | |
tree | b6b3eecd3b6fb113fdd7ea6a76886cf7829e436b /share/man/man9/vm_map_madvise.9 | |
parent | f29897b67da84d3a96db24b79cb3a8eb83d43c1d (diff) |
mdoc(7) fixes.
Notes
Notes:
svn path=/head/; revision=131680
Diffstat (limited to 'share/man/man9/vm_map_madvise.9')
-rw-r--r-- | share/man/man9/vm_map_madvise.9 | 10 |
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 003b0004bdce..6618cc38d3fe 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 |