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/argp.texi: document argp_domain


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

	* manual/argp.texi: Document argp_domain as part of struct argp.



-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'
Index: argp.texi
===================================================================
RCS file: /cvs/glibc/libc/manual/argp.texi,v
retrieving revision 2.11
diff -u -u -r2.11 argp.texi
--- argp.texi	2000/07/24 05:33:21	2.11
+++ argp.texi	2000/12/23 16:15:59
@@ -201,6 +201,12 @@
 @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
 

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