diff options
author | John Fieber <jfieber@FreeBSD.org> | 1995-10-12 03:18:14 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1995-10-12 03:18:14 +0000 |
commit | 4c0228d53f2f7c53cd84a06d3ff1d2575ff2cad9 (patch) | |
tree | 88e8f52c425a118ebec84390f88a80175bd89b04 /handbook/handbook.sgml | |
parent | f7c869a24d17ed9ebade61bbab62aef0825867d4 (diff) | |
download | doc-4c0228d53f2f7c53cd84a06d3ff1d2575ff2cad9.tar.gz doc-4c0228d53f2f7c53cd84a06d3ff1d2575ff2cad9.zip |
Sync with head.
Notes
Notes:
svn path=/branches/RELENG_2_1_0/; revision=120
Diffstat (limited to 'handbook/handbook.sgml')
-rw-r--r-- | handbook/handbook.sgml | 49 |
1 files changed, 23 insertions, 26 deletions
diff --git a/handbook/handbook.sgml b/handbook/handbook.sgml index f76df42c9e..5435d704ad 100644 --- a/handbook/handbook.sgml +++ b/handbook/handbook.sgml @@ -1,4 +1,4 @@ -<!-- $Id: handbook.sgml,v 1.7.4.1 1995-09-17 11:19:30 davidg Exp $ --> +<!-- $Id: handbook.sgml,v 1.7.4.2 1995-10-12 03:15:59 jfieber Exp $ --> <!-- The FreeBSD Documentation Project --> <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ @@ -24,19 +24,22 @@ <author> <name>The FreeBSD Documentation Project</name> </author> - <date>August 31, 1995</date> + <date>October 6, 1995</date> <abstract>Welcome to FreeBSD! This handbook covers the installation and day to day use of <bf>FreeBSD Release 2.0.5</bf>. This manual is a <bf>work in progress</bf> and is the -work of many individials. Many sections do not yet exist +work of many individuals. Many sections do not yet exist and some of those that do exist need to be updated. If you are interested in helping with this project, send -email to &a.jfieber; or to the FreeBSD Documentation +email to the FreeBSD Documentation Project mailing list <tt><htmlurl url="mailto:doc@freebsd.org" name="<doc@freebsd.org>"></tt>. +The latest version of this document is always available from +the <url url="http://www.freebsd.org/" name="FreeBSD World Wide +Web server">. </abstract> <toc> @@ -62,34 +65,23 @@ name="<doc@freebsd.org>"></tt>. <part><heading>System Administration</heading> - <chapt><heading>Reconfiguring the Kernel<label id="kernelconfig"></heading> - <p>This section is in progress. Please contact - Deborah Bennett <htmlurl url="mailto:deborah@gallifrey.microunity.com" - name="<deborah@gallifrey.microunity.com>"> for more information. - In the meantime, please refer to - Kernel Configuration section of the <url url="../FAQ/freebsd-faq.html" - name="FreeBSD FAQ">. - <!-- &kernelconfig; --> - + &kernelconfig; <chapt><heading>Users, groups and security</heading> - <sect><heading>* DES, MD5 and Crypt</heading> - <sect><heading>* S/Key</heading> + &crypt; + &skey; &kerberos; <sect><heading>* Firewalls</heading> - <chapt><heading>Printing</heading> - <p>This section is in progress. Please contact - Sean Kelly <url url="mailto:kelly@fsl.noaa.gov" - name="kelley@fsl.noaa.gov"> for more information. - + &printing; <chapt><heading>The X-Window System</heading> <p>Pending the completion of this section, please refer to documentation supplied by the <url url="http://www.xfree86.org/" name="The XFree86 Project, Inc">. <chapt><heading>Managing hardware</heading> - &scsi; <sect><heading>* Adding and reconfiguring disks</heading> + &scsi; + &esdi; <sect><heading>* Tapes and backups</heading> <sect><heading>* Serial ports</heading> <sect><heading>* Sound cards</heading> @@ -121,14 +113,16 @@ name="<doc@freebsd.org>"></tt>. &slips; <chapt><heading>Advanced networking</heading> +<!-- <sect><heading>Gateways and routing</heading> <p>This section is in progress. Please contact Coranth Gryphon <htmlurl url="mailto:gryphon@healer.com" name="<gryphon@healer.com>"> for more information. - +--> + &routing; &nfs; - <sect><heading>* Yellow Pages/NIS</heading> &diskless; + <sect><heading>* Yellow Pages/NIS</heading> <sect><heading>* ISDN</heading> <chapt><heading>* Mail</heading> @@ -143,10 +137,9 @@ name="<doc@freebsd.org>"></tt>. ⊃ &kerneldebug; &submitters; - &booting; - &memoryuse; &troubleshooting; + <!-- ************************************************************ --> <part><heading>Appendices</heading> @@ -154,8 +147,12 @@ name="<doc@freebsd.org>"></tt>. &bibliography; &eresources; &hw; + <chapt><heading>Assorted technical topics</heading> + &booting; + &memoryuse; + &dma; &contrib; - &glossary; +<!-- &glossary; --> </book> </linuxdoc> |