- Punctuation fix;
- Avoid the use of a lowercase to start a sentence; - Reword a sentence to remove a "let me".
This commit is contained in:
parent
415e5d7575
commit
80bd846180
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31748
1 changed files with 4 additions and 4 deletions
|
@ -2080,7 +2080,7 @@ exit 2</programlisting>
|
||||||
entry for the printer named <literal>bamboo</literal>. Here is
|
entry for the printer named <literal>bamboo</literal>. Here is
|
||||||
the example <filename>/etc/printcap</filename> file again, with
|
the example <filename>/etc/printcap</filename> file again, with
|
||||||
the new <literal>df</literal> capability for the printer
|
the new <literal>df</literal> capability for the printer
|
||||||
<literal>bamboo</literal>.</para>
|
<literal>bamboo</literal>:</para>
|
||||||
|
|
||||||
<programlisting>#
|
<programlisting>#
|
||||||
# /etc/printcap for host rose - added df filter for bamboo
|
# /etc/printcap for host rose - added df filter for bamboo
|
||||||
|
@ -2116,15 +2116,15 @@ exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"</programlisting>
|
||||||
linkend="printing-advanced-if-conversion">Accommodating Plain
|
linkend="printing-advanced-if-conversion">Accommodating Plain
|
||||||
Text Jobs on &postscript; Printers</link>) with the arguments
|
Text Jobs on &postscript; Printers</link>) with the arguments
|
||||||
<application>LPD</application>
|
<application>LPD</application>
|
||||||
passed to this script. <command>lprps</command> will use those
|
passed to this script. The <command>lprps</command> utility will use those
|
||||||
arguments to account for the pages printed.</para>
|
arguments to account for the pages printed.</para>
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
<sect4>
|
<sect4>
|
||||||
<title>More Conversion Filter Examples</title>
|
<title>More Conversion Filter Examples</title>
|
||||||
|
|
||||||
<para>Since there is no fixed set of steps to install conversion
|
<para>There is no fixed set of steps to install conversion
|
||||||
filters, let me instead provide more examples. Use these as
|
filters, some working examples are described in this section. Use these as
|
||||||
guidance to making your own filters. Use them directly, if
|
guidance to making your own filters. Use them directly, if
|
||||||
appropriate.</para>
|
appropriate.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue