diff options
author | joel <joel@FreeBSD.org> | 2012-05-12 07:01:21 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-05-12 07:01:21 +0000 |
commit | a68d81c8cc91494ab9ac6d1f3db251662ee98b55 (patch) | |
tree | 5725180d867460919ba220f414483d7fd3756aec /share | |
parent | 5f43a79b472f819337fddc00406f01aa3b842fc8 (diff) | |
download | FreeBSD-src-a68d81c8cc91494ab9ac6d1f3db251662ee98b55.zip FreeBSD-src-a68d81c8cc91494ab9ac6d1f3db251662ee98b55.tar.gz |
mdoc: list items should be specified with the It macro.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ulpt.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ulpt.4 b/share/man/man4/ulpt.4 index e0f5eb6..cd3b300 100644 --- a/share/man/man4/ulpt.4 +++ b/share/man/man4/ulpt.4 @@ -56,8 +56,8 @@ driver provides support for USB printers that follow the printer 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 |