diff options
author | Alan Hicks <alan@lizella.net> | 2012-10-03 17:58:16 -0400 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2012-10-03 17:58:16 -0400 |
commit | b212b71cb90b39da9eed8a1c94d1badc7be10024 (patch) | |
tree | bd326fe46c05e5254b200417dee47250225ac07b | |
parent | 286c073eec3ec0672719f628865523af803d5063 (diff) | |
download | slackbook-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.
-rw-r--r-- | chapter_04.xml | 10 |
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 - /usr/doc/less-*/README</command> - <prompt>darkstar:~$ </prompt> <command>cat + <prompt>darkstar:~$ </prompt> <userinput>less + /usr/doc/less-*/README</userinput> + <prompt>darkstar:~$ </prompt> <userinput>cat /usr/doc/less*/README - /usr/doc/util-linux*/README | less</command> + /usr/doc/util-linux*/README | less</userinput> </screen> <para> |