diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-06 07:02:31 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-06 07:02:31 +0000 |
commit | b4ca3754a48473d4089a1d8014bcf0f05a58d573 (patch) | |
tree | 25ef95132ef3d48e49a8333c24696eedac7f46a4 /share/man/man9/vm_map_madvise.9 | |
parent | a970c85ca93a3652d5993ead094035ca2486399e (diff) |
Fixed the .Os call (missing or wrong).
Notes
Notes:
svn path=/head/; revision=131681
Diffstat (limited to 'share/man/man9/vm_map_madvise.9')
-rw-r--r-- | share/man/man9/vm_map_madvise.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/vm_map_madvise.9 b/share/man/man9/vm_map_madvise.9 index 6618cc38d3fe..bc4480cffd47 100644 --- a/share/man/man9/vm_map_madvise.9 +++ b/share/man/man9/vm_map_madvise.9 @@ -27,6 +27,7 @@ .\" .Dd July 19, 2003 .Dt VM_MAP_MADVISE 9 +.Os .Sh NAME .Nm vm_map_madvise .Nd apply advice about use of memory to map entries |