]> git.saurik.com Git - apple/libc.git/blobdiff - locale/nl_langinfo.3
Libc-763.13.tar.gz
[apple/libc.git] / locale / nl_langinfo.3
index 13125b2bf13ab4391c39da4bf831b4ac118fc5eb..3d846deb113cff078bef484523a69e04558d5a47 100644 (file)
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/lib/libc/locale/nl_langinfo.3,v 1.5 2003/09/08 19:57:14 ru Exp $
+.\" $FreeBSD: src/lib/libc/locale/nl_langinfo.3,v 1.7 2009/11/16 14:33:31 brueffer Exp $
 .\"
 .Dd May 3, 2001
 .Dt NL_LANGINFO 3
@@ -64,6 +64,17 @@ or to the
 category
 .Dv LC_ALL ,
 may overwrite the buffer pointed to by the return value.
+.Sh RETURN VALUES
+In a locale where langinfo data is not defined,
+.Fn nl_langinfo
+returns a pointer to the corresponding string in the
+.Tn POSIX
+locale.
+In all locales,
+.Fn nl_langinfo
+returns a pointer to an empty string if
+.Fa item
+contains an invalid setting.
 .Sh EXAMPLES
 For example:
 .Pp
@@ -83,17 +94,6 @@ function uses the current locale, the
 function may be passed a locale directly. See
 .Xr xlocale 3
 for more information.
-.Sh RETURN VALUES
-In a locale where langinfo data is not defined,
-.Fn nl_langinfo
-returns a pointer to the corresponding string in the
-.Tn POSIX
-locale.
-In all locales,
-.Fn nl_langinfo
-returns a pointer to an empty string if
-.Fa item
-contains an invalid setting.
 .Sh SEE ALSO
 .Xr setlocale 3 ,
 .Xr xlocale 3