Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c66e429

Browse files
jriscsimo5
authored andcommittedMar 26, 2025·
Fix gssproxy.conf manpage about comments
The manpage was implying it was possible to have comments at the end of configuration lines, while SSSD's ini parsing library used by gssproxy supports full line comments only. Signed-off-by: Julien Rische <jrische@redhat.com>
1 parent b8e3364 commit c66e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎man/gssproxy.conf.5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<para>
2828
GSS-Proxy conf files are classic ini-style configuration files.
2929
Each option consist of a key = value pair.
30-
Any characters behind '#' will be treated as comments and will be ignored.
30+
Any line starting with '#' will be treated as comment and will be ignored.
3131
Boolean parameters accept "1", "true", "yes" and "on" as
3232
positive values. All other values will be considered as negative
3333
values.

0 commit comments

Comments
 (0)
Please sign in to comment.