diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-24 07:29:12 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-24 07:29:12 +0000 |
| commit | 7d70b772c10d2d0346134c40b27c3e05a160573a (patch) | |
| tree | 0c71bd291c80194a2adf8abeaac75ae8a39238c6 /libexec/makekey/makekey.8 | |
| parent | d6bf9eb7bb0e9c7cad365bbef6ecc8fb1cdc27b9 (diff) | |
Notes
Diffstat (limited to 'libexec/makekey/makekey.8')
| -rw-r--r-- | libexec/makekey/makekey.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index dc367bf50f57..73f444f2b90a 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)makekey.8 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $Id: makekey.8,v 1.7 1997/02/22 14:21:50 peter Exp $ .\" .Dd December 11, 1993 .Dt MAKEKEY 8 @@ -45,7 +45,7 @@ encrypts a key and salt which it reads from the standard input and writes the result to the standard output. The key is expected to be -ten bytes; the salt is expected to be two bytes. +eight bytes; the salt is expected to be two bytes. See .Xr crypt 3 for more information on what characters the key and salt can contain |
