diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-28 08:40:59 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-28 08:40:59 +0000 |
commit | 01f8c9f23408d66f2bdc05ce2dbfa35b2ea4d87a (patch) | |
tree | 88ee84902abd546daa0bd154cf9e50f1eb58c966 | |
parent | a2820ec41f83cdc9ca73d5bd91283dcebdc9b9c9 (diff) | |
download | glibc-01f8c9f23408d66f2bdc05ce2dbfa35b2ea4d87a.tar.gz glibc-01f8c9f23408d66f2bdc05ce2dbfa35b2ea4d87a.tar.xz glibc-01f8c9f23408d66f2bdc05ce2dbfa35b2ea4d87a.zip |
Update.
2000-12-22 Ben Collins <bcollins@debian.org> * manual/charset.texi: Fix typo in description of WCHAR_MAX. * manual/argp.texi: Document argp_domain as part of struct argp.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | manual/argp.texi | 6 | ||||
-rw-r--r-- | manual/charset.texi | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 074d1a3816..ae7af41381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-22 Ben Collins <bcollins@debian.org> + + * manual/charset.texi: Fix typo in description of WCHAR_MAX. + + * manual/argp.texi: Document argp_domain as part of struct argp. + 2000-12-28 Andreas Jaeger <aj@suse.de> * catgets/Makefile (generated): Add sample.SJIS.cat. diff --git a/manual/argp.texi b/manual/argp.texi index 8410856ae1..d45cfb3661 100644 --- a/manual/argp.texi +++ b/manual/argp.texi @@ -201,6 +201,12 @@ additional argp parsers that should be combined with this one. @item char *(*help_filter)(int @var{key}, const char *@var{text}, void *@var{input}) If non-zero, a pointer to a function to filter the output of help messages. @xref{Argp Help Filtering}. + +@item const char *argp_domain +If non-zero, the strings used in the argp library are translated using +the domain described by this string. Otherwise the currently installed +default domain is used. + @end table @end deftp diff --git a/manual/charset.texi b/manual/charset.texi index 4e3ac3b178..d0286afda9 100644 --- a/manual/charset.texi +++ b/manual/charset.texi @@ -153,7 +153,7 @@ This macro got introduced in @w{Amendment 1} to @w{ISO C90}. @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}. |