From owner-freebsd-doc Tue Sep 10 3:50:11 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6356237B400 for ; Tue, 10 Sep 2002 03:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F4243E42 for ; Tue, 10 Sep 2002 03:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8AAo6JU002708 for ; Tue, 10 Sep 2002 03:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8AAo5cp002705; Tue, 10 Sep 2002 03:50:05 -0700 (PDT) Date: Tue, 10 Sep 2002 03:50:05 -0700 (PDT) Message-Id: <200209101050.g8AAo5cp002705@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Christophe Juniet Subject: Re: docs/39044: The man page for rot13(6) never mentions "rot13". Reply-To: Christophe Juniet Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/39044; it has been noted by GNATS. From: Christophe Juniet 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