diff options
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lp/lp.1 | 2 | ||||
-rw-r--r-- | usr.sbin/lpr/lpc/lpc.8 | 1 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/lpd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/lpr/lpq/lpq.1 | 4 | ||||
-rw-r--r-- | usr.sbin/lpr/lpr/printcap.5 | 2 | ||||
-rw-r--r-- | usr.sbin/lpr/lprm/lprm.1 | 4 |
6 files changed, 8 insertions, 7 deletions
diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index 3109697..c81d70f 100644 --- a/usr.sbin/lpr/lp/lp.1 +++ b/usr.sbin/lpr/lp/lp.1 @@ -47,7 +47,7 @@ .Op Fl n Ar num .Op Ar name ... .Sh DESCRIPTION -.Nm Lp +.Nm \&Lp is a front-end to the print spooler as required by the .St -p1003.2 specification. It effectively invokes diff --git a/usr.sbin/lpr/lpc/lpc.8 b/usr.sbin/lpr/lpc/lpc.8 index c99631c..e24d4b5 100644 --- a/usr.sbin/lpr/lpc/lpc.8 +++ b/usr.sbin/lpr/lpc/lpc.8 @@ -147,6 +147,7 @@ Place the jobs in the order listed at the top of the printer queue. Enable everything and start a new printer daemon. Undoes the effects of .Ic down . +.El .Sh FILES .Bl -tag -width /var/spool/*/lockx -compact .It Pa /etc/printcap diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index 0c48f7c..aeb569e 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -105,7 +105,7 @@ or Second, if the .Li rs capability is specified in the -.Xr printcap +.Xr printcap 5 entry for the printer being accessed, .Em lpr requests will only be honored for those users with accounts on the diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1 index ad53033..dc3317a 100644 --- a/usr.sbin/lpr/lpq/lpq.1 +++ b/usr.sbin/lpr/lpq/lpq.1 @@ -43,8 +43,8 @@ .Op Fl a .Op Fl l .Op Fl P Ns Ar printer -.Op job # ... -.Op user ... +.Op job # ...\& +.Op user ...\& .Sh DESCRIPTION .Nm Lpq examines the spooling area used by diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5 index 667f6c7..2533d45 100644 --- a/usr.sbin/lpr/lpr/printcap.5 +++ b/usr.sbin/lpr/lpr/printcap.5 @@ -72,7 +72,7 @@ Refer to .Xr termcap 5 for a description of the file layout. .Bl -column Namexxx Typexx "/var/spool/lpdxxxxx" -.Sy Name Type Default Description +.Sy "Name Type Default Description .It "af str" Ta Dv NULL Ta No "name of accounting file" .It "br num none if lp is a tty, set the baud rate" .Pf ( Xr ioctl 2 diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1 index 84ddd76..ff3fac9 100644 --- a/usr.sbin/lpr/lprm/lprm.1 +++ b/usr.sbin/lpr/lprm/lprm.1 @@ -42,8 +42,8 @@ .Nm .Op Fl P Ns Ar printer .Op Fl -.Op job # ... -.Op Ar user ... +.Op job # ...\& +.Op Ar user ...\& .Sh DESCRIPTION .Nm Lprm will remove a job, or jobs, from a printer's spool queue. |