From e8f53d291a3f8cfc0bc56b4f741a3c78260d561d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 14 Aug 2021 14:52:30 +0100 Subject: [PATCH] runlisp-base.conf, runlisp.conf.5.in: Fix lies about section parentage. No change to the actual behaviour; just making the documentation describe reality. --- runlisp-base.conf | 2 +- runlisp.conf.5.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0