Add periods to the ends of the sentences in the synopsis. While I'm
here, wrap inetd in <command></command> tags and /etc/rc in <filename></filename> tags.
This commit is contained in:
parent
80761b83da
commit
74dca37255
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10335
1 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.83 2001/08/13 18:46:37 logo Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.84 2001/08/13 19:03:39 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -20,40 +20,40 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>The basics of gateways and routes</para>
|
||||
<para>The basics of gateways and routes.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to make FreeBSD act as a bridge</para>
|
||||
<para>How to make FreeBSD act as a bridge.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup a network file system</para>
|
||||
<para>How to setup a network file system.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup network booting on a diskless machine</para>
|
||||
<para>How to setup network booting on a diskless machine.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup a network information server for sharing user
|
||||
accounts</para>
|
||||
accounts.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup automatic network settings using DHCP</para>
|
||||
<para>How to setup automatic network settings using DHCP.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup a domain name server</para>
|
||||
<para>How to setup a domain name server.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to setup network address translation</para>
|
||||
<para>How to setup network address translation.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>How to manage the inetd daemon</para>
|
||||
<para>How to manage the <command>inetd</command> daemon.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -61,11 +61,11 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>The basics of the /etc/rc scripts</para>
|
||||
<para>The basics of the <filename>/etc/rc</filename> scripts.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Basic network terminology</para>
|
||||
<para>Basic network terminology.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue