diff options
Diffstat (limited to 'xkbcomp.man')
-rw-r--r-- | xkbcomp.man | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/xkbcomp.man b/xkbcomp.man index 32bb4ff..481d2a3 100644 --- a/xkbcomp.man +++ b/xkbcomp.man @@ -1,5 +1,11 @@ .\" $Xorg: xkbcomp.man,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ -.TH XKBCOMP 1 "Release 6.4" "X Version 11" +.\" +.\" +.\" +.\" +.\" $XFree86: xc/programs/xkbcomp/xkbcomp.man,v 1.10 2002/11/15 03:14:12 dawes Exp $ +.\" +.TH XKBCOMP 1 __xorgversion__ .SH NAME xkbcomp \- compile XKB keyboard description .SH SYNOPSIS @@ -38,7 +44,7 @@ name of the map to be used. .SH OPTIONS .TP 8 .B \-a -Show all keyboard information, reporting implicit or dervied information +Show all keyboard information, reporting implicit or derived information as a comment. Only affects \fI.xkb\fP format output. .TP 8 .B \-C @@ -49,7 +55,13 @@ Compute defaults for any missing components, such as key names. .TP 8 .B \-I\fIdir\fP Specifies top-level directories to be searched for files included by the -keymap description. +keymap description. After all directories specified by \-I options +have been searched, the current directory and finally, the default +xkb directory (usually __projectroot__/lib/X11/xkb) will be searched. +.sp +To prevent the current and default directories from being searched, +use the \-I option alone (i.e. without a directory), before any \-I +options that specify the directories you do want searched. .TP 8 .B \-l List maps that specify the \fImap\fP pattern in any files listed on the @@ -76,7 +88,7 @@ keycodes, symbols and types, respectively. Specifies the root directory for relative path names. .TP 8 .B -synch -Force synchonization for X requests. +Force synchronization for X requests. .TP 8 .B \-w\ \fIlvl\fP Controls the reporting of warnings during compilation. A warning level @@ -88,10 +100,10 @@ Generate a source description of the keyboard as output (.xkb extension). .B \-xkm Generate a compiled keymap file as output (.xkm extension). .SH "SEE ALSO" -X(1) +X(__miscmansuffix__) .SH COPYRIGHT Copyright 1994, Silicon Graphics Computer Systems and X Consortium, Inc. .br -See \fIX(1)\fP for a full statement of rights and permissions. +See \fIX(__miscmansuffix__)\fP for a full statement of rights and permissions. .SH AUTHOR Erik Fortune, Silicon Graphics |