1
0

rot13->rot

This commit is contained in:
dtb
2023-12-04 20:15:51 -07:00
parent 65eb9385f6
commit a9723f8cca
8 changed files with 0 additions and 0 deletions

32
rot/rot13.1 Normal file
View File

@@ -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)