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-INIT
#+TITLE: MU INIT
#+MAN_CLASS_OPTIONS: :section-id "@SECTION_ID@" :date "@MAN_DATE@"
* NAME
@ -29,9 +30,9 @@ used for filtering in *mu-find(1)*, *mu-cfind(1)* and *mu4e*, e.g. to filter-out
mailing list messages.
=<my-email-address>= can be either a plain e-mail address (such as
*foo@example.com*), or a regular-expression (of the 'Basic POSIX' flavor), wrapped
in */* (such as =/foo-.*@example\\.com/=). Depending on your shell, the argument may
need to b quoted.
*foo@example.com*), or a basic PCRE regular-expression (see *pcre(3)* for details),
wrapped in */* (such as =/foo-.*@example\\.com/=). Depending on your shell, the
argument may need to b quoted.
#+include: "muhome.inc" :minlevel 2
@ -39,4 +40,4 @@ need to b quoted.
* SEE ALSO
*mu-index(1)*, *mu-find(1)*, *mu-cfind(1)*
*mu-index(1)*, *mu-find(1)*, *mu-cfind(1)*, *pcre(3)*