From 464d646f3e667e42742a995b841080ec7b6a1540 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 18 Jan 1999 09:38:36 +0000 Subject: Update. 1999-01-18 Andreas Jaeger * posix/test-vfork.c: Include for wait declaration. 1999-01-16 Andreas Schwab * manual/ctype.texi: Fix cross refs and typos. * manual/charset.texi: Likewise. 1999-01-18 Ulrich Drepper * Rules: Add dummp.y and dummy.o to common-generated. Patch by Andreas Schwab. 1999-01-18 10:07 -0500 Zack Weinberg * manual/libc-texinfo.sh: Use tsort.awk. * manual/tsort.awk: New file. * manual/Makefile (minimal-dist): Add tsort.awk. (distribute): Remove generated files: summary.texi, stamp-summary, chapters.texi, top-menu.texi, and texis. --- manual/ctype.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/ctype.texi') diff --git a/manual/ctype.texi b/manual/ctype.texi index 7f74c51386..3b21821fa5 100644 --- a/manual/ctype.texi +++ b/manual/ctype.texi @@ -656,7 +656,7 @@ is_in_class (int c, const char *class) @} @end smallexample -See @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 @@ -690,7 +690,7 @@ This type is defined in @file{wctype.h}. @comment wctype.h @comment ISO -@deftypefun wctrans_t wctrans (const char *@var{property} +@deftypefun wctrans_t wctrans (const char *@var{property}) The @code{wctrans} function has to be used to find out whether a named mapping is defined in the current locale selected for the @code{LC_CTYPE} category. If the returned value is non-zero it can -- cgit 1.4.1