]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
crypt.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Jul 2021 20:51:18 +0000 (22:51 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Jul 2021 23:31:54 +0000 (01:31 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/crypt.3

index c79f9cd34739714bf37574caeb945e0df766489c..c972e61f0ddb79a6ac851b21052710c686334846 100644 (file)
@@ -257,20 +257,23 @@ The following values of
 are supported:
 .RS
 .TS
-l l.
-ID  | Method
+lb lb
+l lx.
+ID     Method
 _
-1   | MD5
-2a  | Blowfish (not in mainline glibc; added in some
-    | Linux distributions)
+1      MD5
+2a     T{
+Blowfish (not in mainline glibc; added in some
+Linux distributions)
+T}
 .\" openSUSE has Blowfish, but AFAICS, this option is not supported
 .\" natively by glibc -- mtk, Jul 08
 .\"
 .\" md5 | Sun MD5
 .\" glibc doesn't appear to natively support Sun MD5; I don't know
 .\" if any distros add the support.
-5   | SHA-256 (since glibc 2.7)
-6   | SHA-512 (since glibc 2.7)
+5      SHA-256 (since glibc 2.7)
+6      SHA-512 (since glibc 2.7)
 .TE
 .RE
 .PP
@@ -283,13 +286,15 @@ following "$\fIid\fP$" in the salt.
 The "\fIencrypted\fP"
 part of the password string is the actual computed password.
 The size of this string is fixed:
+.RS
 .TS
-l l.
-MD5     | 22 characters
-SHA-256 | 43 characters
-SHA-512 | 86 characters
+lb l.
+MD5    22 characters
+SHA-256        43 characters
+SHA-512        86 characters
 .TE
-.sp 1
+.RE
+.PP
 The characters in "\fIsalt\fP" and "\fIencrypted\fP" are drawn from the set
 [\fBa\-zA\-Z0\-9./\fP].
 In the MD5 and SHA implementations the entire