about summary refs log tree commit diff
path: root/manual/ctype.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-28 14:44:20 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-28 14:44:20 +0000
commit1f77f0491f10f67442876cffbda387eac9eafe4d (patch)
tree17ad3299a2c8e6198ffb4a6c33e94e38f816e284 /manual/ctype.texi
parent450bf206b4eba7e2288bc6c6e487f60e26165dce (diff)
downloadglibc-1f77f0491f10f67442876cffbda387eac9eafe4d.tar.gz
glibc-1f77f0491f10f67442876cffbda387eac9eafe4d.tar.xz
glibc-1f77f0491f10f67442876cffbda387eac9eafe4d.zip
Use Texinfo macros to refer to the GNU C Library within the manual.
Diffstat (limited to 'manual/ctype.texi')
-rw-r--r--manual/ctype.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/ctype.texi b/manual/ctype.texi
index b275a54c57..3d13571ac2 100644
--- a/manual/ctype.texi
+++ b/manual/ctype.texi
@@ -273,7 +273,7 @@ The general design of the classification functions for wide characters
 is more general.  It allows extensions to the set of available
 classifications, beyond those which are always available.  The POSIX
 standard specifies how extensions can be made, and this is already
-implemented in the GNU C library implementation of the @code{localedef}
+implemented in the @glibcadj{} implementation of the @code{localedef}
 program.
 
 The character class functions are normally implemented with bitsets,
@@ -589,7 +589,7 @@ iswctype (wc, wctype ("xdigit"))
 It is declared in @file{wctype.h}.
 @end deftypefun
 
-The GNU C library also provides a function which is not defined in the
+@Theglibc{} also provides a function which is not defined in the
 @w{ISO C} standard but which is available as a version for single byte
 characters as well.
 
@@ -607,7 +607,7 @@ It is declared in @file{wchar.h}.
 
 The first note is probably not astonishing but still occasionally a
 cause of problems.  The @code{isw@var{XXX}} functions can be implemented
-using macros and in fact, the GNU C library does this.  They are still
+using macros and in fact, @theglibc{} does this.  They are still
 available as real functions but when the @file{wctype.h} header is
 included the macros will be used.  This is the same as the
 @code{char} type versions of these functions.