From d365fd2cfa4248fcce18fc60d3d90598aa1f534b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Mar 1995 07:59:23 +0000 Subject: * misc/Makefile (headers): Add utmp.h. * misc/utmp.h: New file, incorporated from 4.4-Lite. --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NEWS') 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 . + the header file 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 -- cgit 1.4.1