From 343bc40ddddd606fce56e5548fe11771adc91950 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 6 Jul 2023 13:23:54 -0400 Subject: [PATCH] Added "other" error code to man page Former-commit-id: ad89fc282ced553cb2647625c0206cb3e796bbaf Former-commit-id: 4a0a3ca2d282c61a970ed07b5170bbb0e85b37a1 --- extra/manpage | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/manpage b/extra/manpage index 4df14d6..6dfaab8 100644 --- a/extra/manpage +++ b/extra/manpage @@ -1,4 +1,4 @@ -.TH sshyp 1 "15 June 2023" "v1.5.0" "sshyp man page" +.TH sshyp 1 "06 July 2023" "v1.5.0" "sshyp man page" .SH NAME \fBsshyp\fR - Simple, self-hosted, synchronized password management for UNIX(-like) systems. Alternative to (and compatible with) pass/password-store. .SH SYNOPSIS @@ -111,5 +111,7 @@ Please note that the server setup intentionally does not allow the reading of en 4 - decryption/encryption error 5 - server connection error + +6 - other error .SH AUTHOR Randall Winkhart (https://github.com/rwinkhart)