svn commit: r44691 - head/en_US.ISO8859-1/articles/mh

Warren Block wblock at FreeBSD.org
Tue Apr 29 02:43:40 UTC 2014


Author: wblock
Date: Tue Apr 29 02:43:40 2014
New Revision: 44691
URL: http://svnweb.freebsd.org/changeset/doc/44691

Log:
  Restore lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/articles/mh/article.xml

Modified: head/en_US.ISO8859-1/articles/mh/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/mh/article.xml	Tue Apr 29 02:41:28 2014	(r44690)
+++ head/en_US.ISO8859-1/articles/mh/article.xml	Tue Apr 29 02:43:40 2014	(r44691)
@@ -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).</
 	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>,


More information about the svn-doc-all mailing list