Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2013 14:56:25 +0000 (UTC)
From:      Dru Lavigne <dru@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-projects@freebsd.org
Subject:   svn commit: r41446 - projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mail
Message-ID:  <201304171456.r3HEuPHv038636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dru
Date: Wed Apr 17 14:56:25 2013
New Revision: 41446
URL: http://svnweb.freebsd.org/changeset/doc/41446

Log:
  Revert xref changes so that section numbers show in print version.
  Pre-existing link tags still need to be fixed.
  Next patch will fix white space.
  
  Approved by:  gjb (mentor)

Modified:
  projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mail/chapter.xml

Modified: projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mail/chapter.xml
==============================================================================
--- projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mail/chapter.xml	Tue Apr 16 23:10:07 2013	(r41445)
+++ projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/mail/chapter.xml	Wed Apr 17 14:56:25 2013	(r41446)
@@ -108,20 +108,20 @@
 
     <itemizedlist>
       <listitem>
-	<para>Properly set up a <link
-	    linkend="advanced-networking">network
-	    connection</link>.</para>
+	<para>Properly set up a network
+	    connection (<xref
+linkend="advanced-networking"/>).</para>
       </listitem>
 
       <listitem>
-	<para>Properly set up the <link
-	    linkend="network-servers"><acronym>DNS</acronym>
-	    information</link> for a mail host.</para>
+	<para>Properly set up the <acronym>DNS</acronym>
+	    information for a mail host (<xref
+linkend="network-servers"/>).</para>
       </listitem>
 
       <listitem>
-	<para>Know how to <link linkend="ports">install additional
-	    third-party software</link>.</para>
+	<para>Know how to install additional
+	    third-party software (<xref linkend="ports"/>).</para>
       </listitem>
     </itemizedlist>
   </sect1>
@@ -376,10 +376,9 @@ both <acronym>POP</acronym> and
 clear-text.
 	    To secure the transmission
 	    of information across these protocols, consider
-	    <link
-	      linkend="security-ssh-tunneling">tunneling sessions over
-&man.ssh.1;</link> or <link
-	      linkend="openssl">using SSL.</link>.</para>
+tunneling sessions over
+&man.ssh.1; (<xref linkend="security-ssh-tunneling"/>) or using
+SSL (<xref linkend="openssl"/>).</link>.</para>
 	</warning>
       </sect3>
 
@@ -1389,9 +1388,10 @@ outgoing mail relay
 server</quote>
       or <quote>SMTP server</quote>).</para>
 
-    <para>Make sure to <link linkend="mail-disable-sendmail">disable
-	<application>Sendmail</application></link>, including the
-      outgoing mail service.</para>
+    <para>Make sure to disable
+	<application>Sendmail</application>, including the
+      outgoing mail service.  See
+<       <xref linkend="mail-disable-sendmail"/> for details.</para>
 
     <para><filename role="package">mail/ssmtp</filename> has some
       other options available.  Refer to the examples



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304171456.r3HEuPHv038636>