sure, ok nicm
On Mon, Nov 23, 2015 at 12:56:14PM +0100, Theo Buehler wrote: > On Mon, Nov 23, 2015 at 11:39:55AM +0000, Nicholas Marriott wrote: > > On Mon, Nov 23, 2015 at 11:58:19AM +0100, Theo Buehler wrote: > > > On Mon, Nov 23, 2015 at 01:19:28AM -0500, Michael Reed wrote: > > > > > > [...] > > > > .Nm > > > [...] > > > > +will determine the character set to use from the environment (see > > > > +.Xr locale 1 ) . > > > > > > I don't think this is correct. > > > > > > The only call to setlocale(1) is 'setlocale(LC_ALL, "");' in charset.c. > > > The LC_* environment variables are mentioned in the manual but appear to > > > be unused, so I think we should delete them from the manual as well. > > > > But setlocale uses them. I think the diff is fine. > > > Hm. This isn't mentioned in the setlocale manual page, but you're > right. Thank you for the correction. > > So ok to commit as it is? >