Hi, Sebastien Marie wrote on Wed, Oct 04, 2017 at 01:31:12PM +0200:
> There is a typo in nl_langinfo.3 man page: nl_langinfo -> nl_langinfo_l > for the locale_t version. Please remind me if i forget to commit that within a few days after unlock. Right now, i think we are beyond the point in the release process at which it might still have been acceptable to pester Theo with non-critical diffs like this. Yours, Ingo > Index: nl_langinfo.3 > =================================================================== > RCS file: /cvs/src/lib/libc/locale/nl_langinfo.3,v > retrieving revision 1.12 > diff -u -p -r1.12 nl_langinfo.3 > --- nl_langinfo.3 5 Sep 2017 03:16:13 -0000 1.12 > +++ nl_langinfo.3 4 Oct 2017 11:29:30 -0000 > @@ -26,7 +26,7 @@ > .Ft char * > .Fn nl_langinfo "nl_item item" > .Ft char * > -.Fn nl_langinfo "nl_item item" "locale_t locale" > +.Fn nl_langinfo_l "nl_item item" "locale_t locale" > .Sh DESCRIPTION > The > .Fn nl_langinfo >
