Resurrect the top level Network Communication <part>. This <part> now
contains the following chapters: serialcomms, ppp-and-slip, mail, network-servers, and advanced-networking. This <part> existed up until 3 years ago when it was combined with another to form the System Administration part. That part is now too large with over 15 chapters and needs to be split into two again. Also, add some descriptive text to introduce the chapters in this part. Obtained From: FreeBSD Mall, Inc. 3rd Edition FreeBSD Handbook (Vol II)
This commit is contained in:
parent
9a10e8d1a0
commit
68bea02f82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21476
1 changed files with 42 additions and 3 deletions
|
@ -274,12 +274,51 @@
|
|||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.vinum; [ &chap.vinum; ]]>
|
||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
||||
</part>
|
||||
|
||||
<part id="network-communication">
|
||||
<title>Network Communication</title>
|
||||
|
||||
<partintro>
|
||||
<para>FreeBSD is one of the most widely deployed operating
|
||||
systems for high performance network servers. The chapters in
|
||||
this part cover:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Serial communication</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>PPP and PPP over Ethernet</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Electronic Mail</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Running Network Servers</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Other Advanced Networking Topics</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>These chapters are designed to be read when
|
||||
you need the information. You do not have to read them in any
|
||||
particular order, nor do you need to read all of them before you
|
||||
can begin using FreeBSD in a network environment.</para>
|
||||
</partintro>
|
||||
|
||||
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
|
||||
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
|
||||
<![ %chap.advanced-networking; [ &chap.advanced-networking; ]]>
|
||||
<![ %chap.network-servers; [ &chap.network-servers; ]]>
|
||||
<![ %chap.mail; [ &chap.mail; ]]>
|
||||
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
||||
<![ %chap.network-servers; [ &chap.network-servers; ]]>
|
||||
<![ %chap.advanced-networking; [ &chap.advanced-networking; ]]>
|
||||
|
||||
</part>
|
||||
|
||||
<part id="appendices">
|
||||
|
|
Loading…
Reference in a new issue