summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-03-24 07:59:23 +0000
committerRoland McGrath <roland@gnu.org>1995-03-24 07:59:23 +0000
commitd365fd2cfa4248fcce18fc60d3d90598aa1f534b (patch)
treeabac0137ec2331b9e5e94542a530a5ce3e0fb359 /NEWS
parenta04e740593c921d45de28bb5ccafe46f9f772769 (diff)
* misc/Makefile (headers): Add utmp.h.
* misc/utmp.h: New file, incorporated from 4.4-Lite.
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