mu-man: typeset reference in included file

This commit is contained in:
Tristan Riehs
2024-07-22 15:22:31 +09:00
parent b09ac79330
commit ec42817a5c

View File

@ -1,3 +1,5 @@
#+include: macros.inc
* EXIT CODE * EXIT CODE
This command returns 0 upon successful completion, or a non-zero exit code This command returns 0 upon successful completion, or a non-zero exit code
@ -5,7 +7,7 @@ otherwise.
0. success 0. success
2. no matches found. Try a different query 2. no matches found. Try a different query
11. database schema mismatch. You need to re-initialize *mu*, see *mu-init(1)* 11. database schema mismatch. You need to re-initialize *mu*, see {{{man-link(mu-init,1)}}}
19. failed to acquire lock. Some other program has exclusive access to the *mu* database 19. failed to acquire lock. Some other program has exclusive access to the *mu* database
99. caught an exception 99. caught an exception