the synopsis section says
#include <nl_types.h>
#include <langinfo.h>
char *
nl_langinfo(nl_item item);
however, nl_types.h is included by langinfo.h
which one is at fault? should the man page be corrected or should the
header not pull nl_types.h?

