Restore lost <replaceable> tags.
This commit is contained in:
parent
14d07bd15d
commit
8f5c767734
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44691
1 changed files with 3 additions and 3 deletions
|
@ -149,7 +149,7 @@
|
|||
command line arguments.</para>
|
||||
|
||||
<informalexample>
|
||||
<screen>&prompt.user; <userinput>inc -host mail.pop.org -user username -norpop</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>inc -host mail.pop.org -user <replaceable>username</replaceable> -norpop</userinput></screen>
|
||||
</informalexample>
|
||||
|
||||
<para>That tells <command>inc</command> to go to
|
||||
|
@ -228,7 +228,7 @@
|
|||
have it read from a file. If you want to scan your incoming
|
||||
mailbox on FreeBSD without having to <command>inc</command> it you
|
||||
can do <command>scan -file
|
||||
/var/mail/username</command>. This can be used
|
||||
/var/mail/<replaceable>username</replaceable></command>. This can be used
|
||||
with any file that is in the <database>mbox</database> format.</para>
|
||||
</sect2>
|
||||
|
||||
|
@ -562,7 +562,7 @@ which I am probably the guilty party).</screen>
|
|||
manipulating your folders. The <command>folder</command>
|
||||
program is used to switch between folders, pack them, and list
|
||||
them. At its simplest level you can do a <command>folder
|
||||
+newfolder</command> and you will
|
||||
+<replaceable>newfolder</replaceable></command> and you will
|
||||
be switched into <replaceable>newfolder</replaceable>. From
|
||||
there on out all your <application>MH</application> commands
|
||||
like <command>comp</command>, <command>repl</command>,
|
||||
|
|
Loading…
Reference in a new issue