Add missing id attributes.
This commit is contained in:
parent
24c6d01da8
commit
c6b41de97a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19881
1 changed files with 15 additions and 15 deletions
|
@ -25,7 +25,7 @@
|
|||
<isbn>ENGLISH LANGUAGE EDITION ISBN: 0-201-70481-1</isbn>
|
||||
<isbn>JAPANESE LANGUAGE EDITION ISBN: 4-89471-464-7</isbn>
|
||||
|
||||
<legalnotice>
|
||||
<legalnotice id="legalnotice">
|
||||
<para>The eighth chapter of the book, <citetitle>The FreeBSD Corporate
|
||||
Networker's Guide</citetitle> is excerpted here with the permission
|
||||
of the publisher. No part of it may be further reproduced or
|
||||
|
@ -45,7 +45,7 @@
|
|||
</legalnotice>
|
||||
</bookinfo>
|
||||
|
||||
<chapter label="8">
|
||||
<chapter id="printserving" label="8">
|
||||
<title>Printserving</title>
|
||||
|
||||
<para>Printserving is a complicated topic. There are many different
|
||||
|
@ -54,7 +54,7 @@
|
|||
print queue, using Samba to print, and administering print queues and
|
||||
connections.</para>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-history">
|
||||
<title>PC printing history</title>
|
||||
|
||||
<para>In the early days of the personal computer, printing was simple.
|
||||
|
@ -85,7 +85,7 @@
|
|||
system.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-protocols">
|
||||
<title>Printer communication protocols and hardware</title>
|
||||
|
||||
<para>Printers that don't use proprietary vendor codes communicate with
|
||||
|
@ -243,7 +243,7 @@
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-network">
|
||||
<title>Network Printing Basics</title>
|
||||
|
||||
<para>The most common network printing implementation is a printserver
|
||||
|
@ -623,7 +623,7 @@
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-lpr-windows">
|
||||
<title>Setting up LPR on Windows clients</title>
|
||||
|
||||
<para>The program clients use to print via LPD is the Line Printer
|
||||
|
@ -1590,7 +1590,7 @@ Bind 3C5X9 #1 Ethernet_II LAN_NET</programlisting>
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-ps-dos">
|
||||
<title>Printing PostScript and DOS command files</title>
|
||||
|
||||
<para>One problem with printing under Win31 and Win95 with the LPR
|
||||
|
@ -1640,7 +1640,7 @@ Bind 3C5X9 #1 Ethernet_II LAN_NET</programlisting>
|
|||
off, and the print type is set to raw.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-psprinter">
|
||||
<title>Checking PostScript Printer capabilities</title>
|
||||
|
||||
<para>Following is a PostScript command file that can be used to get a
|
||||
|
@ -1742,7 +1742,7 @@ clippath stroke
|
|||
showpage</programlisting>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-lpr-freebsd">
|
||||
<title>Setting up LPR/LPD on FreeBSD</title>
|
||||
|
||||
<para>When a FreeBSD system is booted, it starts the LPD spooler control
|
||||
|
@ -2360,7 +2360,7 @@ lpnobanner|local line printer, PostScript, no banner:\
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-accounting">
|
||||
<title>Printer Accounting</title>
|
||||
|
||||
<para>The FreeBSD print spooler can manage accounting statistics for
|
||||
|
@ -2467,7 +2467,7 @@ lpnobanner|local line printer, PostScript, no banner:\
|
|||
of turning on accounting.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-samba">
|
||||
<title>Microsoft Networking Client printing with Samba</title>
|
||||
|
||||
<para>Although LPR is a time-tested and truly cross-platform printing
|
||||
|
@ -2727,7 +2727,7 @@ The command was completed successfully.</screen>
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-nt-and-freebsd">
|
||||
<title>Printing between NT Server/NetWare and FreeBSD.</title>
|
||||
|
||||
<para>Up to this point in the chapter, our main concern has been FreeBSD
|
||||
|
@ -2777,7 +2777,7 @@ tank|sample remote printer:\
|
|||
</note>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-unix">
|
||||
<title>Printing from UNIX</title>
|
||||
|
||||
<para>Two commands used at the FreeBSD command prompt are intended as
|
||||
|
@ -2995,7 +2995,7 @@ Rank Owner Job Files Total Size
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-advanced">
|
||||
<title>Advanced Printing Topics</title>
|
||||
|
||||
<para>The FreeBSD UNIX LPR/LPD printing system is very flexible, and,
|
||||
|
@ -3198,7 +3198,7 @@ exit 2</programlisting>
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<sect1 id="printserving-misc">
|
||||
<title>Miscellaneous</title>
|
||||
|
||||
<para>The large number of other printing utilities cannot be covered
|
||||
|
|
Loading…
Reference in a new issue