Add userinput tags to the mail(1) screens.
Fix line breaks in the reply to example.
This commit is contained in:
parent
aef48e5efc
commit
70e0714c1a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20663
1 changed files with 9 additions and 7 deletions
|
@ -1799,7 +1799,7 @@ sasl_pwcheck_program="/usr/local/sbin/pwcheck"</programlisting>
|
|||
that should be displayed. In this example, we will read the
|
||||
first email:</para>
|
||||
|
||||
<screen>& t 1
|
||||
<screen>& <userinput>t 1</userinput>
|
||||
Message 1:
|
||||
From root@localhost Mon Mar 8 14:05:52 2004
|
||||
X-Original-To: marcs@localhost
|
||||
|
@ -1829,10 +1829,12 @@ This is a test message, please reply if you receive it.</screen>
|
|||
single <keycap>.</keycap> on a new line. An example can be seen
|
||||
below:</para>
|
||||
|
||||
<screen>& R 1 To: root@localhost Subject: Re: test
|
||||
<screen>& <userinput>R 1</userinput>
|
||||
To: root@localhost
|
||||
Subject: Re: test
|
||||
|
||||
Thank you, I did get your email.
|
||||
.
|
||||
<userinput>Thank you, I did get your email.
|
||||
.</userinput>
|
||||
EOT</screen>
|
||||
|
||||
<para>In order to send new email, the <keycap>m</keycap>
|
||||
|
@ -1844,11 +1846,11 @@ EOT</screen>
|
|||
be specified by putting a single <keycap>.</keycap> on a new
|
||||
line.</para>
|
||||
|
||||
<screen>& mail root@localhost
|
||||
Subject: I mastered mail
|
||||
<screen>& <userinput>mail root@localhost</userinput>
|
||||
Subject: <userinput>I mastered mail
|
||||
|
||||
Now I can send and receive email using mail ... :)
|
||||
.
|
||||
.</userinput>
|
||||
EOT</screen>
|
||||
|
||||
<para>While inside the <command>mail</command> utility, the
|
||||
|
|
Loading…
Reference in a new issue