*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: nl_langinfo | Section: 3 | Source: OpenBSD | File: nl_langinfo.3
NL_LANGINFO(3) FreeBSD Library Functions Manual NL_LANGINFO(3) NAME nl_langinfo, nl_langinfo_l - get locale information SYNOPSIS #include <langinfo.h> char * nl_langinfo(nl_item item); char * nl_langinfo_l(nl_item item, locale_t locale); DESCRIPTION The nl_langinfo() function returns information about the global locale(1), and nl_langinfo_l() about the locale passed as an argument. RETURN VALUES On OpenBSD, if item is CODESET, the return value is either "US-ASCII" or "UTF-8". For other values of item, the strings that IEEE Std 1003.1-2008 ("POSIX.1") specifies for the C locale are returned. If item is invalid, a pointer to an empty string is returned. SEE ALSO setlocale(3), uselocale(3) STANDARDS These functions conform to IEEE Std 1003.1-2008 ("POSIX.1"). HISTORY The function nl_langinfo() has been available since NetBSD 1.0, and nl_langinfo_l() since OpenBSD 6.2. BUGS The return values for CODESET are not standardized and vary among implementations. FreeBSD 14.1-RELEASE-p8 October 4, 2017 FreeBSD 14.1-RELEASE-p8

Navigation Options