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.
This commit is contained in:
Andreas Jaeger 2000-12-28 08:40:59 +00:00
parent a2820ec41f
commit 01f8c9f234
3 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -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}.