Date: Wed, 26 Jun 2013 15:29:14 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42064 - head/en_US.ISO8859-1/books/fdp-primer/sgml-primer Message-ID: <201306261529.r5QFTEWn067261@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Wed Jun 26 15:29:14 2013 New Revision: 42064 URL: http://svnweb.freebsd.org/changeset/doc/42064 Log: Remove excess newline in an example. Translators, please note that this is a content change. Modified: head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Wed Jun 26 15:28:00 2013 (r42063) +++ head/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.xml Wed Jun 26 15:29:14 2013 (r42064) @@ -106,8 +106,7 @@ <para>The previous example is actually represented in this document like this:</para> - <programlisting><![CDATA[ -<para>To remove <filename>/tmp/foo</filename> use &man.rm.1;.</para> + <programlisting><![CDATA[<para>To remove <filename>/tmp/foo</filename> use &man.rm.1;.</para> <screen>&prompt.user; <userinput>rm /tmp/foo</userinput></screen>]]></programlisting>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306261529.r5QFTEWn067261>