Fix up a few markup snafus I noticed on my trawls in here.

This commit is contained in:
Nik Clayton 2000-10-29 16:44:16 +00:00
parent d0e7628f9d
commit 5c8f5eeeb0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8234
2 changed files with 86 additions and 44 deletions

View file

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.112 2000/10/26 23:07:29 nik Exp $</pubdate> <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.113 2000/10/28 21:26:43 nik Exp $</pubdate>
<abstract> <abstract>
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. <para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
@ -5710,14 +5710,36 @@ C:\="DOS"</programlisting>
<listitem> <listitem>
<para>Put the quota file on the file system that the quotas <para>Put the quota file on the file system that the quotas
are to be enforced on. ie: are to be enforced on. ie:</para>
<programlisting>FS QUOTA FILE <informaltable frame="none">
/usr /usr/admin/quotas <tgroup cols="2">
/home /home/admin/quotas <thead>
...</programlisting></para> <row>
<entry>Filesystem</entry>
<entry>Quota file</entry>
</row>
</thead>
</listitem> <tbody>
<row>
<entry><filename>/usr</filename></entry>
<entry><filename>/usr/admin/quotas</filename></entry>
</row>
<row>
<entry><filename>/home</filename></entry>
<entry><filename>/home/admin/quotas</filename></entry>
</row>
<row>
<entry>&hellip;</entry>
<entry>&hellip;</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</listitem>
</orderedlist></para> </orderedlist></para>
</answer> </answer>
@ -5962,15 +5984,14 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
dialup <emphasis remap=bf>ppp</emphasis> connection to the dialup <emphasis remap=bf>ppp</emphasis> connection to the
internet, you will probably be given a mailbox on your ISPs internet, you will probably be given a mailbox on your ISPs
mail server. Lets assume your ISPs domain is mail server. Lets assume your ISPs domain is
<filename>myISP.com</filename>, and that your user name is <hostid role="domainname">myISP.com</hostid>, and that your user name is
<emphasis remap=tt>user</emphasis>. Lets also assume you've <username>user</username>. Lets also assume you've
called your machine <filename>bsd.home</filename> and that your called your machine <hostid role="fqdn">bsd.home</hostid> and that your
ISP has told you that you may use ISP has told you that you may use
<filename>relay.myISP.com</filename> as a mail relay.</para> <hostid role="fqdn">relay.myISP.com</hostid> as a mail relay.</para>
<para>In order to retrieve mail from your mailbox, you'll need <para>In order to retrieve mail from your mailbox, you'll need
to install a retrieval agent. <emphasis to install a retrieval agent. <application>Fetchmail</application> is a good choice as it supports
remap=bf>Fetchmail</emphasis> is a good choice as it supports
many different protocols. Usually, POP3 will be provided by many different protocols. Usually, POP3 will be provided by
your ISP. If you've chosen to use user-ppp, you can your ISP. If you've chosen to use user-ppp, you can
automatically fetch your mail when a connection to the 'net is automatically fetch your mail when a connection to the 'net is
@ -5991,22 +6012,22 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
is established.</para> is established.</para>
<para>I'm assuming that you have an account for <para>I'm assuming that you have an account for
<emphasis remap=tt>user</emphasis> on <username>user</username> on
<filename>bsd.home</filename>. In the home directory of <hostid role="fqdn">bsd.home</hostid>. In the home directory of
<emphasis remap=tt>user</emphasis> on <username>user</username> on
<filename>bsd.home</filename>, create a <hostid role="fqdn">bsd.home</hostid>, create a
<filename>.fetchmailrc</filename> file:</para> <filename>.fetchmailrc</filename> file:</para>
<programlisting>poll myISP.com protocol pop3 fetchall pass MySecret</programlisting> <programlisting>poll myISP.com protocol pop3 fetchall pass MySecret</programlisting>
<para>Needless to say, this file should not be readable by <para>Needless to say, this file should not be readable by
anyone except <emphasis remap=tt>user</emphasis> as it contains anyone except <username>user</username> as it contains
the password <emphasis remap=tt>MySecret</emphasis>.</para> the password <literal>MySecret</literal>.</para>
<para>In order to send mail with the correct <para>In order to send mail with the correct
<emphasis remap=bf>from:</emphasis> header, you must tell <literal>from:</literal> header, you must tell
sendmail to use <email>user@myISP.com</email> rather than sendmail to use <literal>user@myISP.com</literal> rather than
<email>user@bsd.home</email>. You may also wish to tell <literal>user@bsd.home</literal>. You may also wish to tell
sendmail to send all mail via sendmail to send all mail via
<filename>relay.myISP.com</filename>, allowing quicker mail <filename>relay.myISP.com</filename>, allowing quicker mail
transmission.</para> transmission.</para>

View file

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.112 2000/10/26 23:07:29 nik Exp $</pubdate> <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.113 2000/10/28 21:26:43 nik Exp $</pubdate>
<abstract> <abstract>
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. <para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
@ -5710,14 +5710,36 @@ C:\="DOS"</programlisting>
<listitem> <listitem>
<para>Put the quota file on the file system that the quotas <para>Put the quota file on the file system that the quotas
are to be enforced on. ie: are to be enforced on. ie:</para>
<programlisting>FS QUOTA FILE <informaltable frame="none">
/usr /usr/admin/quotas <tgroup cols="2">
/home /home/admin/quotas <thead>
...</programlisting></para> <row>
<entry>Filesystem</entry>
<entry>Quota file</entry>
</row>
</thead>
</listitem> <tbody>
<row>
<entry><filename>/usr</filename></entry>
<entry><filename>/usr/admin/quotas</filename></entry>
</row>
<row>
<entry><filename>/home</filename></entry>
<entry><filename>/home/admin/quotas</filename></entry>
</row>
<row>
<entry>&hellip;</entry>
<entry>&hellip;</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</listitem>
</orderedlist></para> </orderedlist></para>
</answer> </answer>
@ -5962,15 +5984,14 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
dialup <emphasis remap=bf>ppp</emphasis> connection to the dialup <emphasis remap=bf>ppp</emphasis> connection to the
internet, you will probably be given a mailbox on your ISPs internet, you will probably be given a mailbox on your ISPs
mail server. Lets assume your ISPs domain is mail server. Lets assume your ISPs domain is
<filename>myISP.com</filename>, and that your user name is <hostid role="domainname">myISP.com</hostid>, and that your user name is
<emphasis remap=tt>user</emphasis>. Lets also assume you've <username>user</username>. Lets also assume you've
called your machine <filename>bsd.home</filename> and that your called your machine <hostid role="fqdn">bsd.home</hostid> and that your
ISP has told you that you may use ISP has told you that you may use
<filename>relay.myISP.com</filename> as a mail relay.</para> <hostid role="fqdn">relay.myISP.com</hostid> as a mail relay.</para>
<para>In order to retrieve mail from your mailbox, you'll need <para>In order to retrieve mail from your mailbox, you'll need
to install a retrieval agent. <emphasis to install a retrieval agent. <application>Fetchmail</application> is a good choice as it supports
remap=bf>Fetchmail</emphasis> is a good choice as it supports
many different protocols. Usually, POP3 will be provided by many different protocols. Usually, POP3 will be provided by
your ISP. If you've chosen to use user-ppp, you can your ISP. If you've chosen to use user-ppp, you can
automatically fetch your mail when a connection to the 'net is automatically fetch your mail when a connection to the 'net is
@ -5991,22 +6012,22 @@ rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
is established.</para> is established.</para>
<para>I'm assuming that you have an account for <para>I'm assuming that you have an account for
<emphasis remap=tt>user</emphasis> on <username>user</username> on
<filename>bsd.home</filename>. In the home directory of <hostid role="fqdn">bsd.home</hostid>. In the home directory of
<emphasis remap=tt>user</emphasis> on <username>user</username> on
<filename>bsd.home</filename>, create a <hostid role="fqdn">bsd.home</hostid>, create a
<filename>.fetchmailrc</filename> file:</para> <filename>.fetchmailrc</filename> file:</para>
<programlisting>poll myISP.com protocol pop3 fetchall pass MySecret</programlisting> <programlisting>poll myISP.com protocol pop3 fetchall pass MySecret</programlisting>
<para>Needless to say, this file should not be readable by <para>Needless to say, this file should not be readable by
anyone except <emphasis remap=tt>user</emphasis> as it contains anyone except <username>user</username> as it contains
the password <emphasis remap=tt>MySecret</emphasis>.</para> the password <literal>MySecret</literal>.</para>
<para>In order to send mail with the correct <para>In order to send mail with the correct
<emphasis remap=bf>from:</emphasis> header, you must tell <literal>from:</literal> header, you must tell
sendmail to use <email>user@myISP.com</email> rather than sendmail to use <literal>user@myISP.com</literal> rather than
<email>user@bsd.home</email>. You may also wish to tell <literal>user@bsd.home</literal>. You may also wish to tell
sendmail to send all mail via sendmail to send all mail via
<filename>relay.myISP.com</filename>, allowing quicker mail <filename>relay.myISP.com</filename>, allowing quicker mail
transmission.</para> transmission.</para>