This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] manual/charset.texinfo: typo in description of WCHAR_MAX


2000-12-22  Ben Collins  <bcollins@debian.org>

	* manual/charset.texinfo: fix typo in description of WCHAR_MAX

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'
Index: charset.texi
===================================================================
RCS file: /cvs/glibc/libc/manual/charset.texi,v
retrieving revision 1.26
diff -u -u -r1.26 charset.texi
--- charset.texi	2000/12/13 10:56:17	1.26
+++ charset.texi	2000/12/23 15:54:37
@@ -153,7 +153,7 @@
 @comment wchar.h
 @comment ISO
 @deftypevr Macro wint_t WCHAR_MAX
-The macro @code{WCHAR_MIN} evaluates to the maximum value representable
+The macro @code{WCHAR_MAX} evaluates to the maximum value representable
 by an object of type @code{wint_t}.
 
 This macro got introduced in @w{Amendment 1} to @w{ISO C90}.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]