summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-04-09 22:32:59 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-04-09 22:32:59 +0000
commit96f68db50b64e663b94726f134d8f843515f94db (patch)
treeaf3e51cff1faedb2f00b6e53777267c8e2155237
parentb1f2c843360981e19e2388b33f94907bdffa5bf6 (diff)
Notes
-rw-r--r--lib/libcrypt/crypt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index 0613fe147b1e..dc602d90e5e3 100644
--- a/lib/libcrypt/crypt.3
+++ b/lib/libcrypt/crypt.3
@@ -167,7 +167,7 @@ then the Modular Crypt Format is used. The
.Fa digit
represents which algorithm is used in encryption. Following the token is
the actual salt to use in the encryption. The length of the salt is limited
-to 16 characters--because the length of the returned output is also limited
+to 8 characters--because the length of the returned output is also limited
(_PASSWORD_LEN). The salt must be terminated with the end of the string
(NULL) or a dollar sign. Any characters after the dollar sign are ignored.
.Pp