diff options
author | Joel Dahl <joel@FreeBSD.org> | 2013-09-13 19:08:10 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2013-09-13 19:08:10 +0000 |
commit | 0e75d62e8ba56f20a27559093d8d99620360cceb (patch) | |
tree | b5ac966cf273754f1805f861a32f89fc2ac583e9 /share/man/man9 | |
parent | ab7fb3bca76616a905fb9be08598f741e39a9001 (diff) |
Notes
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/vm_map_find.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/vm_map_find.9 b/share/man/man9/vm_map_find.9 index 71b9d69bf6386..106854eca750e 100644 --- a/share/man/man9/vm_map_find.9 +++ b/share/man/man9/vm_map_find.9 @@ -91,7 +91,7 @@ is called to locate a free region of the requested length with a starting address at or above .Fa *addr . The following strategies are supported: -.Bl -tag -width Dv VMFS_ALIGNED_SPACE Ns Pq Fa n +.Bl -tag -width "Dv VMFS_ALIGNED_SPACE Ns" .It Dv VMFS_NO_SPACE The mapping will only succeed if there is a free region of the requested length at the given address |