diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-23 06:46:42 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:21:16 -0400 |
commit | 149159df368aaa50db9e3e02f725d147ff557dbd (patch) | |
tree | bdaff74b26095d6b094d8bed348145bc37f67790 /man/XtFindFile.man | |
parent | e5a1e228e7ab7332d46db9278fa7af85ae889e70 (diff) |
updated manual pages' C prototypes to agree with the header-files.
This takes into account the _CONST_X_STRING feature, distinguishing
between String and char* and const char*, but also in
several cases, such as XtSessionGetToken, the manual page was wrong.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Conflicts:
man/XtAppErrorMsg.man
Diffstat (limited to 'man/XtFindFile.man')
-rw-r--r-- | man/XtFindFile.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XtFindFile.man b/man/XtFindFile.man index 856f5b7..ae32bef 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(String \fIpath\fP, Substitution \fIsubstitutions\fP, +String XtFindFile(const char *\fIpath\fP, Substitution \fIsubstitutions\fP, Cardinal \fInum_substitutions\fP, XtFilePredicate \fIpredicate\fP); .SH ARGUMENTS .IP \fIpath\fP 1i |