diff options
| author | msaitoh <msaitoh@NetBSD.org> | 1998-11-15 20:31:37 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 1998-11-15 20:31:37 +0000 |
| commit | 93f9db1b75d415b78f73ed629beeb86235153473 (patch) | |
| tree | de538e5f25bb31ec61fef66ee58911ccaae7317b /libexec/makekey | |
| parent | dd918881b620569ee48e020417ca52afb28f7bcc (diff) | |
The key is expected to be eight bytes (not ten bytes).
Diffstat (limited to 'libexec/makekey')
| -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 5c0d3cb89a7..f8b10cc641a 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: makekey.8,v 1.7 1997/10/20 02:39:33 enami Exp $ +.\" $NetBSD: makekey.8,v 1.8 1998/11/15 20:31:37 msaitoh Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -46,7 +46,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 |
