diff options
| author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-07-22 15:22:31 +0900 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-07-22 15:26:27 +0900 |
| commit | ec42817a5cf7a55ab6808359b7da3f92aa1833f1 (patch) | |
| tree | 5a6b6a1a4701ea3af1acbcf2d33fef2fdaf8a06a | |
| parent | b09ac79330dca98c0a8554ec4b3261fd18055df8 (diff) | |
mu-man: typeset reference in included file
| -rw-r--r-- | man/exit-code.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/exit-code.inc b/man/exit-code.inc index 948085c..9d822fb 100644 --- a/man/exit-code.inc +++ b/man/exit-code.inc @@ -1,3 +1,5 @@ +#+include: macros.inc + * EXIT CODE This command returns 0 upon successful completion, or a non-zero exit code @@ -5,7 +7,7 @@ otherwise. 0. success 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 99. caught an exception |
