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$<string>$", where "<string>" stands for the up to 8
-characters following "$1$" in the salt, followed by 22 bytes chosen
-from the set [\fBa\fP\(en\fBzA\fP\(en\fBZ0\fP\(en\fB9./\fP].
+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].
The entire key is significant here (instead of only the first
8 bytes).
.LP