From 40deae084780af51458714b5d0c5a88787c8fcd1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 10 Mar 1995 05:01:07 +0000 Subject: * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL into just CLASS. Add standard/optional flag to all items. * locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo. * ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit): Rearrange defn to satisfy compiler. * locale/localeinfo.h: Declare _nl_current. --- manual/stdio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/stdio.texi b/manual/stdio.texi index 411d94a242..30157595e7 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -1958,8 +1958,8 @@ written by other people could break if you do this. @node Conversion Specifier Options @subsection Conversion Specifier Options -If you define a meaning for @samp{%q}, what if the template contains -@samp{%+23q} or @samp{%-#q}? To implement a sensible meaning for these, +If you define a meaning for @samp{%A}, what if the template contains +@samp{%+23A} or @samp{%-#A}? To implement a sensible meaning for these, the handler when called needs to be able to get the options specified in the template. -- cgit 1.4.1