Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Andreas Jaeger committed Dec 28, 2000
1 parent a2820ec commit 01f8c9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions manual/argp.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manual/charset.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit 01f8c9f

Please sign in to comment.