From cb3bd448f9bb9edd5603a4921552f1e2b29a91d4 Mon Sep 17 00:00:00 2001 From: Harold L Hunt II Date: Tue, 2 Mar 2004 16:34:55 +0000 Subject: [PATCH] Document -xkb* options in ddxUseMsg(). --- hw/xwin/InitOutput.c | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index 3c40000cb..5a75fce35 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -318,6 +318,9 @@ ddxUseMsg (void) ErrorF ("-clipboard\n" "\tRun the clipboard integration module.\n" "\tDo not use at the same time as 'xwinclip'.\n"); + + ErrorF ("-nounicodeclipboard\n" + "\tDo not use Unicode clipboard even if NT-based platform.\n"); #endif ErrorF ("-scrollbars\n" @@ -359,10 +362,22 @@ ddxUseMsg (void) "\tSpecify a keyboard device from the configuration file.\n"); #endif -#ifdef XWIN_CLIPBOARD - ErrorF ("-nounicodeclipboard\n" - "\tDo not use Unicode clipboard even if NT-based platform.\n"); -#endif + ErrorF ("-xkbrules XKBRules\n" + "\tEquivalent to XKBRules in XF86Config files.\n"); + + ErrorF ("-xkbmodel XKBModel\n" + "\tEquivalent to XKBModel in XF86Config files.\n"); + + ErrorF ("-xkblayout XKBLayout\n" + "\tEquivalent to XKBLayout in XF86Config files.\n" + "\tFor example: -xkblayout de\n"); + + ErrorF ("-xkbvariant XKBVariant\n" + "\tEquivalent to XKBVariant in XF86Config files.\n" + "\tFor example: -xkbvariant nodeadkeys\n"); + + ErrorF ("-xkboptions XKBOptions\n" + "\tEquivalent to XKBOptions in XF86Config files.\n"); /* Log file will not be opened for UseMsg unless we open it now */ if (!g_fLogInited) {