Date: Sat, 12 May 2012 07:01:21 +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: r235326 - head/share/man/man4 Message-ID: <201205120701.q4C71MBu020324@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205120701.q4C71MBu020324>