]> git.mdlowis.com Git - proto/labwc.git/commitdiff
labwc-config(5): describe environment file comment syntax
authorJohan Malm <jgm323@gmail.com>
Mon, 2 Jun 2025 20:25:52 +0000 (21:25 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 3 Jun 2025 16:23:14 +0000 (17:23 +0100)
docs/labwc-config.5.scd

index f2fd2dc2b33b870aa6ecac41d74bbec1b57d5595..52198062a0594f7bda0f95ba6bd5056290e6f251 100644 (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.