diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-11-28 04:43:51 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-11-28 04:43:51 +0000 |
commit | 9e9d4ed3e81844959b1d386c7588e0eddab71a5e (patch) | |
tree | b684408e3a4c77dd9ebdddff0ce6f79c11d16cda /man3/crypt.3 | |
parent | 9731a7fb104d01abcd86b943fed39887569581db (diff) |
Fix wrongly edited string in last edit.
Diffstat (limited to 'man3/crypt.3')
-rw-r--r-- | man3/crypt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/crypt.3 b/man3/crypt.3 index db044fe11..ca266b8a7 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -134,7 +134,7 @@ is a character string starting with the three characters "$1$" followed by at most eight characters, and optionally terminated by "$", then instead of using the DES machine, the glibc crypt function uses an MD5-based algorithm, and outputs up to 34 bytes, -namely "$1$<salt><encoded>$", where +namely "$1$<salt>$<encoded>", where "<salt>" stands for the up to 8 characters following "$1$" in the salt, and "<encoded>" is 22 bytes chosen from the set [\fBa\fP\(en\fBzA\fP\(en\fBZ0\fP\(en\fB9./\fP]. |