Index: xim/uim-xim.1 =================================================================== --- xim/uim-xim.1 (revision 0) +++ xim/uim-xim.1 (revision 0) @@ -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 , +for the Debian project (but may be used by others). Index: xim/Makefile.am =================================================================== --- xim/Makefile.am (revision 829) +++ xim/Makefile.am (working copy) @@ -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