diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-24 11:18:30 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-24 11:18:30 +0000 |
| commit | 954a953e8df881d95b4f2268481c2c9c16ea3ed0 (patch) | |
| tree | f592767da69d2fe220b4c0f98508e22bdc80a86a /games | |
| parent | 520cab0a3273aa7aaf3b6e96e094131ac45fe27b (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/caesar/caesar.6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/caesar/caesar.6 b/games/caesar/caesar.6 index 6cfb3c33d23e..8d24d7bd08e7 100644 --- a/games/caesar/caesar.6 +++ b/games/caesar/caesar.6 @@ -41,6 +41,7 @@ .Sh SYNOPSIS .Nm .Op Ar rotation +.Nm rot13 .Sh DESCRIPTION The .Nm @@ -52,6 +53,9 @@ reads from the standard input and writes to the standard output. The optional numerical argument .Ar rotation may be used to specify a specific rotation value. +If invoked as +.Nm rot13 , +a rotation value of 13 will be used. .Pp The frequency (from most common to least) of English letters is as follows: .Pp |
