summaryrefslogtreecommitdiffstats
path: root/chapter_04.xml
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2012-10-03 17:58:16 -0400
committerAlan Hicks <alan@lizella.net>2012-10-03 17:58:16 -0400
commitb212b71cb90b39da9eed8a1c94d1badc7be10024 (patch)
treebd326fe46c05e5254b200417dee47250225ac07b /chapter_04.xml
parent286c073eec3ec0672719f628865523af803d5063 (diff)
downloadslackbook-b212b71cb90b39da9eed8a1c94d1badc7be10024.tar.xz
- Corrected a typo and incorrect Docbook markup. Thanks go to Edward
Wood for discovering the discrepencies and sending in a proper diff.
Diffstat (limited to 'chapter_04.xml')
-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>