From ad9714afdf254aad5ac084f11dc56cdb263b1575 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 11 Feb 2000 20:15:49 +0000 Subject: [PATCH] Update after last correction of nl_langinfo implementation. --- manual/locale.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2