diff options
author | Ariel Barria <arielb@fedoraproject.org> | 2012-06-11 19:44:44 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-12 21:28:06 -0400 |
commit | 19d69c58b288e10212ff83ae77b913fd0e2badd0 (patch) | |
tree | 33bf68ae4defb00426d01cfb321aefe1625109ad /src | |
parent | 3c60433641ce2e86b9b04778c8f8652ef0d097e4 (diff) | |
download | sssd-19d69c58b288e10212ff83ae77b913fd0e2badd0.tar.gz sssd-19d69c58b288e10212ff83ae77b913fd0e2badd0.tar.bz2 sssd-19d69c58b288e10212ff83ae77b913fd0e2badd0.zip |
Clarify how comments work in sssd.conf
Diffstat (limited to 'src')
-rw-r--r-- | src/man/sssd.conf.5.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 4e38ffe6..1dae3ccb 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -39,7 +39,8 @@ <para> A line comment starts with a hash sign (<quote>#</quote>) or a - semicolon (<quote>;</quote>) + semicolon (<quote>;</quote>). + Inline comments are not supported. </para> <para> |