diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/ctype.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/ctype.texi b/manual/ctype.texi index 3b21821fa5..fde864b647 100644 --- a/manual/ctype.texi +++ b/manual/ctype.texi @@ -656,7 +656,7 @@ is_in_class (int c, const char *class) @} @end smallexample -@xref{Converting a Character} for more information on @code{btowc}. +@xref{Converting a Character}, for more information on @code{btowc}. Please note that this change probably does not improve the performance of the program a lot since the @code{wctype} function still has to make the string comparisons. But it gets really interesting if the |