From c176e8f7036670c6949313c6076eb8431e9d72ab Mon Sep 17 00:00:00 2001 From: Alan Hicks Date: Sat, 18 Aug 2012 00:58:13 -0400 Subject: Fixed docbook markup in the many sections for mailx. These were particularly jacked up, but we should be vigilant for other cases where this might have occured. --- chapter_16.xml | 9 ++++----- 1 file 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. - darkstar:~$ mail - alan@lizella.net + darkstar:~$ mail bob@example.com @@ -1030,7 +1029,7 @@ Heirloom mailx version 12.4 7/29/08. Type ? for help. - darkstar:~$ mail -n -s "Test message" alan@lizella.net < ~/message.txt + darkstar:~$ mail -n -s "Test message" bob@example.com < ~/message.txt @@ -1049,9 +1048,9 @@ Heirloom mailx version 12.4 7/29/08. Type ? for help. - darkstar:~$ env MAILRC=/dev/null + darkstar:~$ env MAILRC=/dev/null from="bob@example.com (Bob Dobbs)" - smtp=relay.example.com mail -n -s "Test message" connie@example.com < ~/message.txt + smtp=relay.example.com mail -n -s "Test message" connie@example.com < ~/message.txt -- cgit v1.2.3