diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-24 07:59:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-24 07:59:23 +0000 |
commit | d365fd2cfa4248fcce18fc60d3d90598aa1f534b (patch) | |
tree | abac0137ec2331b9e5e94542a530a5ce3e0fb359 /NEWS | |
parent | a04e740593c921d45de28bb5ccafe46f9f772769 (diff) | |
download | glibc-d365fd2cfa4248fcce18fc60d3d90598aa1f534b.tar.gz |
* misc/Makefile (headers): Add utmp.h.
* misc/utmp.h: New file, incorporated from 4.4-Lite.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |