Some minor documentation improvements. Cooking for four months.
* refs/heads/t/doc:
Fix bad grammar "allows <infinitive>".
doc: Move filter examples to man page.
doc: Move sender examples to manual page.
NEWS
====
+-------------------------------------------
+0.6.2 (to be accounced) "elastic diversity"
+-------------------------------------------
+
+- para_gui no longer waits up to one second to update the screen when
+the geometry of the terminal changes.
+
++- Minor documentation improvements.
++
----------------------------------------
0.6.1 (2017-09-23) "segmented iteration"
----------------------------------------
* This file contains the public and the private API of the flex/bison based
* mood parser.
*
- * The public API (at the bottom of the file) allows to parse the same mood
+ * The public API (at the bottom of the file) allows parsing the same mood
* definition many times in an efficient manner.
*
- * The first function to all is \ref mp_init(), which analyzes the given mood
+ * The first function to call is \ref mp_init(), which analyzes the given mood
* definition syntactically. It returns the abstract syntax tree of the mood
* definition and pre-compiles all regular expression patterns to make later
* pattern matching efficient.