From 570e9baadf18a9e65812a8d2839d7d6b9950e935 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 6 Sep 2020 11:38:13 +0200 Subject: [PATCH] manpage: link to exitcodes.go --- Documentation/MANPAGE.md | 2 ++ 1 file changed, 2 insertions(+) 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)