Restore lost <replaceable> tags.

This commit is contained in:
Warren Block 2014-04-29 02:43:40 +00:00
parent 14d07bd15d
commit 8f5c767734
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44691

View file

@ -149,7 +149,7 @@
command line arguments.</para> command line arguments.</para>
<informalexample> <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> </informalexample>
<para>That tells <command>inc</command> to go to <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 have it read from a file. If you want to scan your incoming
mailbox on FreeBSD without having to <command>inc</command> it you mailbox on FreeBSD without having to <command>inc</command> it you
can do <command>scan -file 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> with any file that is in the <database>mbox</database> format.</para>
</sect2> </sect2>
@ -562,7 +562,7 @@ which I am probably the guilty party).</screen>
manipulating your folders. The <command>folder</command> manipulating your folders. The <command>folder</command>
program is used to switch between folders, pack them, and list program is used to switch between folders, pack them, and list
them. At its simplest level you can do a <command>folder 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 be switched into <replaceable>newfolder</replaceable>. From
there on out all your <application>MH</application> commands there on out all your <application>MH</application> commands
like <command>comp</command>, <command>repl</command>, like <command>comp</command>, <command>repl</command>,