Correct the verbiage around links so that the text looks good in a

printed form without the benefit of hyperlinks.

"See <link>" -> "See the <link> section."

Obtained from:	WRS Print Edition (via chern)
This commit is contained in:
Murray Stokely 2001-10-16 19:23:15 +00:00
parent 620ee6a6b4
commit 221fc40f2c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10962

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml,v 1.49 2001/10/08 20:30:50 chern Exp $
$FreeBSD$
-->
<chapter id="printing">
@ -2537,7 +2537,7 @@ exit 0</programlisting>
<title>Enabling Header Pages</title>
<para>In the <link linkend="printing-simple">Simple Printer
Setup</link>, we turned off header pages by specifying
Setup</link> section, we turned off header pages by specifying
<literal>sh</literal> (meaning <quote>suppress header</quote>) in the
<filename>/etc/printcap</filename> file. To enable header pages for
a printer, just remove the <literal>sh</literal> capability.</para>
@ -2558,8 +2558,8 @@ printf "\033&amp;k2G" || exit 2
exec /usr/libexec/lpr/lpf</programlisting>
<para>Specify the path to the output filter in the
<literal>of</literal> capability. See <link
linkend="printing-advanced-of">Output Filters</link> for more
<literal>of</literal> capability. See the <link
linkend="printing-advanced-of">Output Filters</link> section for more
information.</para>
<para>Here is an example <filename>/etc/printcap</filename> file for
@ -2578,8 +2578,8 @@ teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
<para>Now, when users print jobs to <literal>teak</literal>, they get
a header page with each job. If users want to spend time searching
for their printouts, they can suppress header pages by submitting
the job with <command>lpr -h</command>; see <link
linkend="printing-lpr-options-misc">Header Page Options</link> for
the job with <command>lpr -h</command>; see the <link
linkend="printing-lpr-options-misc">Header Page Options</link> section for
more &man.lpr.1; options.</para>
<note>
@ -2714,7 +2714,7 @@ teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
such as
<application>LPRng</application>. Section
<link linkend="printing-lpd-alternatives">Alternatives to the
Standard Spooler</link> tells more about other spooling
Standard Spooler</link> tells more about other spooling
software you can substitute for <application>LPD</application>.
</para>
</listitem>
@ -2984,8 +2984,8 @@ done
<para>To enable this kind of remote printing, first install a printer
on one host, the <emphasis>printer host</emphasis>, using the simple
printer setup described in <link linkend="printing-simple">Simple
Printer Setup</link>. Do any advanced setup in <link
printer setup described in the <link linkend="printing-simple">Simple
Printer Setup</link> section. Do any advanced setup in <link
linkend="printing-advanced">Advanced Printer Setup</link> that you
need. Make sure to test the printer and see if it works with the
features of <application>LPD</application> you have enabled.