+2006-08-16 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (Plural Forms): Mention the use of ngettext without
+ cardinal numbers.
+ Reported by Arpad Biro <biro_arpad@yahoo.com>.
+
2006-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* gettext.texi: Fix 2 typos.
Please note that the numeric value @var{n} has to be passed to the
@code{printf} function as well. It is not sufficient to pass it only to
@code{ngettext}.
+
+It is also possible to use this function when the strings don't contain a
+cardinal number:
+
+@smallexample
+puts (ngettext ("Delete the selected file?",
+ "Delete the selected files?",
+ n));
+@end smallexample
+
+In this case the number @var{n} is only used to choose the plural form.
@end deftypefun
@deftypefun {char *} dngettext (const char *@var{domain}, const char *@var{msgid1}, const char *@var{msgid2}, unsigned long int @var{n})
are listed. But this does not necessarily mean the information can be
generalized for the whole family (as can be easily seen in the table
below).@footnote{Additions are welcome. Send appropriate information to
-@email{bug-glibc-manual@@gnu.org}.}
+@email{bug-gnu-gettext@@gnu.org} and @email{bug-glibc-manual@@gnu.org}.}
@table @asis
@item Only one form: