svn commit: r44066 - head/en_US.ISO8859-1/books/fdp-primer/editor-config

Warren Block wblock at FreeBSD.org
Wed Feb 26 03:21:16 UTC 2014


Author: wblock
Date: Wed Feb 26 03:21:15 2014
New Revision: 44066
URL: http://svnweb.freebsd.org/changeset/doc/44066

Log:
  Restore <replaceable> tags lost after DocBook 5 conversion.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Wed Feb 26 03:19:36 2014	(r44065)
+++ head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml	Wed Feb 26 03:21:15 2014	(r44066)
@@ -117,7 +117,7 @@ color ,yellow "^(.{71})|(TAB.{63})|(TAB{
       <para>Specify additional helpful options when running the
 	editor:</para>
 
-      <screen>&prompt.user; <userinput>nano -AKipwz -r 70 -T8 chapter.xml</userinput></screen>
+      <screen>&prompt.user; <userinput>nano -AKipwz -r 70 -T8 <replaceable>chapter.xml</replaceable></userinput></screen>
 
       <para>Users of &man.csh.1; can define an alias in
 	<filename>~/.cshrc</filename> to automate these
@@ -128,7 +128,7 @@ color ,yellow "^(.{71})|(TAB.{63})|(TAB{
       <para>After the alias is defined, the options will be added
 	automatically:</para>
 
-      <screen>&prompt.user; <userinput>nano chapter.xml</userinput></screen>
+      <screen>&prompt.user; <userinput>nano <replaceable>chapter.xml</replaceable></userinput></screen>
     </sect2>
   </sect1>
 </chapter>


More information about the svn-doc-all mailing list