From 079d8c995bafd311471478dd9b36ab3b79107a94 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 24 Apr 2018 16:15:19 -0400 Subject: conf.sh(3): Touch-up - `codeblock` was disabling in a place; use "" for filenames instead of `` - load_conf: use [] to emphasize that ... is optional - load_conf: "each of them is", not "each of them are" --- src/lib/conf.sh.3.ronn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/conf.sh.3.ronn b/src/lib/conf.sh.3.ronn index fee0529..92267fb 100644 --- a/src/lib/conf.sh.3.ronn +++ b/src/lib/conf.sh.3.ronn @@ -43,11 +43,11 @@ Note that only the XDG_* variables are exported. The following routines take a "slug" to refer to a group of configuration files; that is the basename of the files. For example, -='abs' will identify `/etc/abs.conf` and `$/.abs.conf`. +='abs' will identify "/etc/abs.conf" and "$/.abs.conf". The routines you will likely actually use are: - * `load_conf` {.conf|} ...: + * `load_conf` {.conf|} [...]: Loads the configuration files for , loading the files in the correct order, and checking the appropriate environmental variables. Alternatively, instead of giving a , you may @@ -55,8 +55,8 @@ The routines you will likely actually use are: `list_files`, see below) which will be loaded with no environmental overrides (bypassing `list_envvars`, see below). - If any are listed, check to make sure that each of them - are defined. If any of them are not defined, it prints a message + If any are listed, check to make sure that each of them is + defined. If any of them are not defined, it prints a message telling the user to configure them in the appropriate files, and returns with a non-zero status. * `get_var` : -- cgit v1.2.2