changeset: 6893:1303567a6ad1
user:      Vincent Lefevre <vinc...@vinc17.net>
date:      Sun Dec 25 23:31:01 2016 +0100
link:      http://dev.mutt.org/hg/mutt/rev/1303567a6ad1

In the manual, replaced 2 para by example (similar to the first example).

diffs (32 lines):

diff -r b112fd7061fb -r 1303567a6ad1 doc/manual.xml.head
--- a/doc/manual.xml.head       Tue Dec 13 12:19:05 2016 -0800
+++ b/doc/manual.xml.head       Sun Dec 25 23:31:01 2016 +0100
@@ -5204,22 +5204,24 @@
 recipients are all from Germany, and who are known to your alias list.
 </para>
 
-<para>
+<example id="ex-restrict-to-aliases">
+<title>Matching restricted to aliases</title>
 <screen>
 ^@~C \.de$
 </screen>
-</para>
+</example>
 
 <para>
 To match any defined alias, use a regular expression that matches any
 string.  This example matches messages whose senders are known aliases.
 </para>
 
-<para>
+<example id="ex-match-alias">
+<title>Matching any defined alias</title>
 <screen>
 @~f .
 </screen>
-</para>
+</example>
 
 </sect2>
 

Reply via email to