Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 19:08:10 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255525 - head/share/man/man9
Message-ID:  <201309131908.r8DJ8ASD098061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131908.r8DJ8ASD098061>