summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0e8cea02d0..49cfc032e7 100644
--- a/NEWS
+++ b/NEWS
@@ -48,10 +48,10 @@ Version 1.10
for the `printf' and `scanf' families of functions. For example,
`printf ("Number %2$d, Mr %1$s\n", "Jones", 6);'' prints
``Number 6, Mr Jones''. This is mainly useful when providing different
- format strings for different languages, whose grammar may dictate
- a different ordering of the values being printed. To support this
+ format strings for different languages, whose grammars may dictate
+ different orderings of the values being printed. To support this
feature, the interface for `register_printf_handler' has changed; see
- the header file <printf.h>.
+ the header file <printf.h> for details.
* The `printf' and `scanf' families of functions now understand a new
formatting flag for numeric conversions: the ' flag (e.g. %'d or %'f) says