summaryrefslogtreecommitdiff
path: root/gettext-tools/doc/gettext_11.html
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/doc/gettext_11.html')
-rw-r--r--gettext-tools/doc/gettext_11.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/doc/gettext_11.html b/gettext-tools/doc/gettext_11.html
index a4a443a..eea3d8e 100644
--- a/gettext-tools/doc/gettext_11.html
+++ b/gettext-tools/doc/gettext_11.html
@@ -1,7 +1,7 @@
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52b
- from gettext.texi on 28 December 2015 -->
+ from gettext.texi on 11 June 2016 -->
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
<TITLE>GNU gettext utilities - 11 The Programmer's View</TITLE>
@@ -829,8 +829,8 @@ comes last:
</P>
<PRE>
-printf (ngettext ("%$2d file removed from directory %$1s",
- "%$2d files removed from directory %$1s",
+printf (ngettext ("%2$d file removed from directory %1$s",
+ "%2$d files removed from directory %1$s",
n),
dir, n);
</PRE>