diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 18:35:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 18:35:53 +0000 |
commit | ac606e7e88ac864370ce2f0473cba94dd5482314 (patch) | |
tree | afde0162ac9a0053463a0d2dba12ab94e7f55761 /usr.sbin/lpr | |
parent | 1cf159866714352fd8d7789b97068220cbb5a1a4 (diff) | |
download | FreeBSD-src-ac606e7e88ac864370ce2f0473cba94dd5482314.zip FreeBSD-src-ac606e7e88ac864370ce2f0473cba94dd5482314.tar.gz |
Eliminated double whitespace.
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lpq/lpq.1 | 14 | ||||
-rw-r--r-- | usr.sbin/lpr/lpr/lpr.1 | 9 | ||||
-rw-r--r-- | usr.sbin/lpr/lprm/lprm.1 | 2 |
3 files changed, 13 insertions, 12 deletions
diff --git a/usr.sbin/lpr/lpq/lpq.1 b/usr.sbin/lpr/lpq/lpq.1 index c297ab1..22b235e 100644 --- a/usr.sbin/lpr/lpq/lpq.1 +++ b/usr.sbin/lpr/lpq/lpq.1 @@ -43,13 +43,13 @@ .Op Fl a .Op Fl l .Op Fl P Ns Ar printer -.Op job # ...\& -.Op user ...\& +.Op job # ...\& +.Op user ...\& .Sh DESCRIPTION The .Nm utility examines the spooling area used by -.Xr lpd 8 +.Xr lpd 8 for printing files on the line printer, and reports the status of the specified jobs or all jobs associated with a user. The @@ -78,12 +78,12 @@ rather than just the specified printer. .El .Pp For each job submitted (i.e., invocation of -.Xr lpr 1 ) +.Xr lpr 1 ) .Nm reports the user's name, current rank in the queue, the names of files comprising the job, the job identifier (a number which may be supplied to -.Xr lprm 1 +.Xr lprm 1 for removing a specific job), and the total size in bytes. Job ordering is dependent on the algorithm used to scan the spooling directory and is supposed @@ -92,7 +92,7 @@ to be (First in First Out). File names comprising a job may be unavailable (when -.Xr lpr 1 +.Xr lpr 1 is used as a sink in a pipeline) in which case the file is indicated as ``(standard input)''. .Pp @@ -100,7 +100,7 @@ If .Nm warns that there is no daemon present (i.e., due to some malfunction), the -.Xr lpc 8 +.Xr lpc 8 command can be used to restart the printer daemon. .Sh ENVIRONMENT If the following environment variable exists, it is used by diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index 1b72b9c..3850bf5 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -140,7 +140,7 @@ Usually files are copied to the spool directory. The .Fl s option will use -.Xr symlink 2 +.Xr symlink 2 to link data files rather than trying to copy them so large files can be printed. This means the files should @@ -158,7 +158,8 @@ For example, lpr \-#3 foo.c bar.c more.c .Ed would result in 3 copies of the file foo.c, followed by 3 copies -of the file bar.c, etc.\& On the other hand, +of the file bar.c, etc. +On the other hand, .Bd -literal -offset indent cat foo.c bar.c more.c \&| lpr \-#3 .Ed @@ -174,7 +175,7 @@ instead. Specifies a .Ar font to be mounted on font position -.Ar i . +.Ar i . The daemon will construct a .Li .railmag @@ -189,7 +190,7 @@ lpr \-C EECS foo.c .Ed .Pp causes the system name (the name returned by -.Xr hostname 1 ) +.Xr hostname 1 ) to be replaced on the burst page by .Tn EECS , and the file foo.c to be printed. diff --git a/usr.sbin/lpr/lprm/lprm.1 b/usr.sbin/lpr/lprm/lprm.1 index 89d2a59..9c170a3 100644 --- a/usr.sbin/lpr/lprm/lprm.1 +++ b/usr.sbin/lpr/lprm/lprm.1 @@ -82,7 +82,7 @@ is useful only to the super-user. .It Ar job\ \&# A user may dequeue an individual job by specifying its job number. This number may be obtained from the -.Xr lpq 1 +.Xr lpq 1 program, e.g.\& .Pp .Bd -literal -offset indent |