diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
commit | b2240fc1c08ba82628285458b057b5f795a68a43 (patch) | |
tree | 5acb2bdc9bc2d2c26e220a424cc6f0b29df60dec /usr.sbin/lpr | |
parent | 3197c29bd1de99eb5100db75bfb4d651f6878fa7 (diff) | |
download | FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.zip FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lp/lp.1 | 3 | ||||
-rw-r--r-- | usr.sbin/lpr/lpc/lpc.8 | 6 | ||||
-rw-r--r-- | usr.sbin/lpr/lpd/lpd.8 | 15 | ||||
-rw-r--r-- | usr.sbin/lpr/lpr/lpr.1 | 9 |
4 files changed, 22 insertions, 11 deletions
diff --git a/usr.sbin/lpr/lp/lp.1 b/usr.sbin/lpr/lp/lp.1 index 5ab91e7..808d0fa 100644 --- a/usr.sbin/lpr/lp/lp.1 +++ b/usr.sbin/lpr/lp/lp.1 @@ -64,7 +64,8 @@ command exit only after further access to any of the input files is no longer required. The application can then safely delete or modify the files without affecting the output operation. .It Fl d Ar dest -Specify a particular printer. If no +Specify a particular printer. +If no .Fl d is provided on the command line, the contents of the environment variables diff --git a/usr.sbin/lpr/lpc/lpc.8 b/usr.sbin/lpr/lpc/lpc.8 index 21c095a..f0586d7 100644 --- a/usr.sbin/lpr/lpc/lpc.8 +++ b/usr.sbin/lpr/lpc/lpc.8 @@ -102,7 +102,8 @@ printer jobs from being entered into the queue by .It Ic down No {\ all\ |\ printer\ } message ... Turn the specified printer queue off, disable printing and put .Em message -in the printer status file. The message doesn't need to be quoted, the +in the printer status file. +The message doesn't need to be quoted, the remaining arguments are treated like .Xr echo 1 . This is normally used to take a printer down and let others know why @@ -143,7 +144,8 @@ printing. Place the jobs in the order listed at the top of the printer queue. .Pp .It Ic up No {\ all\ |\ printer\ } -Enable everything and start a new printer daemon. Undoes the effects of +Enable everything and start a new printer daemon. +Undoes the effects of .Ic down . .Sh FILES .Bl -tag -width /var/spool/*/lockx -compact diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index cde575f..d8ff190 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -50,7 +50,8 @@ at boot time from the file. It makes a single pass through the .Xr printcap 5 file to find out about the existing printers and -prints any files left after a crash. It then uses the system calls +prints any files left after a crash. +It then uses the system calls .Xr listen 2 and .Xr accept 2 @@ -71,7 +72,8 @@ The .Fl l flag causes .Nm -to log valid requests received from the network. This can be useful +to log valid requests received from the network. +This can be useful for debugging purposes. .It Ar "port#" The Internet port number used to rendezvous @@ -82,7 +84,8 @@ but can be changed with the argument. .El .Pp -Access control is provided by two means. First, all requests must come from +Access control is provided by two means. +First, all requests must come from one of the machines listed in the file .Pa /etc/hosts.equiv or @@ -162,7 +165,8 @@ DVI format from Standford. Graph File. The file contains data produced by .Xr plot 3 . .It c -Cifplot File. The file contains data produced by +Cifplot File. +The file contains data produced by .Em cifplot . .It v The file contains a raster image. @@ -178,7 +182,8 @@ Troff Font B. Name of the font file to use instead of the default. .It \&4 Troff Font S. Name of the font file to use instead of the default. .It W -Width. Changes the page width (in characters) used by +Width. +Changes the page width (in characters) used by .Xr pr 1 and the text filters. .It I diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1 index 396fa2d..6a481c0 100644 --- a/usr.sbin/lpr/lpr/lpr.1 +++ b/usr.sbin/lpr/lpr/lpr.1 @@ -58,7 +58,8 @@ uses a spooling daemon to print the named files when facilities become available. If no names appear, the standard input is assumed. .Pp The following single letter options are used to notify the line printer -spooler that the files are not standard text files. The spooling daemon will +spooler that the files are not standard text files. +The spooling daemon will use the appropriate filters to print the data accordingly. .Bl -tag -width indent .It Fl c @@ -144,7 +145,8 @@ of the file bar.c, etc. On the other hand, cat foo.c bar.c more.c \&| lpr \-#3 .Ed .Pp -will give three copies of the concatenation of the files. Often +will give three copies of the concatenation of the files. +Often a site will disable this feature to encourage use of a photocopier instead. .It Xo @@ -255,5 +257,6 @@ Fonts for .Xr troff 1 and .Xr tex -reside on the host with the printer. It is currently not possible to +reside on the host with the printer. +It is currently not possible to use local font libraries. |