man: fix typos / omissions

Update the man-pages for various small error / inconsistencies / typos
etc.
This commit is contained in:
Dirk-Jan C. Binnema
2026-07-26 11:37:08 +03:00
committed by Seth Ladygo
parent 6b1358ea48
commit 0b725f6c81
13 changed files with 71 additions and 41 deletions

View File

@ -47,7 +47,7 @@ The regular expressions are basic case-insensitive PCRE, see {{{man-link(pcre,3)
* CFIND OPTIONS
** --format plain|mutt-alias|mutt-ab|wl|org-contact|bbdb|csv
** --format plain|mutt-alias|mutt-ab|wl|org-contact|bbdb|csv|json
Sets the output format to the given value. The following are available:
#+ATTR_MAN: :disable-caption t
@ -84,6 +84,10 @@ example, only consider addresses last seen after 2020-06-01, you could specify
--after=$(date +%s --date='2020-06-01')
#+end_example
** -n, --maxnum _number_
If _number_ > 0, display maximally that number of contacts. If not specified,
all matching contacts are displayed.
#+include: "muhome.inc" :minlevel 2
#+include: "common-options.inc" :minlevel 1