From: Amos Jeffries Date: Tue, 20 Jun 2017 11:02:27 +0000 (+1200) Subject: basic_ncsa_auth: fix hash listing wrap in man(8) page X-Git-Tag: M-staged-PR71~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8c724e4ee8a8c41d46ffb203a8966d696f3d461;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/src/auth/basic/NCSA/basic_ncsa_auth.8 b/src/auth/basic/NCSA/basic_ncsa_auth.8 index d8b7ee8afd..9d86dde6e4 100644 --- a/src/auth/basic/NCSA/basic_ncsa_auth.8 +++ b/src/auth/basic/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. .