From 8bcfd3fcd8bb6f5aeb6fbb1ac5ca7822267bf18c Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 5 Nov 2022 19:28:27 -0400 Subject: [PATCH] Fix spacing between exit codes in man page Former-commit-id: 10708f1512aa4f7aa0d4c410d8d204e27c83eb2f [formerly 486fc39f22e06e148a260453234f4f1026bc91b6] Former-commit-id: 91a167647b61de66301ab7bf14046637057ec4f3 --- extra/manpage | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extra/manpage b/extra/manpage index d83768c..474e45b 100755 --- a/extra/manpage +++ b/extra/manpage @@ -112,11 +112,17 @@ Client setup: Please note that the server setup intentionally does not allow the reading of entries (it does not allow adding a gpg decryption key). For security purposes, only clients can read entries. .SH EXIT CODES 0 - no error + 1 - argument error + 2 - configuration error + 3 - data not found error + 4 - data already exists error + 5 - decryption/encryption error + 6 - server data retrieval error .SH AUTHOR Randall Winkhart (https://github.com/rwinkhart)