summaryrefslogtreecommitdiff
path: root/man/XOpenIM.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-30 04:52:25 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-30 04:52:25 -0400
commit6f2cbcea5d6dcd1df7ef309481cad1663284c061 (patch)
tree68cd6ac83c802b1d55cdec8806fbd7492ade29c1 /man/XOpenIM.man
parent4abf482d8e6b0b1ae84e0f528e71066afd6d18b5 (diff)
downloadxorg-lib-libX11-6f2cbcea5d6dcd1df7ef309481cad1663284c061.tar.gz
trim trailing whitespace from manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XOpenIM.man')
-rw-r--r--man/XOpenIM.man34
1 files changed, 17 insertions, 17 deletions
diff --git a/man/XOpenIM.man b/man/XOpenIM.man
index 2e241c0a..cfc97881 100644
--- a/man/XOpenIM.man
+++ b/man/XOpenIM.man
@@ -39,7 +39,7 @@
.\" Digital and Tektronix makes no representations about the suitability
.\" of this documentation for any purpose.
.\" It is provided "as is" without express or implied warranty.
-.\"
+.\"
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
@@ -51,25 +51,25 @@ XOpenIM, XCloseIM, XSetIMValues, XGetIMValues, XDisplayOfIM, XLocaleOfIM, XRegis
.SH SYNTAX
.HP
XIM XOpenIM\^(\^Display *\fIdisplay\fP\^, XrmDatabase \fIdb\fP\^, char
-*\fIres_name\fP\^, char *\fIres_class\fP\^);
+*\fIres_name\fP\^, char *\fIres_class\fP\^);
.HP
-Status XCloseIM\^(\^XIM \fIim\fP\^);
+Status XCloseIM\^(\^XIM \fIim\fP\^);
.HP
-char *XSetIMValues\^(\^XIM \fIim\fP\^, ...);
+char *XSetIMValues\^(\^XIM \fIim\fP\^, ...);
.HP
-char *XGetIMValues\^(\^XIM \fIim\fP\^, ...);
+char *XGetIMValues\^(\^XIM \fIim\fP\^, ...);
.HP
-Display *XDisplayOfIM\^(\^XIM \fIim\fP\^);
+Display *XDisplayOfIM\^(\^XIM \fIim\fP\^);
.HP
-char *XLocaleOfIM\^(\^XIM \fIim\fP\^);
+char *XLocaleOfIM\^(\^XIM \fIim\fP\^);
.HP
Bool XRegisterIMInstantiateCallback\^(\^Display *\fIdisplay\fP\^, XrmDatabase
\fIdb\fP\^, char *\fIres_name\fP\^, char *\fIres_class\fP\^, XIDProc
-\fIcallback\fP\^, XPointer \fIclient_data\fP\^);
+\fIcallback\fP\^, XPointer \fIclient_data\fP\^);
.HP
Bool XUnregisterIMInstantiateCallback\^(\^Display *\fIdisplay\fP\^,
XrmDatabase \fIdb\fP\^, char *\fIres_name\fP\^, char *\fIres_class\fP\^,
-XIDProc \fIcallback\fP\^, XPointer \fIclient_data\fP\^);
+XIDProc \fIcallback\fP\^, XPointer \fIclient_data\fP\^);
.LP
.SH ARGUMENTS
.IP \fIcallback\fP 1i
@@ -91,7 +91,7 @@ Specifies the variable length argument list to set or get XIM values.
.SH DESCRIPTION
The
.B XOpenIM
-function opens an input method,
+function opens an input method,
matching the current locale and modifiers specification.
Current locale and modifiers are bound to the input method at opening time.
The locale associated with an input method cannot be changed dynamically.
@@ -103,11 +103,11 @@ for any input context affiliated with a given input method
will be encoded in the locale current at the time the input method is opened.
.LP
The specific input method to which this call will be routed
-is identified on the basis of the current locale.
+is identified on the basis of the current locale.
.B XOpenIM
will identify a default input method corresponding to the
current locale.
-That default can be modified using
+That default can be modified using
.B XSetLocaleModifiers
for the input method modifier.
.LP
@@ -118,8 +118,8 @@ up values that can be set as IC values in an input context.
If db is NULL,
no database is passed to the input method.
.LP
-The res_name and res_class arguments specify the resource name
-and class of the application.
+The res_name and res_class arguments specify the resource name
+and class of the application.
They are intended to be used as prefixes by the input method
when looking up resources that are common to all input contexts
that may be created for this input method.
@@ -187,9 +187,9 @@ function registers a callback to be invoked whenever a new input method
becomes available for the specified display that matches the current
locale and modifiers.
.LP
-The function returns
+The function returns
.B True
-if it succeeds; otherwise, it returns
+if it succeeds; otherwise, it returns
.BR False .
.LP
The
@@ -198,7 +198,7 @@ function removes an input method instantiation callback previously
registered.
The function returns
.B True
-if it succeeds; otherwise, it returns
+if it succeeds; otherwise, it returns
.BR False .
.SH "SEE ALSO"
XCreateIC(__libmansuffix__),