diff options
Diffstat (limited to 'man/exit-code.inc')
| -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 |
