Add userinput tags to the mail(1) screens.

Fix line breaks in the reply to example.
This commit is contained in:
Martin Heinen 2004-04-11 19:38:56 +00:00
parent aef48e5efc
commit 70e0714c1a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20663

View file

@ -1799,7 +1799,7 @@ sasl_pwcheck_program="/usr/local/sbin/pwcheck"</programlisting>
that should be displayed. In this example, we will read the that should be displayed. In this example, we will read the
first email:</para> first email:</para>
<screen>& t 1 <screen>& <userinput>t 1</userinput>
Message 1: Message 1:
From root@localhost Mon Mar 8 14:05:52 2004 From root@localhost Mon Mar 8 14:05:52 2004
X-Original-To: marcs@localhost 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 single <keycap>.</keycap> on a new line. An example can be seen
below:</para> 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> EOT</screen>
<para>In order to send new email, the <keycap>m</keycap> <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 be specified by putting a single <keycap>.</keycap> on a new
line.</para> line.</para>
<screen>& mail root@localhost <screen>& <userinput>mail root@localhost</userinput>
Subject: I mastered mail Subject: <userinput>I mastered mail
Now I can send and receive email using mail ... :) Now I can send and receive email using mail ... :)
. .</userinput>
EOT</screen> EOT</screen>
<para>While inside the <command>mail</command> utility, the <para>While inside the <command>mail</command> utility, the