man: small improvements

This commit is contained in:
Dirk-Jan C. Binnema
2023-07-02 11:17:55 +03:00
parent 60b1a5dff7
commit 8fdbe95527
4 changed files with 15 additions and 22 deletions

View File

@ -1,20 +1,12 @@
* EXIT CODE
This command returns 0 upon successful completion, or a non-zero exit code
otherwise. Typical values are 2 (no matches found), 11 (database schema
mismatch) and 12 (failed to acquire database lock).
otherwise.
** no matches found (2)
Nothing matching found; try a different query
** database schema mismatch (11)
You need to re-initialize ~mu~, see *mu-init(1*)
** failed to acquire lock (19)
Some other program has exclusive access to the mu (Xapian) database
0. success
2. no matches found. Try a different query
11. database schema mismatch. You need to re-initialize ~mu~, see *mu-init(1*)
19. failed to acquire lock. Some other program has exclusive access to the mu database
# Local Variables:
# mode: org