summaryrefslogtreecommitdiff
path: root/src/lib/conf.sh.3.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/conf.sh.3.ronn')
-rw-r--r--src/lib/conf.sh.3.ronn8
1 files 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,
-<SLUG>='abs' will identify `/etc/abs.conf` and `$<LIBREHOME>/.abs.conf`.
+<SLUG>='abs' will identify "/etc/abs.conf" and "$<LIBREHOME>/.abs.conf".
The routines you will likely actually use are:
- * `load_conf` {<SLUG>.conf|<ABSPATH>} <VARS>...:
+ * `load_conf` {<SLUG>.conf|<ABSPATH>} [<VARS>...]:
Loads the configuration files for <SLUG>, loading the files in
the correct order, and checking the appropriate environmental
variables. Alternatively, instead of giving a <SLUG>, 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 <VARS> 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 <VARS> 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` <SLUG> <VAR> <DEFAULT>: