svn commit: r40358 - head/en_US.ISO8859-1/books/faq

Eitan Adler eadler at FreeBSD.org
Wed Dec 12 13:02:10 UTC 2012


Author: eadler
Date: Wed Dec 12 13:02:09 2012
New Revision: 40358
URL: http://svnweb.freebsd.org/changeset/doc/40358

Log:
  Do not wrap inside link: it causes an extra space where there shouldn't
  be one.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Wed Dec 12 13:02:06 2012	(r40357)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Wed Dec 12 13:02:09 2012	(r40358)
@@ -5725,8 +5725,8 @@ options    SYSVMSG          # enable for
 	  <para>Although it is not recommended to delete this directory, to
 	    do so you will need to unset the <literal>schg</literal> flag
 	    first.  See the &man.chflags.1; manual page for more information
-	    (and bear in mind the answer to <link linkend="unsetting-schg">
-	      the question on unsetting the schg flag</link>).</para>
+	    (and bear in mind the answer to
+	    <link linkend="unsetting-schg">the question on unsetting the schg flag</link>).</para>
 	</answer>
       </qandaentry>
     </qandaset>


More information about the svn-doc-all mailing list