Fix documentation for XKB_CONFIG_EXTRA_PATH
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 22 Feb 2021 02:33:35 +0000 (12:33 +1000)
committerRan Benita <ran@unusedvar.com>
Mon, 22 Feb 2021 11:43:16 +0000 (13:43 +0200)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
xkbcommon/xkbcommon.h

index ee7143c..0fd0318 100644 (file)
@@ -562,7 +562,7 @@ xkb_keysym_to_lower(xkb_keysym_t ks);
  *
  * The user may set some environment variables which affect the library:
  *
- * - `XKB_CONFIG_ROOT`, `XKB_EXTRA_PATH`, `XDG_CONFIG_DIR`, `HOME` - see @ref include-path.
+ * - `XKB_CONFIG_ROOT`, `XKB_CONFIG_EXTRA_PATH`, `XDG_CONFIG_DIR`, `HOME` - see @ref include-path.
  * - `XKB_LOG_LEVEL` - see xkb_context_set_log_level().
  * - `XKB_LOG_VERBOSITY` - see xkb_context_set_log_verbosity().
  * - `XKB_DEFAULT_RULES`, `XKB_DEFAULT_MODEL`, `XKB_DEFAULT_LAYOUT`,
@@ -653,7 +653,7 @@ xkb_context_get_user_data(struct xkb_context *context);
  *   fallback to `$HOME/.config/` if unset.
  * - The path `$HOME/.xkb`, where $HOME is the value of the environment
  *   variable `HOME`.
- * - The `XKB_EXTRA_PATH` environment variable, if defined, otherwise the
+ * - The `XKB_CONFIG_EXTRA_PATH` environment variable, if defined, otherwise the
  *   system configuration directory, defined at library configuration time
  *   (usually `/etc/xkb`).
  * - The `XKB_CONFIG_ROOT` environment variable, if defined, otherwise