- Added missing close tags.
- Changed <contrib> information Reviewed by: chern
This commit is contained in:
parent
e43bc3a4a6
commit
bed164ab7f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10369
3 changed files with 16 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v 1.31 2001/08/15 19:40:17 logo Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml,v 1.32 2001/08/15 20:08:25 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="mail">
|
||||
|
|
@ -251,6 +251,7 @@
|
|||
</entry>
|
||||
<entry>Lists of hosts <application>sendmail</application>
|
||||
accepts mail for</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<filename>/etc/mail/mailer.conf</filename>
|
||||
|
|
@ -365,6 +366,7 @@ procmail: "|/usr/local/bin/procmail"</programlisting>
|
|||
<para>When this file is updated, you need to run
|
||||
<command>make</command> in <filename>/etc/mail/</filename> to
|
||||
update the database.</para>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title><filename>/etc/mail/local-host-names</filename></title>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.49 2001/08/15 12:57:45 brian Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.50 2001/08/15 14:09:06 kuriyama Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ppp-and-slip">
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
<para>For FreeBSD installations that do not have DEVFS enabled,
|
||||
the existence of the <devicename>tun0</devicename> device should
|
||||
be verified (this is not necessary if DEVFS is enabled as device
|
||||
nodes will be created on demand).
|
||||
nodes will be created on demand).</para>
|
||||
|
||||
<para>The easiest way to make sure that the
|
||||
<devicename>tun0</devicename> device is configured correctly,
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
mappings, but you have to tell it where to find the
|
||||
information. For versions of FreeBSD prior to 5.0, you do this
|
||||
by first editing the file <filename>/etc/host.conf</filename>.
|
||||
FreeBSD 5.0 uses the <filename>/etc/nsswitch.conf</filename> file.
|
||||
FreeBSD 5.0 uses the <filename>/etc/nsswitch.conf</filename> file.</para>
|
||||
|
||||
<sect4>
|
||||
<title>Edit <filename>/etc/host.conf</filename></title>
|
||||
|
|
@ -286,7 +286,7 @@ bind</programlisting>
|
|||
<title>Edit <filename>/etc/nsswitch.conf</filename></title>
|
||||
|
||||
<para>For FreeBSD version 5.0 or above, this file should
|
||||
contain at least the following line:
|
||||
contain at least the following line:</para>
|
||||
|
||||
<programlisting>hosts: files, dns</programlisting>
|
||||
|
||||
|
|
@ -322,7 +322,7 @@ bind</programlisting>
|
|||
|
||||
<para>If your provider allocates you a static IP address and
|
||||
name, and you are not using that as your host name, add this
|
||||
to the <filename>/etc/hosts</filename> too.
|
||||
to the <filename>/etc/hosts</filename> too.</para>
|
||||
</sect4>
|
||||
|
||||
<sect4>
|
||||
|
|
@ -369,7 +369,7 @@ nameserver <replaceable>y.y.y.y</replaceable></programlisting>
|
|||
(the kernel level implementation of PPP) use the configuration
|
||||
files located in the <filename>/etc/ppp</filename> directory.
|
||||
Examples for user ppp can be found in
|
||||
<filename>/usr/share/examples/ppp/</filename>.
|
||||
<filename>/usr/share/examples/ppp/</filename>.</para>
|
||||
|
||||
<para>Configuring <command>ppp</command> requires that you edit a
|
||||
number of files, depending on your requirements. What you put
|
||||
|
|
@ -446,7 +446,7 @@ nameserver <replaceable>y.y.y.y</replaceable></programlisting>
|
|||
PPP identifies itself to the peer if it has any trouble
|
||||
negotiating and setting up the link, providing information
|
||||
that the peers administrator may find useful when
|
||||
investigating such problems.
|
||||
investigating such problems.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
@ -631,7 +631,7 @@ protocol: ppp</screen>
|
|||
|
||||
<para>If you do not wish to run ppp in <option>-auto</option>,
|
||||
this line should be moved to the
|
||||
<filename>ppp.linkup</filename> file.
|
||||
<filename>ppp.linkup</filename> file.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.45 2001/08/15 18:06:40 logo Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v 1.46 2001/08/15 19:40:17 logo Exp $
|
||||
-->
|
||||
|
||||
<chapter id="x11">
|
||||
|
|
@ -549,9 +549,9 @@ EndSection</programlisting>
|
|||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Murray</firstname>
|
||||
<surname>Stokely</surname>
|
||||
<contrib>Section on fonts by </contrib>
|
||||
</author>
|
||||
<surname>Stokely</surname>
|
||||
<contrib>Contributed by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</sect1info>
|
||||
<title>Using Fonts in XFree86</title>
|
||||
|
|
@ -766,7 +766,7 @@ match any family == "LuciduxMono" edit family =+ "Lucidux Mono";</programl
|
|||
<author>
|
||||
<firstname>Seth</firstname>
|
||||
<surname>Kingsley</surname>
|
||||
<contrib>Section on XDM by </contrib>
|
||||
<contrib>Contributed by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</sect1info>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue