From ec42817a5cf7a55ab6808359b7da3f92aa1833f1 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Mon, 22 Jul 2024 15:22:31 +0900 Subject: [PATCH] mu-man: typeset reference in included file --- man/exit-code.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/exit-code.inc b/man/exit-code.inc index 948085ca..9d822fb7 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