summaryrefslogtreecommitdiff
path: root/man/XtConvert.man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:54:05 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-03 09:33:55 -0700
commit5691187ced24b16a951e2b8308bcc2b65dd36eee (patch)
treef58463620ce3d96873b3bf094a9e313e2841f7f6 /man/XtConvert.man
parent6c0b44caa9b424c7e05327e8ddc9273b87a0f81f (diff)
downloadxorg-lib-libXt-5691187ced24b16a951e2b8308bcc2b65dd36eee.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XtConvert.man')
-rw-r--r--man/XtConvert.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtConvert.man b/man/XtConvert.man
index 892443a..a30650d 100644
--- a/man/XtConvert.man
+++ b/man/XtConvert.man
@@ -129,7 +129,7 @@ XtConvert, XtDirectConvert \- invoke resource converters
.SH SYNTAX
.HP
void XtConvert(Widget \fIw\fP, String \fIfrom_type\fP, XrmValuePtr \fIfrom\fP,
-String \fIto_type\fP, XrmValuePtr \fIto_return\fP);
+String \fIto_type\fP, XrmValuePtr \fIto_return\fP);
.HP
void XtDirectConvert(XtConverter \fIconverter\fP, XrmValuePtr \fIargs\fP,
Cardinal \fInum_args\fP, XrmValuePtr \fIfrom\fP, XrmValuePtr \fIto_return\fP);
@@ -156,10 +156,10 @@ Specifies the widget \*(Wi.
.SH DESCRIPTION
The
.ZN XtConvert
-function looks up the type converter registered to convert from_type
+function looks up the type converter registered to convert from_type
to to_type, computes any additional arguments needed, and then calls
.ZN XtDirectConvert .
-.ZN XtConvert
+.ZN XtConvert
has been replaced by
.ZN XtConvertAndStore .
.LP