We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09ac79 commit ec42817Copy full SHA for ec42817
man/exit-code.inc
@@ -1,11 +1,13 @@
1
+#+include: macros.inc
2
+
3
* EXIT CODE
4
5
This command returns 0 upon successful completion, or a non-zero exit code
6
otherwise.
7
8
0. success
9
2. no matches found. Try a different query
- 11. database schema mismatch. You need to re-initialize *mu*, see *mu-init(1)*
10
+ 11. database schema mismatch. You need to re-initialize *mu*, see {{{man-link(mu-init,1)}}}
11
19. failed to acquire lock. Some other program has exclusive access to the *mu* database
12
99. caught an exception
13
0 commit comments