labwc-config(5): describe environment file comment syntax

This commit is contained in:
Johan Malm 2025-06-02 21:25:52 +01:00 committed by Johan Malm
parent 7bf08af210
commit ea294dbcf5

View file

@ -56,6 +56,9 @@ re-loaded on --reconfigure.
Any environment variables referenced as $VARIABLE or ${VARIABLE} will be
substituted and the tilde (~) will be expanded as the user's home directory.
Any line beginning with the character '#' in an environment file will be treated
as a comment. Trailing comments are not supported.
Please note that as labwc reloads the environment file(s) on reconfigure,
recursive/circular assignments (for example FOO=$FOO:bar) should not be made.