From 01f8c9f23408d66f2bdc05ce2dbfa35b2ea4d87a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 28 Dec 2000 08:40:59 +0000 Subject: Update. 2000-12-22 Ben Collins * manual/charset.texi: Fix typo in description of WCHAR_MAX. * manual/argp.texi: Document argp_domain as part of struct argp. --- manual/argp.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manual/argp.texi') 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 -- cgit 1.4.1