diff options
-rw-r--r-- | en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml index 2f41229243..fe96dd4c32 100644 --- a/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml @@ -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> |