* manual/locale.texi: Update to reflect change.
This commit is contained in:
Ulrich Drepper 2000-02-11 20:15:01 +00:00
parent 763125d1c7
commit 6941c42ad8
2 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@
* locale/nl_langinfo.c: Correct return value in error case. Don't * locale/nl_langinfo.c: Correct return value in error case. Don't
set errno (PR libc/1582). set errno (PR libc/1582).
* manual/locale.texi: Update to reflect change.
2000-02-02 Andreas Schwab <schwab@suse.de> 2000-02-02 Andreas Schwab <schwab@suse.de>

View File

@ -878,8 +878,8 @@ appropriate category, @code{nl_langinfo} returns the information from the
@code{"C"} locale. It is therefore possible to use this function as @code{"C"} locale. It is therefore possible to use this function as
shown in the example below. shown in the example below.
If the argument @var{item} is not valid, the global variable @var{errno} If the argument @var{item} is not valid, a pointer to an empty string is
is set to @code{EINVAL} and a @code{NULL} pointer is returned. returned.
@end deftypefun @end deftypefun
An example of @code{nl_langinfo} usage is a function which has to An example of @code{nl_langinfo} usage is a function which has to