From: Mark Wooding Date: Sat, 14 Aug 2021 13:52:30 +0000 (+0100) Subject: runlisp-base.conf, runlisp.conf.5.in: Fix lies about section parentage. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/e8f53d291a3f8cfc0bc56b4f741a3c78260d561d runlisp-base.conf, runlisp.conf.5.in: Fix lies about section parentage. No change to the actual behaviour; just making the documentation describe reality. --- diff --git a/runlisp-base.conf b/runlisp-base.conf index fb9f8ad..ea32156 100644 --- a/runlisp-base.conf +++ b/runlisp-base.conf @@ -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 diff --git a/runlisp.conf.5.in b/runlisp.conf.5.in index 48b692f..d6a5f8a 100644 --- a/runlisp.conf.5.in +++ b/runlisp.conf.5.in @@ -278,7 +278,7 @@ and .B @ENV sections have no parents. The -.B @CONFIG +.B @COMMON section has one parent, namely .BR @BUILTIN . .PP