diff options
Diffstat (limited to 'man/XSetICValues.man')
-rw-r--r-- | man/XSetICValues.man | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/man/XSetICValues.man b/man/XSetICValues.man index 3cc1441..5fe7adc 100644 --- a/man/XSetICValues.man +++ b/man/XSetICValues.man @@ -40,7 +40,7 @@ .\" of this documentation for any purpose. .\" It is provided ``as is'' without express or implied warranty. .\" -.\" $XFree86: xc/doc/man/X11/XSICVals.man,v 1.2 2001/01/27 18:20:03 dawes Exp $ +.\" $XFree86: xc/doc/man/X11/XSICVals.man,v 1.3 2003/04/28 22:17:56 herrb Exp $ .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface @@ -144,13 +144,10 @@ .SH NAME XSetICValues, XGetICValues \- set and obtain XIC values .SH SYNTAX -char * XSetICValues\^(\^\fIic\fP\^, ...) -.br - XIC \fIic\fP\^; -.LP -char * XGetICValues\^(\^\fIic\fP\^, ...) -.br - XIC \fIic\fP\^; +.HP +char * XSetICValues\^(\^XIC \fIic\fP, ...\^); +.HP +char * XGetICValues\^(\^XIC \fIic\fP, ...\^); .SH ARGUMENTS .IP \fIic\fP 1i Specifies the input context. |