From 7537501668bb93dd552043e4d8085b15803ea4b9 Mon Sep 17 00:00:00 2001 From: Juliana Sims <47213432+Marie-Joseph@users.noreply.github.com> Date: Tue, 16 Dec 2025 04:22:55 +0000 Subject: [PATCH] labwc-config(5): correct semantically-significant typo --- docs/labwc-config.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index fa8e0602..1c2a4af6 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -26,7 +26,7 @@ should (a) allow the first-identified configuration file to supersede any others, or (b) define rules for merging the information from more than one file. By default, labwc uses option (a), reading only the first file identified. With -the --merge-config option, the search order is reserved, but every configuration +the --merge-config option, the search order is reversed, but every configuration file encountered is processed in turn. Thus, user-specific files will augment system-wide configurations, with conflicts favoring the user-specific alternative.