svn commit: r255525 - head/share/man/man9

Joel Dahl joel at FreeBSD.org
Fri Sep 13 19:08:10 UTC 2013


Author: joel (doc committer)
Date: Fri Sep 13 19:08:10 2013
New Revision: 255525
URL: http://svnweb.freebsd.org/changeset/base/255525

Log:
  mdoc: fix list width.
  
  Approved by:	re (blanket)

Modified:
  head/share/man/man9/vm_map_find.9

Modified: head/share/man/man9/vm_map_find.9
==============================================================================
--- head/share/man/man9/vm_map_find.9	Fri Sep 13 18:47:58 2013	(r255524)
+++ head/share/man/man9/vm_map_find.9	Fri Sep 13 19:08:10 2013	(r255525)
@@ -91,7 +91,7 @@ is called to locate a free region of the
 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


More information about the svn-src-all mailing list