From c8c724e4ee8a8c41d46ffb203a8966d696f3d461 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 20 Jun 2017 23:02:27 +1200 Subject: [PATCH] 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. --- src/auth/basic/NCSA/basic_ncsa_auth.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. . -- 2.47.2