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:
@ -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)*
|
||||
|
||||
Reference in New Issue
Block a user