mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
Update after last correction of nl_langinfo implementation.
This commit is contained in:
parent
c5b54b4b7c
commit
ad9714afdf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user