strerror_l: Fix copy-and-paste typo
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
8ad852ac12
commit
ec0117b6e1
|
@ -33,7 +33,7 @@ string. The value of <[errnum]> is usually a copy of <<errno>>.
|
|||
If <<errnum>> is not a known error number, the result points to an
|
||||
empty string.
|
||||
|
||||
<<strftime_l>> is like <<strftime>> but creates a string in a format
|
||||
<<strerror_l>> is like <<strerror>> but creates a string in a format
|
||||
as expected in locale <[locale]>. If <[locale]> is LC_GLOBAL_LOCALE or
|
||||
not a valid locale object, the behaviour is undefined.
|
||||
|
||||
|
|
Loading…
Reference in New Issue