diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
commit | cc7d66bfcf0d3305ee962a167dd9f4338266ebec (patch) | |
tree | bae58760726ce0b349447cac2b5c1859c4737c0f /lib/libXt/man/XtConvert.man | |
parent | a5008d58b42532ef26fa9a62407a31e9991a0e39 (diff) |
Update to libXt 1.1.2
Diffstat (limited to 'lib/libXt/man/XtConvert.man')
-rw-r--r-- | lib/libXt/man/XtConvert.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libXt/man/XtConvert.man b/lib/libXt/man/XtConvert.man index 892443a77..a30650db5 100644 --- a/lib/libXt/man/XtConvert.man +++ b/lib/libXt/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 |