diff --git a/man/rot13.1 b/man/rot13.1 new file mode 100644 index 0000000..9ba070b --- /dev/null +++ b/man/rot13.1 @@ -0,0 +1,32 @@ +.TH ROT13 1 + +.SH NAME + +rot13 \- decrypt/encrypt 13-degree caesar-rotated text + +.SH DESCRIPTION + +.B rot13 +is a filter program that writes to standard output each Alphabet character from standard input, rotated 13 places. +Non-Alphabet characters are ignored. + +.SH DIAGNOSTICS + +.B rot13 +will exit with the appropriate status from sysexits(3) if executed improperly. +Otherwise, +.B rot13 +will always exit with status 0, unless there are any unforeseen errors, in which case it will crash without grace. + + +.SH BUGS + +Not Unicode compatible. + +.SH COPYRIGHT + +Public domain. + +.SH SEE ALSO + +caesar(1)