summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-09-13 19:08:10 +0000
committerjoel <joel@FreeBSD.org>2013-09-13 19:08:10 +0000
commit07a3b95e09b3fc65268611b61728f518e3fe2c6f (patch)
treeb5ac966cf273754f1805f861a32f89fc2ac583e9 /share
parent0d2d002359f1d8cbdc2f115d8029dcf49a864af2 (diff)
downloadFreeBSD-src-07a3b95e09b3fc65268611b61728f518e3fe2c6f.zip
FreeBSD-src-07a3b95e09b3fc65268611b61728f518e3fe2c6f.tar.gz
mdoc: fix list width.
Approved by: re (blanket)
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/vm_map_find.92
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 71b9d69..106854e 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
OpenPOWER on IntegriCloud