summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter_04.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter_04.xml b/chapter_04.xml
index 10d103f..75e9dbe 100644
--- a/chapter_04.xml
+++ b/chapter_04.xml
@@ -681,16 +681,16 @@ text will scroll until it finds the next match.
</para>
<para>
- Also as with <application>more</application>, files maybe opened
+ Also as with <application>more</application>, files may be opened
directly in <application>less</application> or piped to it:
</para>
<screen>
- <prompt>darkstar:~$ </prompt> <command>less
- &#47;usr&#47;doc&#47;less-&#42;&#47;README</command>
- <prompt>darkstar:~$ </prompt> <command>cat
+ <prompt>darkstar:~$ </prompt> <userinput>less
+ &#47;usr&#47;doc&#47;less-&#42;&#47;README</userinput>
+ <prompt>darkstar:~$ </prompt> <userinput>cat
&#47;usr&#47;doc&#47;less&#42;&#47;README
- &#47;usr&#47;doc&#47;util-linux&#42;&#47;README | less</command>
+ &#47;usr&#47;doc&#47;util-linux&#42;&#47;README | less</userinput>
</screen>
<para>