diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:47 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:47 -0500 |
commit | 9ce8e2f42ab7695b5165ff0a3d892df96a3c3f01 (patch) | |
tree | 4481a593bc8de10ebb50ae3ed4d8379636d514d1 | |
parent | 5ecf21cc130d7a45cb5e82e9c2c3025edee5d74f (diff) |
man: remove trailing spaces and tabs
Using s/[ \t]*$//
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | xkbcomp.man | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xkbcomp.man b/xkbcomp.man index 8ae1c61..9b380a0 100644 --- a/xkbcomp.man +++ b/xkbcomp.man @@ -15,16 +15,16 @@ keymap file (.xkm extension) which can be read directly by XKB-capable X servers or utilities. The keymap compiler can also produce C header files or XKB source files. The C header files produced by xkbcomp can be included by X servers or utilities that need a built-in default keymap. -The XKB source files produced by \fIxkbcomp\fP are fully resolved and can be +The XKB source files produced by \fIxkbcomp\fP are fully resolved and can be used to verify that the files which typically make up an XKB keymap are merged correctly or to create a single file which contains a complete description of the keymap. .PP The \fIsource\fP may specify an X display, or an \fI.xkb\fP or \fI.xkm\fP file; unless explicitly specified, the format of \fIdestination\fP -depends on the format of the source. Compiling a \fI.xkb\fP (keymap source) -file generates a \fI.xkm\fP (compiled keymap file) by default. If the -source is a \fI.xkm\fP file or an X display, \fIxkbcomp\fP generates a +depends on the format of the source. Compiling a \fI.xkb\fP (keymap source) +file generates a \fI.xkm\fP (compiled keymap file) by default. If the +source is a \fI.xkm\fP file or an X display, \fIxkbcomp\fP generates a keymap source file by default. .PP If the \fIdestination\fP is an X display, the keymap for the display @@ -48,7 +48,7 @@ Produce a C header file as output (.h extension). 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 +Specifies top-level directories to be searched for files included by the 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. @@ -73,7 +73,7 @@ Merge the compiled information with the map from the server (not implemented yet). .TP 8 .B \-o\ \fIname\fP -Specifies a name for the generated output file. The default is the name of +Specifies a name for the generated output file. The default is the name of the source file with an appropriate extension for the output format. .TP 8 .B \-opt\ \fIparts\fP @@ -89,7 +89,7 @@ Specifies the root directory for relative path names. Force synchronization for X requests. .TP 8 .B \-w\ \fIlvl\fP -Controls the reporting of warnings during compilation. A warning level +Controls the reporting of warnings during compilation. A warning level of 0 disables all warnings; a warning level of 10 enables them all. .TP 8 .B \-xkb |