summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2012-08-18 00:58:13 -0400
committerAlan Hicks <alan@lizella.net>2012-08-18 00:58:13 -0400
commitc176e8f7036670c6949313c6076eb8431e9d72ab (patch)
tree3cf5ce61114cbfc38e550c178e1676b55b1644d2
parent7608c38825bf69fea93fec142e7a5cdcc184eb36 (diff)
downloadslackbook-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.xml9
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&#47;29&#47;08. Type ? for help.
</para>
<screen>
- <prompt>darkstar:~&#36; </prompt> <command>mail</command>
- alan@lizella.net
+ <prompt>darkstar:~&#36; </prompt> <command>mail bob@example.com</command>
</screen>
<para>
@@ -1030,7 +1029,7 @@ Heirloom mailx version 12.4 7&#47;29&#47;08. Type ? for help.
</para>
<screen>
- <prompt>darkstar:~&#36; </prompt> <command>mail</command> -n -s "Test message" alan@lizella.net &#60; ~&#47;message.txt
+ <prompt>darkstar:~&#36; </prompt><userinput>mail -n -s "Test message" bob@example.com &#60; ~&#47;message.txt</userinput>
</screen>
<para>
@@ -1049,9 +1048,9 @@ Heirloom mailx version 12.4 7&#47;29&#47;08. Type ? for help.
</para>
<screen>
- <prompt>darkstar:~&#36; </prompt> env MAILRC=&#47;dev&#47;null
+ <prompt>darkstar:~&#36; </prompt><userinput> env MAILRC=&#47;dev&#47;null
from="bob@example.com (Bob Dobbs)"
- smtp=relay.example.com <command>mail</command> -n -s "Test message" connie@example.com &#60; ~&#47;message.txt
+ smtp=relay.example.com mail -n -s "Test message" connie@example.com &#60; ~&#47;message.txt</userinput>
</screen>
<para>