diff options
author | charnier <charnier@FreeBSD.org> | 1999-11-27 16:54:36 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1999-11-27 16:54:36 +0000 |
commit | 2a61f0e7a878e59f7e6c76beb5d3def98cc00ae8 (patch) | |
tree | 5dae2f058cff9b875b1de4f3c2e9a50fd495f97b /usr.sbin/lptcontrol | |
parent | ce0ca6c17a48e10d10fc19dc0dbf321a9d30c5a3 (diff) | |
download | FreeBSD-src-2a61f0e7a878e59f7e6c76beb5d3def98cc00ae8.zip FreeBSD-src-2a61f0e7a878e59f7e6c76beb5d3def98cc00ae8.tar.gz |
Remove incorrect section name. Use .Pa or .Ar instead of .Em.
Diffstat (limited to 'usr.sbin/lptcontrol')
-rw-r--r-- | usr.sbin/lptcontrol/lptcontrol.8 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/usr.sbin/lptcontrol/lptcontrol.8 b/usr.sbin/lptcontrol/lptcontrol.8 index d2c42d2..b8669e8 100644 --- a/usr.sbin/lptcontrol/lptcontrol.8 +++ b/usr.sbin/lptcontrol/lptcontrol.8 @@ -10,7 +10,6 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" -.\" .\" $FreeBSD$ .Dd September 3, 1994 .Dt LPTCONTROL 8 @@ -40,8 +39,7 @@ the next time the device is opened. .Pp Extended mode is anything the parallel port interface can support. For an ECP/ISA parallel port, it may be FIFO+DMA or ECP. -.Sh OPTIONS -.TP +.Pp The following command line options are supported: .Bl -tag -width indent .It Fl i @@ -54,11 +52,11 @@ Turn on extended mode. Turn on standard mode, i.e. turn off extended mode. .It Fl d Ar dev Set the mode of the printer device specified by -.Em dev . +.Ar dev . The default value for -.Em dev +.Ar dev is -.Em /dev/lpt0 +.Pa /dev/lpt0 . .El .Pp One of @@ -72,11 +70,11 @@ must be specified. .Sh FILES .Bl -tag -width /sys/i386/conf/GENERIC -compact .It Pa /dev/lpt? -Printer devices. +printer devices .It Pa /dev/lpctl? -Printer control devices. +printer control devices .It Pa /sys/i386/conf/GENERIC -Kernel configuration file. +kernel configuration file .El .Sh BUGS Sure to be some. |