From b4802b06428b417be453384eac6654eec2bba44a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 22 Feb 2021 12:33:35 +1000 Subject: [PATCH] Fix documentation for XKB_CONFIG_EXTRA_PATH Signed-off-by: Peter Hutterer --- xkbcommon/xkbcommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h index ee7143c..0fd0318 100644 --- a/xkbcommon/xkbcommon.h +++ b/xkbcommon/xkbcommon.h @@ -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 -- 2.7.4