From: Amos Jeffries Date: Sat, 1 Jul 2017 07:37:54 +0000 (+1200) Subject: basic_ncsa_auth: fix hash listing wrap in man(8) page X-Git-Tag: SQUID_3_5_28~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9281f516c6e0d00501ffcc07a8568902e5827259;p=thirdparty%2Fsquid.git basic_ncsa_auth: fix hash listing wrap in man(8) page '*' list bullet points must be indented with whitespace. If they are not the list is treated as a single wrapped paragraph. --- diff --git a/helpers/basic_auth/NCSA/basic_ncsa_auth.8 b/helpers/basic_auth/NCSA/basic_ncsa_auth.8 index d8b7ee8afd..9d86dde6e4 100644 --- a/helpers/basic_auth/NCSA/basic_ncsa_auth.8 +++ b/helpers/basic_auth/NCSA/basic_ncsa_auth.8 @@ -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. .