]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 'refs/heads/t/doc'
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 May 2018 08:54:47 +0000 (10:54 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 May 2018 08:55:52 +0000 (10:55 +0200)
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.

1  2 
NEWS.md
mp.c
vss.c

diff --cc NEWS.md
index 4fd9dcb495e7f42cf89468ae18d485338820ec9b,d0bd6585a3a2f04be5ec262d580bfb8800733498..9ced85e9019eea7c93c0a4c37f8c632464e2dd58
+++ b/NEWS.md
@@@ -1,13 -1,6 +1,15 @@@
  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"
  ----------------------------------------
diff --cc mp.c
index c5702c625bf2125afd10f3dab8ce1627053ddb07,3f6cfbe6cd297ad2bc34490a77784679f434754f..bade05bcf866103b5bd794af4ae1ae6ce8cb5b72
--- 1/mp.c
--- 2/mp.c
+++ b/mp.c
@@@ -6,10 -6,10 +6,10 @@@
   * 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.
diff --cc vss.c
Simple merge