Fix a non-existing reference to a section in the Handbook's 'printing' chapter
Reported by: keramida Reviewed by: keramida Approved by: gabor (mentor)
This commit is contained in:
parent
1eef88a4d0
commit
71ad3ba46b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32527
1 changed files with 8 additions and 9 deletions
|
@ -1123,15 +1123,14 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\
|
|||
<sect4 id="printing-device">
|
||||
<title>Identifying the Printer Device</title>
|
||||
|
||||
<para>In the
|
||||
Entries for the Ports
|
||||
section, we identified which entry in the
|
||||
<filename>/dev</filename> directory FreeBSD will use to
|
||||
communicate with the printer. Now, we tell
|
||||
<application>LPD</application> that
|
||||
information. When the spooling system has a job to print, it
|
||||
will open the specified device on behalf of the filter program
|
||||
(which is responsible for passing data to the printer).</para>
|
||||
<para>In the <link linkend="printing-hardware">Hardware Setup</link>
|
||||
section, we identified the port and the relevant
|
||||
<filename role="directory">/dev</filename> directory entry that
|
||||
&os; will use to communicate with the printer. Now, we tell
|
||||
<application>LPD</application> that information. When the
|
||||
spooling system has a job to print, it will open the specified
|
||||
device on behalf of the filter program (which is responsible for
|
||||
passing data to the printer).</para>
|
||||
|
||||
<para>List the <filename>/dev</filename> entry pathname in the
|
||||
<filename>/etc/printcap</filename> file using the
|
||||
|
|
Loading…
Reference in a new issue