Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 03:21:16 +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: r44066 - head/en_US.ISO8859-1/books/fdp-primer/editor-config
Message-ID:  <201402260321.s1Q3LGVA071043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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