From 8b8c4b9c2fe2e05a15bfce72dd138f535dbc286c Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Tue, 29 Apr 2008 19:11:39 +0000 Subject: [PATCH] - Add and fix various SGML tags; - Do not start a sentence with a lower case. Many changes based on PRs: docs/123149 and docs/123150 Submitted by: pgj --- .../books/handbook/printing/chapter.sgml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml index 67e58949cb..cfe551f416 100644 --- a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml @@ -1086,7 +1086,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ users print, you might want to protect the spooling directory so it is not publicly accessible. Spooling directories should be owned and be readable, writable, and - searchable by user daemon and group daemon, and no one else. + searchable by user daemon and group daemon, and no one else. We will do this for our example printers: &prompt.root; chown daemon:daemon /var/spool/lpd/rattan @@ -1913,8 +1913,8 @@ exit 2 :if=/usr/local/libexec/ifhp: - That is it. You can type lpr plain.text and - lpr whatever.ps and both should print + That is it. You can type lpr plain.text and + lpr whatever.ps and both should print successfully. @@ -1940,8 +1940,8 @@ exit 2 we convert the DVI file into &postscript;. The command sequence goes like this: - &prompt.user; dvips seaweed-analysis.dvi -&prompt.user; lpr seaweed-analysis.ps + &prompt.user; dvips seaweed-analysis.dvi +&prompt.user; lpr seaweed-analysis.ps By installing a conversion filter for DVI files, we can skip the hand conversion step each time by having @@ -1949,7 +1949,7 @@ exit 2 Now, each time we get a DVI file, we are just one step away from printing it: - &prompt.user; lpr -d seaweed-analysis.dvi + &prompt.user; lpr -d seaweed-analysis.dvi We got LPD to do the DVI file conversion for us by specifying @@ -3076,7 +3076,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ rattan and bamboo. If, for example, a user on orchid typed: - &prompt.user; lpr -P bamboo -d sushi-review.dvi + &prompt.user; lpr -P bamboo -d sushi-review.dvi the LPD system on orchid would copy the job to the spooling @@ -3248,7 +3248,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ multiple times, or from submitting the same file multiple times in one job like this: - &prompt.user; lpr forsale.sign forsale.sign forsale.sign forsale.sign forsale.sign + &prompt.user; lpr forsale.sign forsale.sign forsale.sign forsale.sign forsale.sign There are many ways to prevent this abuse (including ignoring it) which you are free to explore. @@ -3279,7 +3279,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ For example, we will let anyone access the printer rattan, but only those in group - artists can use bamboo. Here + artists can use bamboo. Here is the familiar /etc/printcap for host rose: @@ -3347,7 +3347,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ Let us add limits to our example printers rattan and bamboo. Since - those artists' &postscript; files tend to be large, we will limit them + those artists' &postscript; files tend to be large, we will limit them to five megabytes. We will put no limit on the plain text line printer: @@ -3586,7 +3586,7 @@ madrigal.fishbaum.de LPD starts lpf with page width and length arguments (from the pw and pl - capabilities). lpf uses these arguments to + capabilities). The lpf filter uses these arguments to determine how much paper will be used. After sending the file to the printer, it then writes an accounting entry in the accounting file. The entries look like this: @@ -3608,7 +3608,7 @@ madrigal.fishbaum.de When you are ready to charge users for printouts, run the &man.pac.8; program. Just change to the spooling directory for - the printer you want to collect on and type pac. + the printer you want to collect on and type pac. You will get a dollar-centric summary like the following: Login pages/feet runs price @@ -3722,11 +3722,11 @@ total 337.00 154 $ 6.74 can override this value when you run &man.pac.8; with the option. The units for the option are in dollars, though, not hundredths of cents. For - example, + example, &prompt.root; pac -p1.50 - makes each page cost one dollar and fifty cents. You can really + makes each page cost one dollar and fifty cents. You can really rake in the profits by using this option. Finally, running pac -s will save the summary @@ -4014,7 +4014,7 @@ mary: 3rd [job 011rose] available from other hosts. The following command sequence demonstrates this: - &prompt.user; lpr -P rattan myfile + &prompt.user; lpr -P rattan myfile &prompt.user; rlogin orchid &prompt.user; lpq -P rattan Rank Owner Job Files Total Size @@ -4048,10 +4048,10 @@ cfA013rose dequeued &tex; For example, the following command prints a DVI file (from the - &tex; typesetting system) named fish-report.dvi + &tex; typesetting system) named fish-report.dvi to the printer named bamboo: - &prompt.user; lpr -P bamboo -d fish-report.dvi + &prompt.user; lpr -P bamboo -d fish-report.dvi These options apply to every file in the job, so you cannot mix (say) DVI and ditroff files together in a job. Instead, submit the @@ -4207,10 +4207,10 @@ cfA013rose dequeued Multiple Copies. This example prints three copies of - parser.c followed by three copies of - parser.h to the default printer: + parser.c followed by three copies of + parser.h to the default printer: - &prompt.user; lpr -#3 parser.c parser.h + &prompt.user; lpr -#3 parser.c parser.h