man: update man pages

Explicitly mention PCRE where appropriate.

Include section headers (through MAN_CLASS_OPTIONS)

Fix mu-easy manpage

Make date dynamic
This commit is contained in:
Dirk-Jan C. Binnema
2022-12-30 11:13:00 +02:00
parent 27ecbbdd65
commit 4b00ea0635
21 changed files with 371 additions and 349 deletions

View File

@ -1,4 +1,5 @@
#+title: MU QUERY
#+TITLE: MU QUERY
#+MAN_CLASS_OPTIONS: :section-id "@SECTION_ID@" :date "@MAN_DATE@"
* NAME
@ -82,8 +83,7 @@ Note that a =pure not= - e.g. searching for *not apples* is quite a 'heavy' quer
* REGULAR EXPRESSIONS AND WILDCARDS
The language supports matching regular expressions that follow ECMAScript; for
details, see http://www.cplusplus.com/reference/regex/ECMAScript/
The language supports matching basic PCRE regular expressions, see *pcre(3*).
Regular expressions are enclosed in *//*. Some examples:
#+begin_example
@ -331,4 +331,4 @@ above.
* SEE ALSO
*mu-find(1)*, *mu-fields(1)*
*mu-find(1)*, *mu-fields(1), *pcre(3)*