cygwin-x-doc/ug configure.xml,1.4,1.5

Alexander Gottwald xserver-commit at pdx.freedesktop.org
Sat Apr 10 08:05:20 PDT 2004


Committed by: ago

Update of /cvs/xserver/cygwin-x-doc/ug
In directory pdx:/tmp/cvs-serv9346/ug

Modified Files:
	configure.xml 
Log Message:
Missing documentation for commandline options [Bug 437]


Index: configure.xml
===================================================================
RCS file: /cvs/xserver/cygwin-x-doc/ug/configure.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/configure.xml	10 Mar 2004 00:52:01 -0000	1.4
+++ b/configure.xml	10 Apr 2004 15:05:17 -0000	1.5
@@ -26,7 +26,13 @@
 
 <sbr></sbr>
 
-<arg choice="opt">-clipboard</arg>
+<arg choice="opt">-help</arg>
+
+<sbr></sbr>
+
+<arg choice="opt">-clipboard
+<arg choice="opt">-nounicodeclipboard</arg>
+</arg>
 
 <sbr></sbr>
 
@@ -108,12 +114,52 @@
 
 <sbr></sbr>
 
-<arg choice="opt">-xf86config
+<arg choice="opt">-[no]keyhook</arg>
+
+<sbr></sbr>
+
+<arg choice="opt">-xkbrules
+<replaceable class="option">XKBRules</replaceable>
+</arg>
+<sbr></sbr>
+
+<arg choice="opt">-xkbmodel
+<replaceable class="option">XKBModel</replaceable>
+</arg>
+<sbr></sbr>
+
+<arg choice="opt">-xkblayout
+<replaceable class="option">XKBLayout</replaceable>
+</arg>
+<sbr></sbr>
+
+<arg choice="opt">-xkbvariant
+<replaceable class="option">XKBVariant</replaceable>
+</arg>
+<sbr></sbr>
+
+<arg choice="opt">-xkboptions
+<replaceable class="option">XKBOptions</replaceable>
+</arg>
+<sbr></sbr>
+
+<arg choice="opt">-logfile
+<replaceable class="option">path_to_logfile</replaceable>
+</arg>
+<sbr></sbr>
+
+<arg choice="opt">-logverbose
+<replaceable class="option">verbosity_level</replaceable>
+</arg>
+<sbr></sbr>
+
+
+<!--<arg choice="opt">-xf86config
 <replaceable class="option">windows_path_to_config_file</replaceable>
 <arg choice="opt">-keyboard
 <replaceable class="option">keyboard_device_from_xf86config</replaceable>
 </arg>
-</arg>
+</arg>-->
 
 <sbr></sbr>
 
@@ -152,7 +198,22 @@
 <row>
 <entry>
 <cmdsynopsis>
-<arg choice="opt">-clipboard</arg>
+<arg choice="opt">-help</arg>
+</cmdsynopsis>
+</entry>
+
+<entry>
+<para>Print a list of supported commandline options and their description
+similar to this list.</para>
+</entry>
+</row>
+
+<row>
+<entry>
+<cmdsynopsis>
+<arg choice="opt">-clipboard
+<arg choice="opt">-nounicodeclipboard</arg>
+</arg>
 </cmdsynopsis>
 </entry>
 
@@ -161,6 +222,9 @@
 which provides integration between the &project; clipboard and
 &windows; clipboard.  Do not use in conjunction with the
 <command>xwinclip</command> program.</para>
+<para><parameter>-nounicodeclipboard</parameter> disables Unicode clipboard 
+even if &project; is running on a NT-based platform
+</para>
 </entry>
 </row>
 
@@ -454,9 +518,100 @@
 </entry>
 </row>
 
+<row>
+<entry>
+<cmdsynopsis>
+<arg choice="opt">-[no]keyhook</arg>
+</cmdsynopsis>
+</entry>
+
+<entry>
+<para>Enable or disable grabbing of special windows keys like the
+<keycombo><keycap>Menu</keycap></keycombo> key or 
+<keycombo><keycap>Alt</keycap><keycap>Tab</keycap></keycombo>. This is
+disabled by default.</para>
+</entry>
+</row>
+
+<row>
+<entry>
+<cmdsynopsis><arg choice="opt">-xkbrules 
+<replaceable class="option">XKBRules</replaceable>
+</arg></cmdsynopsis></entry>
+
+<entry>
+<para>Set the rules to use for XKB. This defaults to 
+<replaceable class="option">xorg</replaceable>.</para></entry>
+</row>
+
+<row>
+<entry>
+<cmdsynopsis><arg choice="opt">-xkbmodel 
+<replaceable class="option">XKBModel</replaceable>
+</arg></cmdsynopsis></entry>
+
+<entry>
+<para>Set the model to use for XKB. This defaults to
+<replaceable class="option">pc105</replaceable>.</para></entry>
+</row>
+
+<row>
+<entry>
+<cmdsynopsis><arg choice="opt">-xkblayout 
+<replaceable class="option">XKBLayout</replaceable>
+</arg></cmdsynopsis></entry>
+
+<entry>
+<para>Set the layout to use for XKB. This defaults to a layout matching
+your current layout from windows or 
+<replaceable class="option">us</replaceable> if no matching layout was found.
+</para></entry>
+</row>
 
 <row>
 <entry>
+<cmdsynopsis><arg choice="opt">-xkbvariant 
+<replaceable class="option">XKBVariant</replaceable>
+</arg></cmdsynopsis></entry>
+
+<entry>
+<para>Set the variant to use for XKB. This defaults to not set.</para></entry>
+</row>
+
+<row>
+<entry>
+<cmdsynopsis><arg choice="opt">-xkboptions 
+<replaceable class="option">XKBOptions</replaceable>
+</arg></cmdsynopsis></entry>
+
+<entry>
+<para>Set the options to use for XKB. This defaults to not set.</para></entry>
+</row>
+
+<row>
+<entry>
+<cmdsynopsis><arg choice="opt">-logfile 
+<replaceable class="option">path_to_logfile</replaceable>
+</arg></cmdsynopsis></entry>
+
+<entry>
+<para>Set the location of the logfile. This defaults to 
+<replaceable class="option">/tmp/XWin.log</replaceable>.</para></entry>
+</row> 
+
+<row>
+<entry>
+<cmdsynopsis><arg choice="opt">-logverbose 
+<replaceable class="option">verbosity_level</replaceable>
+</arg></cmdsynopsis></entry>
+
+<entry>
+<para>Set the level of logging verbosity. Currently only a few log messages
+respect this setting.</para></entry>
+</row>
+
+<!--<row>
+<entry>
 <cmdsynopsis>
 <arg choice="opt">-xf86config
 <replaceable class="option">windows_path_to_config_file</replaceable>
@@ -467,14 +622,13 @@
 </cmdsynopsis>
 </entry>
 
-<entry>
 <para><parameter>-xf86config</parameter> allows you to specify a
 XF86Config-style configuration file.</para>
 
 <para><parameter>-keyboard</parameter> allows you to specify a
 keyboard device from the configuration file.</para>
 </entry>
-</row>
+</row>-->
 
 </tbody>
 




More information about the xserver-commit mailing list