]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
basic_ncsa_auth: fix hash listing wrap in man(8) page
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 20 Jun 2017 11:02:27 +0000 (23:02 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 20 Jun 2017 11:02:27 +0000 (23:02 +1200)
'*' list bullet points must be indented with whitespace. If they are not the list is treated as a single wrapped paragraph.

src/auth/basic/NCSA/basic_ncsa_auth.8

index d8b7ee8afd8d91db5ffb3157536012a59e8b920d..9d86dde6e40c9218df9d1443f225fcf046820518 100644 (file)
@@ -18,15 +18,15 @@ This password file can be manipulated using
 .PP
 This authenticator accepts:
 .BR
-* Blowfish - for passwords 72 characters or less in length
+ * Blowfish \- for passwords 72 characters or less in length.
 .BR
-* SHA256 - with salting and magic strings
+ * SHA256 \- with salting and magic strings.
 .BR
-* SHA512 - with salting and magic strings
+ * SHA512 \- with salting and magic strings.
 .BR
-* MD5 - with optional salt and magic strings
+ * MD5 \- with optional salt and magic strings.
 .BR
-* DES - for passwords 8 characters or less in length
+ * DES \- for passwords 8 characters or less in length.
 .
 NOTE: Blowfish and SHA algorithms require system-specific support.
 .