diff options
author | Alan Hicks <alan@lizella.net> | 2012-08-18 00:58:13 -0400 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2012-08-18 00:58:13 -0400 |
commit | c176e8f7036670c6949313c6076eb8431e9d72ab (patch) | |
tree | 3cf5ce61114cbfc38e550c178e1676b55b1644d2 | |
parent | 7608c38825bf69fea93fec142e7a5cdcc184eb36 (diff) | |
download | slackbook-c176e8f7036670c6949313c6076eb8431e9d72ab.tar.xz |
Fixed docbook markup in the many <screen> sections for mailx. These
were particularly jacked up, but we should be vigilant for other cases
where this might have occured.
-rw-r--r-- | chapter_16.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter_16.xml b/chapter_16.xml index d51e5d7..cdb1b07 100644 --- a/chapter_16.xml +++ b/chapter_16.xml @@ -1011,8 +1011,7 @@ Heirloom mailx version 12.4 7/29/08. Type ? for help. </para> <screen> - <prompt>darkstar:~$ </prompt> <command>mail</command> - alan@lizella.net + <prompt>darkstar:~$ </prompt> <command>mail bob@example.com</command> </screen> <para> @@ -1030,7 +1029,7 @@ Heirloom mailx version 12.4 7/29/08. Type ? for help. </para> <screen> - <prompt>darkstar:~$ </prompt> <command>mail</command> -n -s "Test message" alan@lizella.net < ~/message.txt + <prompt>darkstar:~$ </prompt><userinput>mail -n -s "Test message" bob@example.com < ~/message.txt</userinput> </screen> <para> @@ -1049,9 +1048,9 @@ Heirloom mailx version 12.4 7/29/08. Type ? for help. </para> <screen> - <prompt>darkstar:~$ </prompt> env MAILRC=/dev/null + <prompt>darkstar:~$ </prompt><userinput> env MAILRC=/dev/null from="bob@example.com (Bob Dobbs)" - smtp=relay.example.com <command>mail</command> -n -s "Test message" connie@example.com < ~/message.txt + smtp=relay.example.com mail -n -s "Test message" connie@example.com < ~/message.txt</userinput> </screen> <para> |