diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:15:12 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-07 20:35:51 -0400 |
commit | 0eedde5df39ac754623511c06c5573ad62ca4c4c (patch) | |
tree | 176c33c04352bbef32c3c50ffabd1eb1ab30a1ed /man/XtAppSetTypeConverter.man | |
parent | b7a87ccb07f816e7b9579d91bd66552e86ef0e8e (diff) |
manpage style fix: sentences should end at the end of a line
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppSetTypeConverter.man')
-rw-r--r-- | man/XtAppSetTypeConverter.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/XtAppSetTypeConverter.man b/man/XtAppSetTypeConverter.man index 1444319..ee3b7d8 100644 --- a/man/XtAppSetTypeConverter.man +++ b/man/XtAppSetTypeConverter.man @@ -76,7 +76,8 @@ contexts created by the calling process, including any future application contexts that may be created. .B XtAppSetTypeConverter registers the specified type converter in the single application context -specified. If the same \fIfrom_type\fP and \fIto_type\fP are specified +specified. +If the same \fIfrom_type\fP and \fIto_type\fP are specified in multiple calls to either function, the most recent overrides the previous ones. .SH "SEE ALSO" |