- 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:
Marc Fonvieille 2008-03-26 21:07:47 +00:00
parent 415e5d7575
commit 80bd846180
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31748

View file

@ -2080,7 +2080,7 @@ exit 2</programlisting>
entry for the printer named <literal>bamboo</literal>. Here is
the example <filename>/etc/printcap</filename> file again, with
the new <literal>df</literal> capability for the printer
<literal>bamboo</literal>.</para>
<literal>bamboo</literal>:</para>
<programlisting>#
# /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
Text Jobs on &postscript; Printers</link>) with the arguments
<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>
</sect4>
<sect4>
<title>More Conversion Filter Examples</title>
<para>Since there is no fixed set of steps to install conversion
filters, let me instead provide more examples. Use these as
<para>There is no fixed set of steps to install conversion
filters, some working examples are described in this section. Use these as
guidance to making your own filters. Use them directly, if
appropriate.</para>