From ea294dbcf525c0853034afeb41c745762f1d0bc2 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Mon, 2 Jun 2025 21:25:52 +0100 Subject: [PATCH] labwc-config(5): describe environment file comment syntax --- docs/labwc-config.5.scd | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.52.0