URL: https://github.com/SSSD/sssd/pull/571
Author: amitkumar50
 Title: #571: MAN: Clarify how comments work in sssd.conf
Action: opened

PR body:
"""
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
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/571/head:pr571
git checkout pr571
From 5cdb914857f79312837306a75641c99663b76919 Mon Sep 17 00:00:00 2001
From: amitkumar50 <amitk...@redhat.com>
Date: Thu, 17 May 2018 12:42:50 +0530
Subject: [PATCH] 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
---
 src/man/sssd.conf.5.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 7191bf46d..3616c1350 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -38,7 +38,7 @@
         </para>
 
         <para>
-            A line comment starts with a hash sign (<quote>#</quote>) or a
+            A comment line starts with a hash sign (<quote>#</quote>) or a
             semicolon (<quote>;</quote>).
             Inline comments are not supported.
         </para>
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to