Suddenly realised none of the

<informalexample>
    <screen>
      ...
    </screen>
  </informalexample>

need the <informalexample> element. So remove it. Simple search and
replace does the trick.
This commit is contained in:
Nik Clayton 1999-01-30 23:35:05 +00:00
parent 84b6327dc0
commit 7321b94099
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4157
66 changed files with 1825 additions and 1830 deletions

View file

@ -151,12 +151,12 @@
<para>Try this:</para>
<informalexample>
<screen>&prompt.root; <userinput>hostname</userinput>
newbsdbox.freebsd.org
&prompt.root; <userinput>host newbsdbox.freebsd.org</userinput>
newbsdbox.freebsd.org has address 204.216.27.xx</screen>
</informalexample>
<para>If that is all that comes out for your machine, mail directory
to <email>root@newbsdbox.freebsd.org</email>
@ -164,11 +164,11 @@ newbsdbox.freebsd.org has address 204.216.27.xx</screen>
<para>If instead, you have this:</para>
<informalexample>
<screen>&prompt.root; <userinput>host newbsdbox.freebsd.org</userinput>
newbsdbox.FreeBSD.org has address 204.216.27.xx
newbsdbox.FreeBSD.org mail is handled (pri=10) by freefall.FreeBSD.org</screen>
</informalexample>
<para>All mail sent to your host
directly will end up on <hostid>freefall</hostid>, under the same username.</para>
@ -296,10 +296,10 @@ foo.bar MX 10 smtp.smalliap.com ; your mailhost</programlistin
distribution tarball just for you. Assuming you have your CD-ROM
mounted, do:</para>
<informalexample>
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
&prompt.root; <userinput>tar -xvzf /cdrom/dists/src/ssmailcf.aa</userinput></screen>
</informalexample>
<para>Do not panic, this is only a few hundred kilobytes in size.
The file <filename>README</filename> in the <filename>cf</filename> directory can serve as a basic
@ -318,23 +318,23 @@ foo.bar MX 10 smtp.smalliap.com ; your mailhost</programlistin
you need to do in order to convert it into a valid
<filename>sendmail.cf</filename> is:</para>
<informalexample>
<screen>&prompt.root; <userinput>cd /usr/src/usr.sbin/sendmail/cf/cf</userinput>
&prompt.root; <userinput>make foo.cf</userinput></screen>
</informalexample>
<para>If you don't have a <filename>/usr/obj</filename> hiearchy,
then:</para>
<informalexample>
<screen>&prompt.root; <userinput>cp foo.cf /etc/sendmail.cf</userinput></screen>
</informalexample>
<para>Otherwise:</para>
<informalexample>
<screen>&prompt.root; <userinput>cp /usr/obj/`pwd`/foo.cf /etc/sendmail.cf</userinput></screen>
</informalexample>
<para>A typical <filename>.mc</filename> file might look
like:</para>
@ -411,7 +411,7 @@ uucp-dom:if-bus . uucp-dom:sax</programlisting>
be called with, and the (possibly translated) address. Leave this
mode by typing Control-D.</para>
<informalexample>
<screen>&prompt.user; <userinput>sendmail -bt</userinput>
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter &lt;ruleset&gt; &lt;address&gt;
@ -419,7 +419,7 @@ Enter &lt;ruleset&gt; &lt;address&gt;
rewrite: ruleset 0 input: foo @ interface-business . de
&hellip;
rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo &lt; @ interface-business . de</screen>
</informalexample>
</sect2>
</sect1>