Mention strerror_l in libc/string/strings.tex

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-08-23 18:15:55 +02:00
parent 3f36c6fa62
commit 7501249d5e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ managing areas of memory. The corresponding declarations are in
* strcoll:: Locale-specific character string compare
* strcpy:: Copy string
* strcspn:: Count chars not in string
* strerror:: Convert error number to string
* strerror:: Convert error number to string (strerror, strerror_l)
* strerror_r:: Convert error number to string
* strlen:: Character string length
* strlwr:: Convert string to lowercase