]> granicus.if.org Git - mutt/commitdiff
Fix alias documentation examples.
authorKevin McCarthy <kevin@8t8.us>
Sun, 26 Aug 2018 23:08:06 +0000 (16:08 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 26 Aug 2018 23:08:06 +0000 (16:08 -0700)
Thanks to Cody Brownstein for pointing out the problem.

doc/manual.xml.head

index 4f413091105e5c12c4aab9add79c05ff325e801b..fa3908ef55a7fc0b5e6074c1cd69caf9ec2d4db5 100644 (file)
@@ -2131,7 +2131,7 @@ the named <emphasis>group</emphasis>.
 </para>
 
 <para>
-To remove an alias or aliases (<quote>*</quote> means all aliases):
+To add an alias:
 </para>
 
 <screen>
@@ -2139,6 +2139,15 @@ alias muttdude me@cs.hmc.edu (Michael Elkins)
 alias theguys manny, moe, jack
 </screen>
 
+<para>
+To remove an alias or aliases (<quote>*</quote> means all aliases):
+</para>
+
+<screen>
+unalias muttdude
+unalias *
+</screen>
+
 <para>
 Unlike other mailers, Mutt doesn't require aliases to be defined in a
 special file.  The <command>alias</command> command can appear anywhere