diff options
author | Jakob Unterwurzacher | 2020-09-06 11:38:13 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-09-06 11:38:13 +0200 |
commit | 570e9baadf18a9e65812a8d2839d7d6b9950e935 (patch) | |
tree | c3bbdfe4b473fbd87521733a737e1e3e2ddc7062 /Documentation/MANPAGE.md | |
parent | 993b19c19c26eac480d88cc67bfe7455e67faada (diff) |
manpage: link to exitcodes.go
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index f9cf728..43876d3 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -522,6 +522,8 @@ EXIT CODES 26: fsck found errors other: please check the error message +See also: https://github.com/rfjakob/gocryptfs/blob/master/internal/exitcodes/exitcodes.go + SEE ALSO ======== mount(2) fuse(8) fallocate(2) encfs(1) |