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.
