svn commit: r235326 - head/share/man/man4

Joel Dahl joel at FreeBSD.org
Sat May 12 07:01:22 UTC 2012


Author: joel (doc committer)
Date: Sat May 12 07:01:21 2012
New Revision: 235326
URL: http://svn.freebsd.org/changeset/base/235326

Log:
  mdoc: list items should be specified with the It macro.

Modified:
  head/share/man/man4/ulpt.4

Modified: head/share/man/man4/ulpt.4
==============================================================================
--- head/share/man/man4/ulpt.4	Sat May 12 06:24:21 2012	(r235325)
+++ head/share/man/man4/ulpt.4	Sat May 12 07:01:21 2012	(r235326)
@@ -56,8 +56,8 @@ driver provides support for USB printers
 bi- or uni-directional protocol.
 The bits in the minor number select various features of the driver.
 .Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
-.Em "Minor Bit	Function"
-64	Do not initialize (reset) the device on the port.
+.It Em "Minor Bit" Ta Em "Function"
+.It "64" Ta "Do not initialize (reset) the device on the port."
 .El
 .Pp
 Some printers cannot handle the reset on open; in case of problems try the


More information about the svn-src-head mailing list