From 4ab4a26ea1a3777ebb0ac1d0138ec1645401fc8a Mon Sep 17 00:00:00 2001 From: amitkumar50 Date: May 18 2018 15:24:12 +0000 Subject: MAN: Clarify how comments work in sssd.conf PR changes comment description in sssd.conf from: 'A line comment starts with a hash sign...' to 'A comment line starts with a hash sign...' Resolves: https://pagure.io/SSSD/sssd/issue/1117 Reviewed-by: Fabiano FidĂȘncio --- diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 7191bf4..3616c13 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -38,7 +38,7 @@ - A line comment starts with a hash sign (#) or a + A comment line starts with a hash sign (#) or a semicolon (;). Inline comments are not supported.