From 0e75d62e8ba56f20a27559093d8d99620360cceb Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Fri, 13 Sep 2013 19:08:10 +0000 Subject: mdoc: fix list width. Approved by: re (blanket) --- share/man/man9/vm_map_find.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man9') 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 -- cgit v1.2.3