summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/kbd.man2
-rw-r--r--src/kbd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/kbd.man b/man/kbd.man
index ff4bc27..e651277 100644
--- a/man/kbd.man
+++ b/man/kbd.man
@@ -91,7 +91,7 @@ but "pc98" for the Japanese PC-98 platforms.
.BI "Option \*qXkbLayout\*q \*q" layoutname \*q
specifies the XKB keyboard layout name. This is usually the country or
language type of the keyboard. Default: "us" for most platforms, but
-"nec/jp" for the Japanese PC-98 platforms.
+"jp" for the Japanese PC-98 platforms.
.TP 7
.BI "Option \*qXkbVariant\*q \*q" variants \*q
specifies the XKB keyboard variant components. These can be used to
diff --git a/src/kbd.c b/src/kbd.c
index dcac3bd..3c21226 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -162,7 +162,7 @@ static const char *kbd98Defaults[] = {
"AutoRepeat", "500 30",
"XkbRules", "xfree98",
"XkbModel", "pc98",
- "XkbLayout", "nec/jp",
+ "XkbLayout", "jp",
"CustomKeycodes", "off",
NULL
};