From: Ulrich Drepper Date: Fri, 11 Feb 2000 20:15:49 +0000 (+0000) Subject: Update after last correction of nl_langinfo implementation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9714afdf254aad5ac084f11dc56cdb263b1575;p=thirdparty%2Fglibc.git Update after last correction of nl_langinfo implementation. --- diff --git a/manual/locale.texi b/manual/locale.texi index 6cfacbdb8cb..0b5ff40d7bb 100644 --- a/manual/locale.texi +++ b/manual/locale.texi @@ -882,8 +882,8 @@ appropriate category @code{nl_langinfo} returns the information from the @code{"C"} locale. It is therefore possible to use this function as shown in the example below. -If the argument @var{item} is not valid the global variable @var{errno} -is set to @code{EINVAL} and a @code{NULL} pointer is returned. +If the argument @var{item} is not valid a pointer to an empty string is +returned. @end deftypefun An example for the use of @code{nl_langinfo} is a function which has to