1
0
Files
src/rot/rot13.1

30 lines
523 B
Groff
Raw Normal View History

2022-08-28 11:27:44 -04:00
.TH ROT13 1
.SH NAME
2023-12-04 20:23:03 -07:00
rot13 \(en encrypt or 13-degree caesar-rotated text
2022-08-28 11:27:44 -04:00
.SH DESCRIPTION
2023-12-04 20:23:03 -07:00
Rot13 writes to standard output each character from standard input, rotated
around the Alphabet 13 places.
.PP
Non-Alphabet characters are left unchanged.
2022-08-28 11:27:44 -04:00
2023-12-04 20:23:03 -07:00
.SH DECRYPTION
2022-08-28 11:27:44 -04:00
2023-12-04 20:23:03 -07:00
A character rotated 13 places around the Alphabet can be rotated again the same
number of places to be decrypted.
2022-08-28 11:27:44 -04:00
2023-12-04 20:23:03 -07:00
.SH DIAGNOSTICS
2022-08-28 11:27:44 -04:00
2023-12-04 20:23:03 -07:00
Rot13 will exit with the appropriate status from sysexits(3).
2022-08-28 11:27:44 -04:00
.SH COPYRIGHT
Public domain.
.SH SEE ALSO
2023-12-04 20:23:03 -07:00
caesar(1), rot(1)