summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-16 17:42:59 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:50:55 -0400
commitf2418d6ff43197d7e51404aa13ca9cb2434669ff (patch)
tree14de6e925951fd15032206308755c0c880b0c5c4 /man
parentea2247ee98b9c7357dccbba13df96ffc6d08b65a (diff)
downloadxorg-lib-libXt-f2418d6ff43197d7e51404aa13ca9cb2434669ff.tar.gz
update manpage prototype for XtFindFile()
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net> Conflicts: man/XtFindFile.man
Diffstat (limited to 'man')
-rw-r--r--man/XtFindFile.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XtFindFile.man b/man/XtFindFile.man
index ae32bef..f475063 100644
--- a/man/XtFindFile.man
+++ b/man/XtFindFile.man
@@ -38,7 +38,7 @@
XtFindFile \- search for a file using substitutions in the path list
.SH SYNTAX
.HP
-String XtFindFile(const char *\fIpath\fP, Substitution \fIsubstitutions\fP,
+char * XtFindFile(const char *\fIpath\fP, Substitution \fIsubstitutions\fP,
Cardinal \fInum_substitutions\fP, XtFilePredicate \fIpredicate\fP);
.SH ARGUMENTS
.IP \fIpath\fP 1i