From: Johan Malm Date: Mon, 2 Jun 2025 20:25:52 +0000 (+0100) Subject: labwc-config(5): describe environment file comment syntax X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ea294dbcf525c0853034afeb41c745762f1d0bc2;p=proto%2Flabwc.git labwc-config(5): describe environment file comment syntax --- diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index f2fd2dc2..52198062 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -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.