Restore <replaceable> tags lost after DocBook 5 conversion.
This commit is contained in:
parent
879b304d92
commit
6d22bd6ac0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44066
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ color ,yellow "^(.{71})|(TAB.{63})|(TAB{2}.{55})|(TAB{3}.{47}).+$"</programlisti
|
|||
<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{2}.{55})|(TAB{3}.{47}).+$"</programlisti
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue