runlisp-base.conf, runlisp.conf.5.in: Fix lies about section parentage.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 14 Aug 2021 13:52:30 +0000 (14:52 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 14 Aug 2021 13:52:30 +0000 (14:52 +0100)
No change to the actual behaviour; just making the documentation
describe reality.

runlisp-base.conf
runlisp.conf.5.in

index fb9f8ad..ea32156 100644 (file)
@@ -26,7 +26,7 @@
 ;; Variables are looked up starting in the home (or explicitly specified)
 ;; section, then proceeding to the parents assigned to `@PARENTS'.
 ;; (`@PARENTS' usually defaults to `@COMMON'; the parent of `@COMMON' is
-;; `@BUILTIN'; `@BUILTIN' and `@CONFIG' have no parents.)
+;; `@BUILTIN'; `@BUILTIN' and `@ENV' have no parents.)
 ;;
 ;; At top-level, the text is split into words at whitespace, unless prevented
 ;; by double- and single-quote, or escaped by `\'.  Within single quotes, all
index 48b692f..d6a5f8a 100644 (file)
@@ -278,7 +278,7 @@ and
 .B @ENV
 sections have no parents.
 The
-.B @CONFIG
+.B @COMMON
 section has one parent, namely
 .BR @BUILTIN .
 .PP