diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1998-10-26 23:53:22 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1998-10-26 23:53:22 +0000 |
| commit | dd7b7abb9d9fc9a58a609d0095b2e33272094c45 (patch) | |
| tree | 57aca5fbcdafa8acb76781b2747122693ccb7fdd /en | |
| parent | e27aad9d1fcd133c67260a187f7a659d8f48bce6 (diff) | |
Notes
Diffstat (limited to 'en')
| -rw-r--r-- | en/handbook/README | 15 | ||||
| -rw-r--r-- | en/handbook/handbook.sgml | 779 |
2 files changed, 275 insertions, 519 deletions
diff --git a/en/handbook/README b/en/handbook/README index 0349e7cd97..86e3fecc88 100644 --- a/en/handbook/README +++ b/en/handbook/README @@ -549,3 +549,18 @@ for example, 50. <abbrev> -> <acronym> in some cases. 51. Fixup erroneous or extraneous <para>...</para> elements. + + 52. <foo + id="bar"> + ... + + changed to + + <foo id="bar"> + ... + + Before people complain that "Hang on, now you can't find out what the + allocated ID values are with a simple 'grep'" I'll say that's not a + problem. I plan to introduce a target in the Makefile (probably + something like 'handbook.id' which will automatically generate this + list doing a proper SGML parse. diff --git a/en/handbook/handbook.sgml b/en/handbook/handbook.sgml index 53876209e0..0d3790a6a4 100644 --- a/en/handbook/handbook.sgml +++ b/en/handbook/handbook.sgml @@ -53,8 +53,7 @@ remap="contributing to FreeBSD">.</para> - <sect1 - id="nutshell"> + <sect1 id="nutshell"> <title>FreeBSD in a Nutshell</title> <para>FreeBSD is a state of the art operating system for personal @@ -299,8 +298,7 @@ </sect1> - <sect1 - id="history"> + <sect1 id="history"> <title>A Brief History of FreeBSD</title> <para><emphasis>Contributed by &a.jkh;</emphasis>.</para> @@ -398,8 +396,7 @@ </sect1> - <sect1 - id="goals"> + <sect1 id="goals"> <title>FreeBSD Project Goals</title> <para><emphasis>Contributed by &a.jkh;</emphasis>.</para> @@ -425,8 +422,7 @@ </sect1> - <sect1 - id="development"> + <sect1 id="development"> <title>The FreeBSD Development Model</title> <para><emphasis>Contributed by &a.asami;</emphasis>.</para> @@ -449,8 +445,7 @@ <variablelist> <varlistentry><term>The CVS - repository<anchor - id="development-cvs-repository"></term> + repository<anchor id="development-cvs-repository"></term> <listitem> <para>The central source tree for FreeBSD is maintained by <ulink @@ -557,8 +552,7 @@ </sect1> - <sect1 - id="relnotes"> + <sect1 id="relnotes"> <title>About the Current Release</title> <para>FreeBSD is a freely available, full source 4.4BSD-Lite based @@ -654,8 +648,7 @@ </sect1> </chapter> - <chapter - id="install"> + <chapter id="install"> <title>Installing FreeBSD</title> <para>So, you would like to try out FreeBSD on your system? This section @@ -874,8 +867,7 @@ Boot: custom kernels.</para> - <sect1 - id="install-hw"> + <sect1 id="install-hw"> <title>Supported Configurations</title> <para>FreeBSD currently runs on a wide variety of ISA, VLB, EISA and @@ -1057,8 +1049,7 @@ Boot: </sect2> - <sect2 - id="install-nics"> + <sect2 id="install-nics"> <title>Ethernet cards</title> @@ -1244,8 +1235,7 @@ Boot: </note> </sect2> - <sect2 - id="install-misc"> + <sect2 id="install-misc"> <title>Miscellaneous devices</title> @@ -1468,8 +1458,7 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent </sect2> - <sect2 - id="install-msdos"> + <sect2 id="install-msdos"> <title>Before installing from a MS-DOS partition</title> <para>To prepare for installation from an MS-DOS partition, copy the @@ -1866,13 +1855,11 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent </sect1> </chapter> - <chapter - id="basics"> + <chapter id="basics"> <title>Unix Basics</title> - <sect1 - id="basics-man"> + <sect1 id="basics-man"> <title>The Online Manual</title> <para>The most comprehensive documentation on FreeBSD is in the form @@ -1979,8 +1966,7 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent </sect1> - <sect1 - id="basics-info"> + <sect1 id="basics-info"> <title>GNU Info Files</title> <para>FreeBSD includes many applications and utilities produced by the @@ -2002,8 +1988,7 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent </sect1> </chapter> - <chapter - id="ports"> + <chapter id="ports"> <title>Installing Applications: The Ports collection</title> <para><emphasis>Contributed by &a.jraynard;.</emphasis></para> @@ -2231,8 +2216,7 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc </sect1> - <sect1 - id="ports-getting"> + <sect1 id="ports-getting"> <title>Getting a FreeBSD Port</title> <para>There are two ways of getting hold of the FreeBSD port for a @@ -2241,8 +2225,7 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc remap="Internet Connection."></para> - <sect2 - id="ports-cd"> + <sect2 id="ports-cd"> <title>Compiling ports from CDROM</title> <para>If you answered yes to the question <quote>Do you want to link the @@ -2320,8 +2303,7 @@ install -c -o bin -g bin -m 444 /usr/ports/devel/ElectricFence/work/ElectricFenc </sect2> - <sect2 - id="ports-inet"> + <sect2 id="ports-inet"> <title>Compiling ports from the Internet</title> <para>If you do not have a CDROM, or you want to make sure you get @@ -2402,8 +2384,7 @@ password. Remember to use binary (also known as image) mode!] </sect2> </sect1> - <sect1 - id="ports-skeleton"> + <sect1 id="ports-skeleton"> <title>Skeletons</title> <para>A team of compulsive hackers who have forgotten to eat in a @@ -2412,8 +2393,7 @@ password. Remember to use binary (also known as image) mode!] supplies everything needed to make the ports magic work.</para> - <sect2 - id="ports-makefile"> + <sect2 id="ports-makefile"> <title><filename>Makefile</filename></title> <para>The most important component of a skeleton is the Makefile. @@ -2539,8 +2519,7 @@ do-install: </sect2> </sect1> - <sect1 - id="ports-troubleshooting"> + <sect1 id="ports-troubleshooting"> <title>What to do when a port does not work.</title> <para>Oh. You can do one of four (4) things :</para> @@ -3067,8 +3046,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc <title>System Administration</title> - <chapter - id="kernelconfig"> + <chapter id="kernelconfig"> <title>Configuring the FreeBSD Kernel</title> <para><emphasis>Contributed by &a.jehamby;.<!-- <br> -->6 October @@ -3121,8 +3099,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc </sect1> - <sect1 - id="kernelconfig-building"> + <sect1 id="kernelconfig-building"> <title>Building and Installing a Custom Kernel</title> <para>First, let us take a quick tour of the kernel build directory. @@ -3226,8 +3203,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc </sect1> - <sect1 - id="kernelconfig-config"> + <sect1 id="kernelconfig-config"> <title>The Configuration File</title> <para>The general format of a configuration file is quite simple. Each @@ -3697,8 +3673,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc </listitem> </varlistentry> - <varlistentry><term>device wcd0<anchor - id="kernelconfig-atapi"></term> + <varlistentry><term>device wcd0<anchor id="kernelconfig-atapi"></term> <listitem> <para>This device provides IDE CD-ROM support. Be sure to @@ -3777,8 +3752,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc </sect2> - <sect2 - id="kernelconfig-scsi"> + <sect2 id="kernelconfig-scsi"> <title>SCSI Device Support</title> <para>This section describes the various SCSI controllers and @@ -4079,8 +4053,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc </sect2> - <sect2 - id="kernelconfig-network"> + <sect2 id="kernelconfig-network"> <title>Networking</title> <para>FreeBSD, as with Unix in general, places a @@ -4506,8 +4479,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc </varlistentry> <varlistentry><term>pseudo-device pty - <replaceable>number</replaceable><anchor - id="kernelconfig-ptys"></term> + <replaceable>number</replaceable><anchor id="kernelconfig-ptys"></term> <listitem> <para><literal>pty</literal> is a @@ -4609,8 +4581,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc </sect2> </sect1> - <sect1 - id="kernelconfig-nodes"> + <sect1 id="kernelconfig-nodes"> <title>Making Device Nodes</title> <para>Almost every device in the kernel has a corresponding <quote>node</quote> @@ -4669,8 +4640,7 @@ controller wcd0 </sect1> - <sect1 - id="kernelconfig-trouble"> + <sect1 id="kernelconfig-trouble"> <title>If Something Goes Wrong</title> <para>There are four categories of trouble that can occur when @@ -4709,8 +4679,7 @@ controller wcd0 </listitem> </varlistentry> - <varlistentry><term>Kernel will not boot<anchor - id="kernelconfig-noboot"></term> + <varlistentry><term>Kernel will not boot<anchor id="kernelconfig-noboot"></term> <listitem> <para>If your new kernel does not boot, or fails to recognize @@ -4785,8 +4754,7 @@ controller wcd0 <title>Security</title> - <sect1 - id="crypt"> + <sect1 id="crypt"> <title>DES, MD5, and Crypt</title> <para><emphasis>Contributed by &a.wollman;<!-- <br> -->24 September @@ -4870,8 +4838,7 @@ lrwxr-xr-x 1 bin bin 15 Sep 5 12:50 libcrypt_p.a -> libdescrypt_p.a</scre </sect2> </sect1> - <sect1 - id="skey"> + <sect1 id="skey"> <title>S/Key</title> <para><emphasis>Contributed by &a.wollman;<!-- <br> -->25 September @@ -5200,8 +5167,7 @@ permit port ttyd0 </sect2> </sect1> - <sect1 - id="kerberos"> + <sect1 id="kerberos"> <title>Kerberos</title> <para><emphasis>Contributed by &a.markm; (based on contribution by @@ -5705,8 +5671,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect2> </sect1> - <sect1 - id="firewalls"> + <sect1 id="firewalls"> <title>Firewalls</title> <para><emphasis>Contributed by &a.gpalmer; and @@ -5762,8 +5727,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> document.</para> - <sect3 - id="firewalls-packet-filters"> + <sect3 id="firewalls-packet-filters"> <title>Packet filtering routers</title> <para>A router is a machine which forwards packets between two or @@ -5794,8 +5758,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect3> - <sect3 - id="firewalls-proxy-servers"> + <sect3 id="firewalls-proxy-servers"> <title>Proxy servers</title> <para>Proxy servers are machines which have had the normal system @@ -6485,8 +6448,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect1> </chapter> - <chapter - id="printing"> + <chapter id="printing"> <title>Printing</title> <para><emphasis>Contributed by &a.kelly;<!-- <br> -->30 September @@ -6504,8 +6466,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> system">.</para> - <sect1 - id="printing-intro-spooler"> + <sect1 id="printing-intro-spooler"> <title>What the Spooler Does</title> <para>LPD controls everything about a host's printers. It is @@ -6565,8 +6526,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect1> - <sect1 - id="printing-intro-why"> + <sect1 id="printing-intro-why"> <title>Why You Should Use the Spooler</title> <para>If you are the sole user of your system, you may be wondering @@ -6603,8 +6563,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect1> - <sect1 - id="printing-intro-setup"> + <sect1 id="printing-intro-setup"> <title>Setting Up the Spooling System</title> <para>To use printers with the LPD spooling system, you will need to @@ -6634,8 +6593,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect1> - <sect1 - id="printing-simple"> + <sect1 id="printing-simple"> <title>Simple Printer Setup</title> <para>This section tells how to configure printer hardware and the @@ -6671,8 +6629,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> get the printer working.</para> - <sect2 - id="printing-hardware"> + <sect2 id="printing-hardware"> <title>Hardware Setup</title> <para>This section tells about the various ways you can connect a @@ -6686,8 +6643,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> remap="Software Setup">.</para> - <sect3 - id="printing-ports"> + <sect3 id="printing-ports"> <title>Ports and Cables</title> <para>Nearly all printers you can get for a PC today support one @@ -6773,8 +6729,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect3> - <sect3 - id="printing-parallel"> + <sect3 id="printing-parallel"> <title>Parallel Ports</title> <para>To hook up a printer using a parallel interface, connect @@ -6788,8 +6743,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect3> - <sect3 - id="printing-serial"> + <sect3 id="printing-serial"> <title>Serial Ports</title> <para>To hook up a printer using a serial interface, connect the @@ -6841,8 +6795,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </sect3> </sect2> - <sect2 - id="printing-software"> + <sect2 id="printing-software"> <title>Software Setup</title> <para>This section describes the software setup necessary to print @@ -6882,8 +6835,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen> </procedure> - <sect3 - id="printing-kernel"> + <sect3 id="printing-kernel"> <title>Kernel Configuration</title> <para>The operating system kernel is compiled to work with a @@ -6929,8 +6881,7 @@ sio2: type 16550A</screen> follows.</para> - <sect4 - id="printing-dev-ports"> + <sect4 id="printing-dev-ports"> <title>Adding <filename>/dev</filename> Entries for the Ports</title> <para>Even though the kernel may support communication along a @@ -6984,8 +6935,7 @@ sio2: type 16550A</screen> </sect4> - <sect4 - id="printing-parallel-port-mode"> + <sect4 id="printing-parallel-port-mode"> <title>Setting the Communication Mode for the Parallel Port</title> <para>When you are using the parallel interface, you can choose @@ -7097,8 +7047,7 @@ device lpt0 at isa? port? tty vector lptintr </sect4> - <sect4 - id="printing-testing"> + <sect4 id="printing-testing"> <title>Checking Printer Communications</title> <para>Before proceeding to configure the spooling system, you @@ -7134,8 +7083,7 @@ showpage accommodations.</para> </note> - <sect5 - id="printing-checking-parallel"> + <sect5 id="printing-checking-parallel"> <title>Checking a Parallel Printer</title> <para>This section tells you how to check if FreeBSD can @@ -7203,8 +7151,7 @@ showpage </sect5> - <sect5 - id="printing-checking-serial"> + <sect5 id="printing-checking-serial"> <title>Checking a Serial Printer</title> <para>This section tells you how to check if FreeBSD can @@ -7302,8 +7249,7 @@ printer:dv=/dev/ttyd2:br#19200:pa=none </sect4> </sect3> - <sect3 - id="printing-printcap"> + <sect3 id="printing-printcap"> <title>Enabling the Spooler: The <filename>/etc/printcap</filename> File</title> @@ -7400,8 +7346,7 @@ printer:dv=/dev/ttyd2:br#19200:pa=none this.</para> - <sect4 - id="printing-naming"> + <sect4 id="printing-naming"> <title>Naming the Printer</title> <para>The first (easy) step is to pick a name for your printer. @@ -7453,8 +7398,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4: </sect4> - <sect4 - id="printing-no-header-pages"> + <sect4 id="printing-no-header-pages"> <title>Suppressing Header Pages</title> <para>The LPD spooling system will by default print a @@ -7487,8 +7431,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect4> - <sect4 - id="printing-spooldir"> + <sect4 id="printing-spooldir"> <title>Making the Spooling Directory</title> <para>The next step in the simple spooler setup is to make a @@ -7563,8 +7506,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect4> - <sect4 - id="printing-device"> + <sect4 id="printing-device"> <title>Identifying the Printer Device</title> <para>In section <xref linkend="printing-dev-ports" @@ -7612,8 +7554,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect4> - <sect4 - id="printing-commparam"> + <sect4 id="printing-commparam"> <title>Configuring Spooler Communication Parameters</title> <para>For printers on serial ports, LPD can set up the bps @@ -7715,8 +7656,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect4> - <sect4 - id="printing-textfilter"> + <sect4 id="printing-textfilter"> <title>Installing the Text Filter</title> <para>We are now ready to tell LPD what text filter to use to @@ -7787,8 +7727,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect4> - <sect4 - id="printing-trying"> + <sect4 id="printing-trying"> <title>Trying It Out</title> <para>You have reached the end of the simple LPD setup. @@ -7849,8 +7788,7 @@ $%&'()*+,-./01234567 </sect4> - <sect4 - id="printing-troubleshooting"> + <sect4 id="printing-troubleshooting"> <title>Troubleshooting</title> <para>After performing the simple test with <citerefentry> @@ -8161,8 +8099,7 @@ rattan|line|diablo|lp|Diablo 630 Line Printer:\ </sect2> </sect1> - <sect1 - id="printing-using"> + <sect1 id="printing-using"> <title>Using Printers</title> <para>This section tells you how to use printers you have setup with @@ -8219,8 +8156,7 @@ rattan|line|diablo|lp|Diablo 630 Line Printer:\ <envar>PRINTER</envar> environment variable.</para> - <sect2 - id="printing-lpr"> + <sect2 id="printing-lpr"> <title>Printing Jobs</title> <para>To print files, type @@ -8261,8 +8197,7 @@ rattan|line|diablo|lp|Diablo 630 Line Printer:\ </sect2> - <sect2 - id="printing-lpq"> + <sect2 id="printing-lpq"> <title>Checking Jobs</title> <para>When you print with <citerefentry> @@ -8342,8 +8277,7 @@ mary: 3rd [job 011rose] </sect2> - <sect2 - id="printing-lprm"> + <sect2 id="printing-lprm"> <title>Removing Jobs</title> <para>If you change your mind about printing a job, you can remove @@ -8441,8 +8375,7 @@ cfA013rose dequeued </note> </sect2> - <sect2 - id="printing-lpr-options"> + <sect2 id="printing-lpr-options"> <title>Beyond Plain Text: Printing Options</title> <para>The <citerefentry> @@ -8453,8 +8386,7 @@ cfA013rose dequeued options.</para> - <sect3 - id="printing-lpr-options-format"> + <sect3 id="printing-lpr-options-format"> <title>Formatting and Conversion Options</title> <para>The following <citerefentry> @@ -8616,8 +8548,7 @@ cfA013rose dequeued </sect3> - <sect3 - id="printing-lpr-options-job-handling"> + <sect3 id="printing-lpr-options-job-handling"> <title>Job Handling Options</title> <para>The following options to <citerefentry> @@ -8700,8 +8631,7 @@ cfA013rose dequeued </sect3> - <sect3 - id="printing-lpr-options-misc"> + <sect3 id="printing-lpr-options-misc"> <title>Header Page Options</title> <para>These options to <citerefentry> @@ -8752,8 +8682,7 @@ cfA013rose dequeued </sect3> </sect2> - <sect2 - id="printing-lpc"> + <sect2 id="printing-lpc"> <title>Administrating Printers</title> <para>As an administrator for your printers, you have had to @@ -8957,8 +8886,7 @@ cfA013rose dequeued </sect2> </sect1> - <sect1 - id="printing-advanced"> + <sect1 id="printing-advanced"> <title>Advanced Printer Setup</title> <para>This section describes filters for printing specially formatted @@ -8966,8 +8894,7 @@ cfA013rose dequeued accounting for printer usage.</para> - <sect2 - id="printing-advanced-filter-intro"> + <sect2 id="printing-advanced-filter-intro"> <title>Filters</title> <para>Although LPD handles network protocols, queuing, access @@ -9072,8 +8999,7 @@ cfA013rose dequeued </itemizedlist> - <sect3 - id="printing-advanced-filters"> + <sect3 id="printing-advanced-filters"> <title>How Filters Work</title> <para>As mentioned before, a filter is an executable program @@ -9288,8 +9214,7 @@ cfA013rose dequeued </sect3> - <sect3 - id="printing-advanced-if-conversion"> + <sect3 id="printing-advanced-if-conversion"> <title>Accommodating Plain Text Jobs on PostScript Printers</title> <para>If you are the only user of your computer and PostScript @@ -9382,8 +9307,7 @@ fi </sect3> - <sect3 - id="printing-advanced-ps"> + <sect3 id="printing-advanced-ps"> <title>Simulating PostScript on Non-PostScript Printers</title> <para>PostScript is the <emphasis>de facto</emphasis> @@ -9462,8 +9386,7 @@ exit 2 </sect3> - <sect3 - id="printing-advanced-convfilters"> + <sect3 id="printing-advanced-convfilters"> <title>Conversion Filters</title> <para>After completing the simple setup described in <xref @@ -9881,8 +9804,7 @@ exit 0 </sect4> - <sect4 - id="printing-advanced-autoconv"> + <sect4 id="printing-advanced-autoconv"> <title>Automated Conversion: An Alternative To Conversion Filters</title> @@ -9913,8 +9835,7 @@ exit 0 </sect4> </sect3> - <sect3 - id="printing-advanced-of"> + <sect3 id="printing-advanced-of"> <title>Output Filters</title> <para>The LPD spooling system supports one other type of filter @@ -9998,8 +9919,7 @@ exit 0 </sect3> - <sect3 - id="printing-advanced-lpf"> + <sect3 id="printing-advanced-lpf"> <title><command>lpf</command>: a Text Filter</title> <para>The program <filename>/usr/libexec/lpr/lpf</filename> that @@ -10029,8 +9949,7 @@ exit 0 </sect3> </sect2> - <sect2 - id="printing-advanced-header-pages"> + <sect2 id="printing-advanced-header-pages"> <title>Header Pages</title> <para>If you have <emphasis>lots</emphasis> of users, all of them @@ -10058,8 +9977,7 @@ exit 0 on PostScript Printers">.</para> - <sect3 - id="printing-advanced-header-pages-enabling"> + <sect3 id="printing-advanced-header-pages-enabling"> <title>Enabling Header Pages</title> <para>In the <xref linkend="printing-simple" remap="Simple @@ -10124,8 +10042,7 @@ teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\ </sect3> - <sect3 - id="printing-advanced-header-pages-controlling"> + <sect3 id="printing-advanced-header-pages-controlling"> <title>Controlling Header Pages</title> <para>By enabling header pages, LPD will produce a <emphasis>long @@ -10203,8 +10120,7 @@ rose:kelly Job: outline Date: Sun Sep 17 11:07:51 1995 </sect3> - <sect3 - id="printing-advanced-header-pages-accounting"> + <sect3 id="printing-advanced-header-pages-accounting"> <title>Accounting for Header Pages</title> <para>Using LPD's built-in header pages enforces a particular @@ -10279,8 +10195,7 @@ rose:kelly Job: outline Date: Sun Sep 17 11:07:51 1995 </sect3> - <sect3 - id="printing-advanced-header-pages-ps"> + <sect3 id="printing-advanced-header-pages-ps"> <title>Header Pages on PostScript Printers</title> <para>As described above, LPD can generate a plain text header @@ -10455,8 +10370,7 @@ done </sect3> </sect2> - <sect2 - id="printing-advanced-network-printers"> + <sect2 id="printing-advanced-network-printers"> <title>Networked Printing</title> <para>FreeBSD supports networked printing: sending jobs to remote @@ -10512,8 +10426,7 @@ done </para> - <sect3 - id="printing-advanced-network-rm"> + <sect3 id="printing-advanced-network-rm"> <title>Printers Installed on Remote Hosts</title> <para>The LPD spooling system has built-in support for sending @@ -10638,8 +10551,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect3> - <sect3 - id="printing-advanced-network-net-if"> + <sect3 id="printing-advanced-network-net-if"> <title>Printers with Networked Data Stream Interfaces</title> <para>Often, when you buy a network interface card for a printer, @@ -10715,8 +10627,7 @@ exit 0; </sect3> </sect2> - <sect2 - id="printing-advanced-restricting"> + <sect2 id="printing-advanced-restricting"> <title>Restricting Printer Usage</title> <para>This section gives information on restricting printer usage. @@ -10726,8 +10637,7 @@ exit 0; get.</para> - <sect3 - id="printing-advanced-restricting-copies"> + <sect3 id="printing-advanced-restricting-copies"> <title>Restricting Multiple Copies</title> <para>The LPD system makes it easy for users to print multiple @@ -10814,8 +10724,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect3> - <sect3 - id="printing-advanced-restricting-access"> + <sect3 id="printing-advanced-restricting-access"> <title>Restricting Access To Printers</title> <para>You can control who can print to what printers by using the @@ -10873,8 +10782,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </note> </sect3> - <sect3 - id="printing-advanced-restricting-sizes"> + <sect3 id="printing-advanced-restricting-sizes"> <title>Controlling Sizes of Jobs Submitted</title> <para>If you have many users accessing the printers, you probably @@ -10946,8 +10854,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect3> - <sect3 - id="printing-advanced-restricting-remote"> + <sect3 id="printing-advanced-restricting-remote"> <title>Restricting Jobs from Remote Printers</title> <para>The LPD spooling system provides several ways to restrict @@ -11069,8 +10976,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ </sect3> </sect2> - <sect2 - id="printing-advanced-acct"> + <sect2 id="printing-advanced-acct"> <title>Accounting for Printer Usage</title> <para>So, you need to charge for printouts. And why not? Paper @@ -11378,8 +11284,7 @@ total 337.00 154 $ 6.74</screen> </sect2> </sect1> - <sect1 - id="printing-lpd-alternatives"> + <sect1 id="printing-lpd-alternatives"> <title>Alternatives to the Standard Spooler</title> <para>If you have been reading straight through this manual, by now @@ -11487,8 +11392,7 @@ total 337.00 154 $ 6.74</screen> </sect1> </chapter> - <chapter - id="quotas"> + <chapter id="quotas"> <title>Disk Quotas</title> <para><emphasis>Contributed by &a.mpp;.<!-- <br> -->26 February @@ -11742,8 +11646,7 @@ Disk quotas for user test (uid 1002): </chapter> - <chapter - id="hw"> + <chapter id="hw"> <title>PC Hardware compatibility</title> <para>Issues of hardware compatibility are among the most troublesome in @@ -11795,8 +11698,7 @@ Disk quotas for user test (uid 1002): </sect1> - <sect1 - id="hw-configs"> + <sect1 id="hw-configs"> <title>Sample Configurations</title> <para>The following list of sample hardware configurations by no means @@ -11808,8 +11710,7 @@ Disk quotas for user test (uid 1002): Beware of dog.</para> - <sect2 - id="hw-jordans-picks"> + <sect2 id="hw-jordans-picks"> <title>Jordan's Picks</title> <para>I have had fairly good luck building workstation and server @@ -11820,8 +11721,7 @@ Disk quotas for user test (uid 1002): given time.</para> - <sect3 - id="hw-mb"> + <sect3 id="hw-mb"> <title>Motherboards</title> <para>For Pentium Pro (P6) systems, I'm quite fond of the <ulink @@ -11882,8 +11782,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-disks"> + <sect3 id="hw-disks"> <title>Disk drives</title> <para>In this particular game of Russian roulette, I'll make few @@ -11901,8 +11800,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-jordans-picks-cdrom"> + <sect3 id="hw-jordans-picks-cdrom"> <title>CDROM drives</title> <para>My SCSI preferences extend to SCSI CDROM drives as well, and @@ -11925,8 +11823,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-worm"> + <sect3 id="hw-worm"> <title>CD Recordable (WORM) drives</title> <para>At the time of this writing, FreeBSD supports 3 types of CDR @@ -11940,8 +11837,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-tape"> + <sect3 id="hw-tape"> <title>Tape drives</title> <para>I've had pretty good luck with both <ulink @@ -11953,8 +11849,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-video"> + <sect3 id="hw-video"> <title>Video Cards</title> <para>If you can also afford to buy a commercial X server for @@ -11971,8 +11866,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-monitors"> + <sect3 id="hw-monitors"> <title>Monitors</title> <para>I have had very good luck with the <ulink @@ -11980,8 +11874,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-networking"> + <sect3 id="hw-networking"> <title>Networking</title> <para>I can recommend the <ulink @@ -12001,8 +11894,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-serial"> + <sect3 id="hw-serial"> <title>Serial</title> <para>If you're looking for high-speed serial networking @@ -12026,8 +11918,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-audio"> + <sect3 id="hw-audio"> <title>Audio</title> <para>I currently use a <ulink @@ -12040,8 +11931,7 @@ Disk quotas for user test (uid 1002): </sect3> - <sect3 - id="hw-vgrabbers"> + <sect3 id="hw-vgrabbers"> <title>Video</title> <para>For video capture, there are two good choices — any card @@ -12063,8 +11953,7 @@ Disk quotas for user test (uid 1002): </sect2> </sect1> - <sect1 - id="hw-core"> + <sect1 id="hw-core"> <title>Core/Processing</title> @@ -12090,8 +11979,7 @@ Disk quotas for user test (uid 1002): <para></para> </sect3> - <sect3 - id="hw-mb-pci"> + <sect3 id="hw-mb-pci"> <title>PCI</title> <para><emphasis>Contributed by &a.rgrimes;.<!-- <br> -->25 April @@ -12429,8 +12317,7 @@ Disk quotas for user test (uid 1002): </sect2> </sect1> - <sect1 - id="hw-io"> + <sect1 id="hw-io"> <title>Input/Output Devices</title> @@ -12450,8 +12337,7 @@ Disk quotas for user test (uid 1002): <title>Serial ports and multiport cards</title> - <sect3 - id="uart"> + <sect3 id="uart"> <title>The UART: What it is and how it works</title> <para><emphasis>Copyright © 1996 &a.uhclem;, All Rights @@ -14381,8 +14267,7 @@ INS8250 -> INS8250B </sect4> </sect3> - <sect3 - id="sio"> + <sect3 id="sio"> <title>Configuring the <devicename>sio</devicename> driver</title> @@ -14607,8 +14492,7 @@ sio16: type 16550A (multiport master)</screen> </sect4> </sect3> - <sect3 - id="cy"> + <sect3 id="cy"> <title>Configuring the <devicename>cy</devicename> driver</title> @@ -14707,13 +14591,11 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure </sect2> </sect1> - <sect1 - id="hw-storage"> + <sect1 id="hw-storage"> <title>Storage Devices</title> - <sect2 - id="esdi"> + <sect2 id="esdi"> <title>Using ESDI hard disks</title> <para><emphasis>Copyright © 1995, &a.wilko;.<!-- <br> -->24 @@ -15136,8 +15018,7 @@ disk wd3 at wdc1 drive 1 </sect4> </sect3> - <sect3 - id="esdi-further-reading"> + <sect3 id="esdi-further-reading"> <title>Further reading</title> <para>If you intend to do some serious ESDI hacking, you might @@ -15172,8 +15053,7 @@ disk wd3 at wdc1 drive 1 </sect3> </sect2> - <sect2 - id="scsi"> + <sect2 id="scsi"> <title>What is SCSI?</title> <para><emphasis>Copyright © 1995, &a.wilko;.<!-- <br> -->July @@ -15953,8 +15833,7 @@ options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device </sect4> - <sect4 - id="scsi-rogue-devices"> + <sect4 id="scsi-rogue-devices"> <title>Rogue SCSI devices</title> <para>Although the SCSI standard tries to be complete and @@ -16182,8 +16061,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect3> - <sect3 - id="scsi-further-reading"> + <sect3 id="scsi-further-reading"> <title>Further reading</title> <para>If you intend to do some serious SCSI hacking, you might @@ -16310,8 +16188,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect3> </sect2> - <sect2 - id="hw-storage-controllers"> + <sect2 id="hw-storage-controllers"> <title>* Disk/tape controllers</title> @@ -16650,8 +16527,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed <title>Detailed Information</title> - <sect4 - id="hw-storage-anaconda"> + <sect4 id="hw-storage-anaconda"> <title>Archive Anaconda 2750</title> <para>The boot message identifier for this drive is @@ -16709,8 +16585,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-python"> + <sect4 id="hw-storage-python"> <title>Archive Python</title> <para>The boot message identifier for this drive is @@ -16731,8 +16606,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-viper60"> + <sect4 id="hw-storage-viper60"> <title>Archive Viper 60</title> <para>The boot message identifier for this drive is @@ -16751,8 +16625,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-viper150"> + <sect4 id="hw-storage-viper150"> <title>Archive Viper 150</title> <para>The boot message identifier for this drive is <literal>ARCHIVE @@ -16793,8 +16666,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-viper2525"> + <sect4 id="hw-storage-viper2525"> <title>Archive Viper 2525</title> <para>The boot message identifier for this drive is <literal>ARCHIVE @@ -16816,8 +16688,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-conner420r"> + <sect4 id="hw-storage-conner420r"> <title>Conner 420R</title> <para>The boot message identifier for this drive is <literal>Conner @@ -16836,8 +16707,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-ctms3200"> + <sect4 id="hw-storage-ctms3200"> <title>Conner CTMS 3200</title> <para>The boot message identifier for this drive is <literal>CONNER CTMS @@ -16855,8 +16725,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-dectz87"> + <sect4 id="hw-storage-dectz87"> <title><ulink URL="http://www.digital.com/info/Customer-Update/931206004.txt.html">DEC TZ87</ulink></title> @@ -16880,8 +16749,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-exb2501"> + <sect4 id="hw-storage-exb2501"> <title><ulink URL="http://www.Exabyte.COM:80/Products/Minicartridge/2501/Rfeatures.html">Exabyte EXB-2501</ulink></title> @@ -16931,8 +16799,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-exb8200"> + <sect4 id="hw-storage-exb8200"> <title>Exabyte EXB-8200</title> <para>The boot message identifier for this drive is <literal>EXABYTE @@ -16960,8 +16827,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-exb8500"> + <sect4 id="hw-storage-exb8500"> <title>Exabyte EXB-8500</title> <para>The boot message identifier for this drive is <literal>EXABYTE @@ -16977,8 +16843,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-exb8505"> + <sect4 id="hw-storage-exb8505"> <title><ulink URL="http://www.Exabyte.COM:80/Products/8mm/8505XL/Rfeatures.html">Exabyte EXB-8505</ulink></title> @@ -16998,8 +16863,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-hp1533a"> + <sect4 id="hw-storage-hp1533a"> <title>Hewlett-Packard HP C1533A</title> <para>The boot message identifier for this drive is <literal>HP C1533A @@ -17083,8 +16947,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-hp1534a"> + <sect4 id="hw-storage-hp1534a"> <title>Hewlett-Packard HP 1534A</title> <para>The boot message identifier for this drive is <literal>HP HP35470A @@ -17116,8 +16979,7 @@ options "TUNE_1542" #dynamic tune of bus DMA speed </sect4> - <sect4 - id="hw-storage-hp1553a"> + <sect4 id="hw-storage-hp1553a"> <title>Hewlett-Packard HP C1553A Autoloading DDS2</title> <para>The boot message identifier for this drive is "".</para> @@ -17187,8 +17049,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-hp35450a"> + <sect4 id="hw-storage-hp35450a"> <title>Hewlett-Packard HP 35450A</title> <para>The boot message identifier for this drive is <literal>HP HP35450A @@ -17207,8 +17068,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-hp35470a"> + <sect4 id="hw-storage-hp35470a"> <title>Hewlett-Packard HP 35470A</title> <para>The boot message identifier for this drive is <literal>HP HP35470A @@ -17237,8 +17097,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-hp35480a"> + <sect4 id="hw-storage-hp35480a"> <title>Hewlett-Packard HP 35480A</title> <para>The boot message identifier for this drive is <literal>HP HP35480A @@ -17276,8 +17135,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-sdt5000"> + <sect4 id="hw-storage-sdt5000"> <title><ulink URL="http://www.sel.sony.com/SEL/ccpg/storage/tape/t5000.html">Sony SDT-5000</ulink></title> @@ -17311,8 +17169,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-tandberg3600"> + <sect4 id="hw-storage-tandberg3600"> <title>Tandberg TDC 3600</title> <para>The boot message identifier for this drive is <literal>TANDBERG @@ -17337,8 +17194,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-tandberg3620"> + <sect4 id="hw-storage-tandberg3620"> <title>Tandberg TDC 3620</title> <para>This is very similar to the <xref @@ -17349,8 +17205,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-tandberg4222"> + <sect4 id="hw-storage-tandberg4222"> <title>Tandberg TDC 4222</title> <para>The boot message identifier for this drive is <literal>TANDBERG @@ -17379,8 +17234,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-wangtek5525es"> + <sect4 id="hw-storage-wangtek5525es"> <title>Wangtek 5525ES</title> <para>The boot message identifier for this drive is <literal>WANGTEK @@ -17413,8 +17267,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-wangtek6200"> + <sect4 id="hw-storage-wangtek6200"> <title>Wangtek 6200</title> <para>The boot message identifier for this drive is <literal>WANGTEK @@ -17479,8 +17332,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" <para></para> </sect2> - <sect2 - id="hw-storage-tapebackups"> + <sect2 id="hw-storage-tapebackups"> <title>Tapes and backups</title> @@ -17494,8 +17346,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" <title>Tape Media</title> - <sect4 - id="hw-storage-tapebackups-4mm"> + <sect4 id="hw-storage-tapebackups-4mm"> <title>4mm (DDS: Digital Data Storage)</title> <para>4mm tapes are replacing QIC as the workstation backup @@ -17524,8 +17375,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-tapebackups-8mm"> + <sect4 id="hw-storage-tapebackups-8mm"> <title>8mm (Exabyte)</title> <para>8mm tapes are the most common SCSI tape drives; they are @@ -17555,8 +17405,7 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-tapebackups-qic"> + <sect4 id="hw-storage-tapebackups-qic"> <title>QIC</title> <para>QIC-150 tapes and drives are, perhaps, the most common @@ -17598,15 +17447,13 @@ scsi -f $2 -s 100 -c "1b 0 0 $cdb3 $cdb4 $cdb5" </sect4> - <sect4 - id="hw-storage-tapebackups-mini"> + <sect4 id="hw-storage-tapebackups-mini"> <title>* Mini-Cartridge</title> <para></para> </sect4> - <sect4 - id="hw-storage-tapebackups-dlt"> + <sect4 id="hw-storage-tapebackups-dlt"> <title>DLT</title> <para>DLT has the fastest data transfer rate of all the drive @@ -17780,8 +17627,7 @@ st0(ncr1:4:0): Logical unit is in process of becoming ready</screen> </sect4> - <sect4 - id="hw-storage-amanda"> + <sect4 id="hw-storage-amanda"> <title><ulink URL="http://www.freebsd.org/ports/misc.html#amanda-2.2.6.5">Amanda</ulink></title> @@ -18127,8 +17973,7 @@ chmod 644 /mnt/etc/passwd </sect2> </sect1> - <sect1 - id="hw-other"> + <sect1 id="hw-other"> <title>* Other</title> @@ -18140,13 +17985,11 @@ chmod 644 /mnt/etc/passwd </sect1> </chapter> - <chapter - id="l10n"> + <chapter id="l10n"> <title>Localization</title> - <sect1 - id="russian"> + <sect1 id="russian"> <title>Russian Language (KOI8-R encoding)</title> <para><emphasis>Contributed by &a.ache;<!-- <br> --> 1 May @@ -18157,8 +18000,7 @@ chmod 644 /mnt/etc/passwd (Russian Net Character Set)</ulink>.</para> - <sect2 - id="russian-console"> + <sect2 id="russian-console"> <title>Console Setup</title> @@ -18221,8 +18063,7 @@ ttyv0 "/usr/libexec/getty Pc" cons25r on secure </sect2> - <sect2 - id="russian-locale"> + <sect2 id="russian-locale"> <title>Locale Setup</title> <para><anchor id="russian-env"> There is two environment variables @@ -18249,8 +18090,7 @@ ttyv0 "/usr/libexec/getty Pc" cons25r on secure details.</para> - <sect3 - id="russian-class"> + <sect3 id="russian-class"> <title>Login Class Method</title> <para>First of all check your <filename>/etc/login.conf</filename> @@ -18387,8 +18227,7 @@ setenv MM_CHARSET KOI8-R </sect3> </sect2> - <sect2 - id="russian-printer"> + <sect2 id="russian-printer"> <title>Printer Setup</title> <para>Since most printers with Russian characters comes with @@ -18408,8 +18247,7 @@ lp|Russian local line printer:\ </sect2> - <sect2 - id="russian-msdosfs"> + <sect2 id="russian-msdosfs"> <title>MSDOS FS and Russian file names</title> <para>Look at following example <citerefentry><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry> entry to enable support for Russian @@ -18425,8 +18263,7 @@ lp|Russian local line printer:\ </sect2> - <sect2 - id="russian-xwindow"> + <sect2 id="russian-xwindow"> <title>X Window Setup</title> <para>Step by step instructions:</para> @@ -18507,8 +18344,7 @@ XkbKeymap "xfree86(ru)" </sect2> </sect1> - <sect1 - id="german"> + <sect1 id="german"> <title>German Language (ISO 8859-1)</title> <para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email> wrote a tutorial how to use umlauts on a FreeBSD machine. The tutorial is written in German and available at <ulink URL="http://www.de.freebsd.org/de/umlaute/">http://www.de.freebsd.org/de/umlaute/</ulink>.</para> @@ -18525,8 +18361,7 @@ XkbKeymap "xfree86(ru)" <title>Serial Communications</title> - <sect1 - id="serial"> + <sect1 id="serial"> <title>Serial Basics</title> <para><emphasis>Assembled from FAQ.</emphasis></para> @@ -18581,8 +18416,7 @@ XkbKeymap "xfree86(ru)" </sect1> - <sect1 - id="term"> + <sect1 id="term"> <title>Terminals</title> <para><emphasis>Contributed by &a.kelly;<!-- <br> -->28 July @@ -18594,8 +18428,7 @@ XkbKeymap "xfree86(ru)" use terminals with FreeBSD.</para> - <sect2 - id="term-uses"> + <sect2 id="term-uses"> <title>Uses and Types of Terminals</title> <para>The original Unix systems did not have consoles. Instead, @@ -18642,8 +18475,7 @@ XkbKeymap "xfree86(ru)" <para>The remaining subsections describe each kind.</para> - <sect3 - id="term-dumb"> + <sect3 id="term-dumb"> <title>Dumb Terminals</title> <para>Dumb terminals are specialized pieces of hardware that let @@ -18667,8 +18499,7 @@ XkbKeymap "xfree86(ru)" </sect3> - <sect3 - id="term-pcs"> + <sect3 id="term-pcs"> <title>PCs Acting As Terminals</title> <para>If a <xref linkend="term-dumb" remap="dumb terminal"> has @@ -18685,8 +18516,7 @@ XkbKeymap "xfree86(ru)" </sect3> - <sect3 - id="term-x"> + <sect3 id="term-x"> <title>X Terminals</title> <para>X terminals are the most sophisticated kind of terminal @@ -18702,8 +18532,7 @@ XkbKeymap "xfree86(ru)" </sect3> </sect2> - <sect2 - id="term-cables-ports"> + <sect2 id="term-cables-ports"> <title>Cables and Ports</title> <para>To connect a terminal to your FreeBSD system, you need the @@ -18713,8 +18542,7 @@ XkbKeymap "xfree86(ru)" <xref linkend="term-config" remap="Configuration">.</para> - <sect3 - id="term-cables"> + <sect3 id="term-cables"> <title>Cables</title> <para>Because terminals use serial ports, you need to use @@ -18752,8 +18580,7 @@ XkbKeymap "xfree86(ru)" fit the cable you are using.</para> - <sect4 - id="term-null"> + <sect4 id="term-null"> <title>Null-modem cables</title> <para>A null-modem cable passes some signals straight through, @@ -18851,8 +18678,7 @@ XkbKeymap "xfree86(ru)" </sect4> - <sect4 - id="term-std"> + <sect4 id="term-std"> <title>Standard RS-232C Cables</title> <para>A standard serial cable passes all the RS-232C signals @@ -18865,8 +18691,7 @@ XkbKeymap "xfree86(ru)" </sect4> </sect3> - <sect3 - id="term-ports"> + <sect3 id="term-ports"> <title>Ports</title> <para>Serial ports are the devices through which data is @@ -18875,8 +18700,7 @@ XkbKeymap "xfree86(ru)" they are addressed in FreeBSD.</para> - <sect4 - id="term-portkinds"> + <sect4 id="term-portkinds"> <title>Kinds of Ports</title> <para>Several kinds of serial ports exist. Before you purchase @@ -18894,8 +18718,7 @@ XkbKeymap "xfree86(ru)" </sect4> - <sect4 - id="term-portnames"> + <sect4 id="term-portnames"> <title>Port Names</title> <para>In FreeBSD, you access each serial port through an entry @@ -18934,8 +18757,7 @@ XkbKeymap "xfree86(ru)" </sect3> </sect2> - <sect2 - id="term-config"> + <sect2 id="term-config"> <title>Configuration</title> <para>This section describes what you need to configure on your @@ -19003,8 +18825,7 @@ XkbKeymap "xfree86(ru)" file, see the <citerefentry><refentrytitle>ttys</refentrytitle><manvolnum>5</manvolnum></citerefentry> manual page.</para> - <sect3 - id="term-etcttys"> + <sect3 id="term-etcttys"> <title>Adding an Entry to <filename>/etc/ttys</filename></title> <para>First, you need to add an entry to the @@ -19039,8 +18860,7 @@ ttyd5 </sect3> - <sect3 - id="term-getty"> + <sect3 id="term-getty"> <title>Specifying the <replaceable>getty</replaceable> Type</title> @@ -19086,8 +18906,7 @@ ttyd5 "/usr/libexec/getty std.19200" </sect3> - <sect3 - id="term-deftermtype"> + <sect3 id="term-deftermtype"> <title>Specifying the Default Terminal Type</title> <para>The third field in the <filename>/etc/ttys</filename> file @@ -19123,8 +18942,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 </sect3> - <sect3 - id="term-enable"> + <sect3 id="term-enable"> <title>Enabling the Port</title> <para>The next field in <filename>/etc/ttys</filename>, the fourth @@ -19145,8 +18963,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on </sect3> - <sect3 - id="term-secure"> + <sect3 id="term-secure"> <title>Specifying Secure Ports</title> <para>We have arrived at the last field (well, almost: there is an @@ -19197,8 +19014,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure # Guest bathroom </sect3> - <sect3 - id="term-hup"> + <sect3 id="term-hup"> <title>Force <command>init</command> to Reread <filename>/etc/ttys</filename></title> @@ -19225,8 +19041,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure # Guest bathroom </sect3> </sect2> - <sect2 - id="term-debug"> + <sect2 id="term-debug"> <title>Debugging your connection</title> <para>Even with the most meticulous attention to detail, something @@ -19302,8 +19117,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure # Guest bathroom </sect2> </sect1> - <sect1 - id="dialup"> + <sect1 id="dialup"> <title>Dialin Service</title> <para><emphasis>Contributed by &a.ghelmer;.</emphasis></para> @@ -19318,8 +19132,7 @@ ttyd5 "/usr/libexec/getty std.19200" vt100 on insecure # Guest bathroom data due to attempting to follow the suggestions here.</para> - <sect2 - id="dialup-prereqs"> + <sect2 id="dialup-prereqs"> <title>Prerequisites</title> <para>To begin with, the author assumes you have some basic @@ -19893,8 +19706,7 @@ vq|VH57600|Very High Speed Modem at 57600,8-bit:\ </sect4> </sect3> - <sect3 - id="dialup-ttys"> + <sect3 id="dialup-ttys"> <title><filename>/etc/ttys</filename></title> <para><filename>/etc/ttys</filename> is the list of <filename>ttys</filename> for <command>init</command> to monitor. @@ -20337,8 +20149,7 @@ AT&B2&W </sect2> </sect1> - <sect1 - id="dialout"> + <sect1 id="dialout"> <title>Dialout Service</title> <para><emphasis>Information integrated from FAQ.</emphasis></para> @@ -20413,8 +20224,7 @@ AT&B2&W </sect2> - <sect2 - id="direct-at"> + <sect2 id="direct-at"> <title>How am I expected to enter these AT commands?</title> <para>Make what is called a <quote>direct</quote> @@ -20672,8 +20482,7 @@ raisechar=^^ are described in this chapter.</para> - <sect1 - id="userppp"> + <sect1 id="userppp"> <title>Setting up User PPP</title> <para>User PPP was introduced to FreeBSD in release 2.0.5 as an @@ -20975,8 +20784,7 @@ domain <replaceable>bar.com</replaceable> session).</para> - <sect3 - id="userppp-staticIP"> + <sect3 id="userppp-staticIP"> <title>PPP and Static IP addresses</title> <para>You will need to create a configuration file called @@ -21179,8 +20987,7 @@ protocol: ppp</screen> </sect3> - <sect3 - id="userppp-dynamicIP"> + <sect3 id="userppp-dynamicIP"> <title>PPP and Dynamic IP addresses</title> <para>If your service provider does not assign static IP numbers, @@ -21506,8 +21313,7 @@ mary: <title>More on <command>mgetty</command>, AutoPPP, and MS extensions</title> - <sect5 - id="userppp-mgetty"> + <sect5 id="userppp-mgetty"> <title><command>mgetty</command> and AutoPPP</title> <para>Configuring and compiling <command>mgetty</command> with the <literal>AUTO_PPP</literal> @@ -21607,8 +21413,7 @@ default: </sect4> </sect3> - <sect3 - id="userppp-PAPnCHAP"> + <sect3 id="userppp-PAPnCHAP"> <title>PAP and CHAP authentication</title> <para>Some ISPs set their system up so that the authentication @@ -21731,8 +21536,7 @@ default: </sect3> </sect2> - <sect2 - id="userppp-final"> + <sect2 id="userppp-final"> <title>Final system configuration</title> <para>You now have <command>ppp</command> configured, but there are a few more things @@ -21945,8 +21749,7 @@ sendmail_flags="-bd" </sect2> </sect1> - <sect1 - id="ppp"> + <sect1 id="ppp"> <title>Setting up Kernel PPP</title> <para><emphasis>Contributed by &a.gena;.</emphasis></para> @@ -22410,8 +22213,7 @@ exit 1 </sect2> </sect1> - <sect1 - id="slipc"> + <sect1 id="slipc"> <title>Setting up a SLIP Client</title> <para><emphasis>Contributed by &a.asami;<!-- <br> -->8 Aug @@ -22694,8 +22496,7 @@ silvia.HIP.Berke localhost.Berkeley UGH 34 47641234 lo0 - 0.438 </sect2> </sect1> - <sect1 - id="slips"> + <sect1 id="slips"> <title>Setting up a SLIP Server</title> <para><emphasis>Contributed by &a.ghelmer;.<!-- <br> --> v1.0, 15 May @@ -22719,8 +22520,7 @@ silvia.HIP.Berke localhost.Berkeley UGH 34 47641234 lo0 - 0.438 help correct the problem.</para> - <sect2 - id="slips-prereqs"> + <sect2 id="slips-prereqs"> <title>Prerequisites</title> <para>This document is very technical in nature, so background @@ -23303,8 +23103,7 @@ import proto rip interface ed { <title>Advanced Networking</title> - <sect1 - id="routing"> + <sect1 id="routing"> <title>Gateways and Routes</title> <para><emphasis>Contributed by &a.gryphon;.<!-- <br> -->6 October @@ -23629,8 +23428,7 @@ Local1 (10.20.30.1, 10.9.9.30) --> T1-GW (10.9.9.1) </sect2> </sect1> - <sect1 - id="nfs"> + <sect1 id="nfs"> <title>NFS</title> <para><emphasis>Contributed by &a.jlind;.</emphasis></para> @@ -23736,8 +23534,7 @@ freebox:/sharedfs /project nfs rw,-w=1024 0 0 </sect1> - <sect1 - id="diskless"> + <sect1 id="diskless"> <title>Diskless Operation</title> <para><emphasis>Contributed by &a.martin;.</emphasis></para> @@ -24008,8 +23805,7 @@ hostname myclient.mydomain </sect2> </sect1> - <sect1 - id="isdn"> + <sect1 id="isdn"> <title>ISDN</title> <para><emphasis>Last modified by &a.wlloyd;</emphasis>.</para> @@ -24323,8 +24119,7 @@ ISDN BRI line </sect1> </chapter> - <chapter - id="mail"> + <chapter id="mail"> <title>Electronic Mail</title> <para><emphasis>Contributed by &a.wlloyd;.</emphasis></para> @@ -24535,8 +24330,7 @@ freefall CNAME www.FreeBSD.org </sect2> - <sect2 - id="mail-domain"> + <sect2 id="mail-domain"> <title>Mail for your Domain (Network).</title> <para>To setup up a network mailhost, you need to direct the mail @@ -24606,8 +24400,7 @@ foo.bar MX 10 smtp.smalliap.com ; your mailhost </sect2> - <sect2 - id="sendmailuucp"> + <sect2 id="sendmailuucp"> <title>Setting up UUCP.</title> <para><emphasis>Stolen from the FAQ.</emphasis></para> @@ -24759,8 +24552,7 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo < @ interface-busin </sect2> </sect1> - <sect1 - id="mailfaq"> + <sect1 id="mailfaq"> <title>FAQ</title> <para><emphasis>Migration from FAQ.</emphasis></para> @@ -24936,8 +24728,7 @@ an A record in the DNS for "customer.com".</programlisting> system, or stick with one of the released versions.</para> - <sect1 - id="current"> + <sect1 id="current"> <title>Staying Current with FreeBSD</title> <para><emphasis>Contributed by &a.jkh;.</emphasis></para> @@ -25146,8 +24937,7 @@ subscribe cvs-all </sect2> </sect1> - <sect1 - id="stable"> + <sect1 id="stable"> <title>Staying Stable with FreeBSD</title> <para><emphasis>Contributed by &a.jkh;.</emphasis></para> @@ -25284,8 +25074,7 @@ subscribe freebsd-stable </sect2> </sect1> - <sect1 - id="synching"> + <sect1 id="synching"> <title>Synchronizing Source Trees over the Internet</title> <para><emphasis>Contributed by &a.jkh;.</emphasis></para> @@ -25330,8 +25119,7 @@ subscribe freebsd-stable following sections:</para> - <sect2 - id="ctm"> + <sect2 id="ctm"> <title><application>CTM</application></title> <para><emphasis>Contributed by &a.phk;. Updated @@ -25682,15 +25470,13 @@ subscribe freebsd-stable </sect3> </sect2> - <sect2 - id="cvsup"> + <sect2 id="cvsup"> <title><application>CVSup</application></title> <para><emphasis>Contributed by &a.jdp;</emphasis>.</para> - <sect3 - id="cvsup-intro"> + <sect3 id="cvsup-intro"> <title>Introduction</title> <para><application>CVSup</application> is a software package for distributing and updating @@ -25724,8 +25510,7 @@ subscribe freebsd-stable </sect3> - <sect3 - id="cvsup-install"> + <sect3 id="cvsup-install"> <title>Installation</title> <para>The easiest way to install <application>CVSup</application> if you are running FreeBSD @@ -25819,8 +25604,7 @@ subscribe freebsd-stable </sect3> - <sect3 - id="cvsup-config"> + <sect3 id="cvsup-config"> <title>Configuration</title> <para><application>CVSup</application>'s operation is controlled by a configuration file @@ -25911,8 +25695,7 @@ subscribe freebsd-stable <itemizedlist> <listitem> - <para>Which files do you want to receive?<anchor - id="cvsup-config-files"></para> + <para>Which files do you want to receive?<anchor id="cvsup-config-files"></para> <para>The files available via <application>CVSup</application> are organized into named groups called <quote>collections</quote>. The collections that are @@ -25934,8 +25717,7 @@ cvs-crypto </listitem> <listitem> - <para>Which version(s) of them do you want?<anchor - id="cvsup-config-vers"></para> + <para>Which version(s) of them do you want?<anchor id="cvsup-config-vers"></para> <para>With <application>CVSup</application>, you can receive virtually any version of the sources that ever existed. That is possible because @@ -26139,8 +25921,7 @@ cvs-crypto </listitem> <listitem> - <para>Where do you want to get them from?<anchor - id="cvsup-config-where"></para> + <para>Where do you want to get them from?<anchor id="cvsup-config-where"></para> <para>We use the <literal>host=</literal> field to tell <command>cvsup</command> where to obtain its updates. Any of the <xref linkend="mirrors-cvsup" @@ -26175,8 +25956,7 @@ cvs-crypto </listitem> <listitem> - <para>Where should <command>cvsup</command> maintain its status files?<anchor - id="cvsup-config-status"></para> + <para>Where should <command>cvsup</command> maintain its status files?<anchor id="cvsup-config-status"></para> <para>The cvsup client maintains certain status files in what is called the <quote>base</quote> directory. These files help @@ -26322,8 +26102,7 @@ cvs-crypto </sect3> - <sect3 - id="cvsup-collec"> + <sect3 id="cvsup-collec"> <title><application>CVSup</application> File Collections</title> <para>The file collections available via <application>CVSup</application> are organized @@ -27015,8 +26794,7 @@ cvs-crypto </sect2> </sect1> - <sect1 - id="makeworld"> + <sect1 id="makeworld"> <title>Using <command>make world</command> to rebuild your system</title> @@ -27037,8 +26815,7 @@ cvs-crypto </sect1> </chapter> - <chapter - id="contrib"> + <chapter id="contrib"> <title>Contributing to FreeBSD</title> <para><emphasis>Contributed by &a.jkh;.</emphasis></para> @@ -27607,8 +27384,7 @@ cvs-crypto the following 6 categories:</para> - <sect2 - id="contrib-general"> + <sect2 id="contrib-general"> <title>Bug reports and general commentary</title> <para>An idea or suggestion of <emphasis>general</emphasis> @@ -27812,8 +27588,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </sect2> - <sect2 - id="porting"> + <sect2 id="porting"> <title>Porting an existing piece of free software</title> <para><emphasis>Contributed by &a.jkh;, &a.gpalmer;, &a.asami; and @@ -27839,8 +27614,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. gain much knowledge from it.</para> - <sect3 - id="porting-starting"> + <sect3 id="porting-starting"> <title>Before Starting the Port</title> <note> @@ -28156,7 +27930,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Date created: 5 December 1994 # Whom: asami # -# $Id: handbook.sgml,v 1.51 1998-10-26 23:52:47 nik Exp $ +# $Id: handbook.sgml,v 1.52 1998-10-26 23:53:20 nik Exp $ # DISTNAME= oneko-1.1b @@ -28289,8 +28063,7 @@ lib/X11/oneko/mouse.xpm </sect4> - <sect4 - id="porting-submitting"> + <sect4 id="porting-submitting"> <title>Submitting the port</title> <para>Now that you are happy with your port, the only thing @@ -28669,8 +28442,7 @@ MASTER_SITE_SUBDIR= applications </sect4> - <sect4 - id="porting-patchfiles"> + <sect4 id="porting-patchfiles"> <title><makevar>PATCHFILES</makevar></title> <para>If your port requires some additional patches that are @@ -29798,8 +29570,7 @@ msql:*:87:87:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh </sect4> </sect3> - <sect3 - id="porting-samplem"> + <sect3 id="porting-samplem"> <title>A Sample <filename>Makefile</filename></title> <para>Here is a sample <filename>Makefile</filename> that you can @@ -30191,8 +29962,7 @@ pre-install: </sect2> </sect1> - <sect1 - id="donors"> + <sect1 id="donors"> <title>Donors Gallery</title> <para>The FreeBSD Project is indebted to the following donors and @@ -30484,8 +30254,7 @@ pre-install: </sect1> - <sect1 - id="contrib-additional"> + <sect1 id="contrib-additional"> <title>Additional FreeBSD Contributors</title> <para>(in alphabetical order by first name):</para> @@ -31978,8 +31747,7 @@ pre-install: </sect1> </chapter> - <chapter - id="policies"> + <chapter id="policies"> <title>Source Tree Guidelines and Policies</title> <para><emphasis>Contributed by &a.phk;.</emphasis></para> @@ -31988,8 +31756,7 @@ pre-install: for the FreeBSD source tree.</para> - <sect1 - id="policies-maintainer"> + <sect1 id="policies-maintainer"> <title><makevar>MAINTAINER</makevar> on Makefiles</title> <para>June 1996.</para> @@ -32196,8 +31963,7 @@ obrien@freebsd.org - 30 March 1997 </sect1> - <sect1 - id="policies-shlib"> + <sect1 id="policies-shlib"> <title>Shared Libraries</title> <para><emphasis>Contributed by &a.asami;, &a.peter;, and @@ -32266,8 +32032,7 @@ obrien@freebsd.org - 30 March 1997 </sect1> </chapter> - <chapter - id="kernelopts"> + <chapter id="kernelopts"> <title>Adding New Kernel Configuration Options</title> <para><emphasis>Contributed by &a.joerg;</emphasis></para> @@ -32433,8 +32198,7 @@ options notyet,notdef </sect1> </chapter> - <chapter - id="kerneldebug"> + <chapter id="kerneldebug"> <title>Kernel Debugging</title> <para><emphasis>Contributed by &a.paul; and &a.joerg;</emphasis></para> @@ -33068,8 +32832,7 @@ text_addr = 0xf5109020? (y or n) <userinput>y</userinput> </sect1> </chapter> - <chapter - id="linuxemu"> + <chapter id="linuxemu"> <title>Linux Emulation</title> <para><emphasis>Contributed by &a.handy; and &a.rich;</emphasis></para> @@ -33707,8 +33470,7 @@ multi on </sect2> </sect1> - <sect1 - id="mathematica"> + <sect1 id="mathematica"> <title>How to Install Mathematica on FreeBSD</title> <para><emphasis>Contributed by &a.rich; and @@ -33912,8 +33674,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> <title>FreeBSD Internals</title> - <sect1 - id="booting"> + <sect1 id="booting"> <title>The FreeBSD Booting Process</title> <para><emphasis>Contributed by &a.phk;. v1.1, April @@ -34153,8 +33914,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </sect2> </sect1> - <sect1 - id="memoryuse"> + <sect1 id="memoryuse"> <title>PC Memory Utilization</title> <para><emphasis>Contributed by &a.joerg;.<!-- <br> --> 16 Apr @@ -34210,8 +33970,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </sect1> - <sect1 - id="dma"> + <sect1 id="dma"> <title>DMA: What it Is and How it Works</title> <para><emphasis>Copyright © 1995,1997 &a.uhclem;, All Rights @@ -35568,8 +35327,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> <title>Appendices</title> - <chapter - id="mirrors"> + <chapter id="mirrors"> <title>Obtaining FreeBSD</title> @@ -35591,8 +35349,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </address></para> </sect1> - <sect1 - id="mirrors-ftp"> + <sect1 id="mirrors-ftp"> <title>FTP Sites</title> <para>The official sources for FreeBSD are available via anonymous FTP @@ -36389,8 +36146,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </sect1> - <sect1 - id="mirrors-ctm"> + <sect1 id="mirrors-ctm"> <title>CTM Sites</title> <para><xref linkend="ctm" remap="CTM">/FreeBSD is available via @@ -36485,8 +36241,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </sect1> - <sect1 - id="mirrors-cvsup"> + <sect1 id="mirrors-cvsup"> <title>CVSup Sites</title> <para><xref linkend="cvsup" remap="CVSup"> servers for FreeBSD are @@ -36829,8 +36584,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </sect1> </chapter> - <chapter - id="bibliography"> + <chapter id="bibliography"> <title>Bibliography</title> <para>While the manual pages provide the definitive reference for @@ -37308,8 +37062,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </sect1> </chapter> - <chapter - id="eresources"> + <chapter id="eresources"> <title>Resources on the Internet</title> <para><emphasis>Contributed by &a.jkh;.</emphasis></para> @@ -37328,8 +37081,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> be included.</para> - <sect1 - id="eresources-mail"> + <sect1 id="eresources-mail"> <title>Mailing lists</title> <para>Though many of the FreeBSD development members read USENET, we @@ -37357,8 +37109,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> should be consulted before posting a question.</para> - <sect2 - id="eresources-summary"> + <sect2 id="eresources-summary"> <title>List summary</title> <para><emphasis>General lists:</emphasis> The following are @@ -37702,8 +37453,7 @@ richc.isdn.bcm.tmc.edu 9845-03452-90255</screen> </informaltable> </sect2> - <sect2 - id="eresources-subscribe"> + <sect2 id="eresources-subscribe"> <title>How to subscribe</title> <para>All mailing lists live on <hostid role="fqdn">FreeBSD.ORG</hostid>, so @@ -37758,8 +37508,7 @@ help </sect2> - <sect2 - id="eresources-charters"> + <sect2 id="eresources-charters"> <title>List charters</title> <para><emphasis>All</emphasis>FreeBSD mailing lists have @@ -38203,8 +37952,7 @@ help </sect2> </sect1> - <sect1 - id="eresources-news"> + <sect1 id="eresources-news"> <title>Usenet newsgroups</title> <para>In addition to two FreeBSD specific newsgroups, there are many @@ -38391,8 +38139,7 @@ help </sect2> </sect1> - <sect1 - id="eresources-web"> + <sect1 id="eresources-web"> <title>World Wide Web servers</title> @@ -38489,16 +38236,14 @@ help </sect1> </chapter> - <chapter - id="staff"> + <chapter id="staff"> <title>FreeBSD Project Staff</title> <para>The FreeBSD Project is managed and operated by the following groups of people:</para> - <sect1 - id="staff-core"> + <sect1 id="staff-core"> <title>The FreeBSD Core Team</title> <para>The FreeBSD core team constitutes the project's <quote>Board of @@ -38585,8 +38330,7 @@ help </sect1> - <sect1 - id="staff-committers"> + <sect1 id="staff-committers"> <title>The FreeBSD Developers</title> <para>These are the people who have commit privileges and do the @@ -38938,8 +38682,7 @@ help </sect1> - <sect1 - id="staff-doc"> + <sect1 id="staff-doc"> <title>The FreeBSD Documentation Project</title> <para>The <ulink URL="http://www.freebsd.org/docproj.html">FreeBSD @@ -39058,8 +38801,7 @@ help </sect1> - <sect1 - id="staff-who"> + <sect1 id="staff-who"> <title>Who Is Responsible for What</title> @@ -39177,8 +38919,7 @@ help </sect1> </chapter> - <chapter - id="pgpkeys"> + <chapter id="pgpkeys"> <title>PGP keys</title> <para>In case you need to verify a signature or send encrypted email to |
