Date: Tue, 10 Sep 2002 03:50:05 -0700 (PDT) From: Christophe Juniet <cjuniet@entreview.com> To: freebsd-doc@FreeBSD.org Subject: Re: docs/39044: The man page for rot13(6) never mentions "rot13". Message-ID: <200209101050.g8AAo5cp002705@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/39044; it has been noted by GNATS. From: Christophe Juniet <cjuniet@entreview.com> To: freebsd-gnats-submit@FreeBSD.org, rdm@cfcl.com, cjuniet@entreview.com Cc: Subject: Re: docs/39044: The man page for rot13(6) never mentions "rot13". Date: Tue, 10 Sep 2002 12:48:15 +0200 You can use this patch, for instance: --- patch begins here --- --- src/games/caesar/caesar.6 Wed Feb 7 14:31:44 2001 +++ /home/chris/work/caesar.6 Tue Sep 10 11:39:55 2002 @@ -36,7 +36,8 @@ .Dt CAESAR 6 .Os .Sh NAME -.Nm caesar +.Nm caesar , +.Nm rot13 .Nd decrypt caesar ciphers .Sh SYNOPSIS .Nm @@ -73,3 +74,6 @@ and some of the databases used by the .Xr fortune 6 program are rotated by 13 characters. +If you want to crypt or decrypt such postings, you can use the +.Nm rot13 +script. --- patch ends here --- -- chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209101050.g8AAo5cp002705>