[uim-commit] r876 - trunk/xim

omote at freedesktop.org omote at freedesktop.org
Sun Jun 12 09:55:07 PDT 2005


Author: omote
Date: 2005-06-12 09:55:04 -0700 (Sun, 12 Jun 2005)
New Revision: 876

Added:
   trunk/xim/uim-xim.1
Modified:
   trunk/xim/Makefile.am
Log:
* xim/uim-xim.1: Manpage for uim-xim. Thanks to Wesley J. Landaker
  <wjl at icecavern.net>.(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=300487)
* xim/Makefile.am: Add man1_MANS section for uim-xim.1.


Modified: trunk/xim/Makefile.am
===================================================================
--- trunk/xim/Makefile.am	2005-06-09 03:18:45 UTC (rev 875)
+++ trunk/xim/Makefile.am	2005-06-12 16:55:04 UTC (rev 876)
@@ -6,6 +6,7 @@
 uim_xim_CPPFLAGS = -I$(top_srcdir)
 uim_xim_CFLAGS = @X_CFLAGS@ -Wall
 uim_xim_CXXFLAGS = @X_CFLAGS@ -Wall
+man1_MANS = uim-xim.1
 
 if DEFAULT_TOOLKIT_GTK
 uim_xim_CPPFLAGS += -DUSE_GTK_CANDWIN

Added: trunk/xim/uim-xim.1
===================================================================
--- trunk/xim/uim-xim.1	2005-06-09 03:18:45 UTC (rev 875)
+++ trunk/xim/uim-xim.1	2005-06-12 16:55:04 UTC (rev 876)
@@ -0,0 +1,47 @@
+." Text automatically generated by txt2man-1.4.7
+.TH uim-xim 1 "March 19, 2005" "" ""
+.SH NAME
+\fBuim\-xim \fP- XIM interface to UIM
+.SH SYNOPSIS
+.nf
+.fam C
+uim\-xim [\fIoptions\fP] 
+.fam T
+.fi
+.SH DESCRIPTION
+uim\-xim is a XIM interface to UIM that allows programs that can only
+interface with XIM input methods to work with UIM.
+.SH OPTIONS
+
+.TP
+.B
+\--help
+Show usage
+.TP
+.B
+\--version
+Show version
+.TP
+.B
+\--list
+List available backend conversion engines
+.TP
+.B
+\--engine=ENGINE
+Use ENGINE as a backend conversion engine at startup
+.TP
+.B
+\--async
+Use on-demand-synchronous method of XIM event flow
+(using this option is not safe for Tcl/Tk GUI toolkit)
+.TP
+.B
+\--trace
+Trace connections
+.TP
+.B
+\--trace-xim
+Trace XIM messages
+.SH AUTHOR
+This manual page was written by Wesley J. Landaker <wjl at icecavern.net>,
+for the Debian project (but may be used by others). 



More information about the uim-commit mailing list