Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-08-23 19:15:55 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-08-23 19:15:55 +0300
commit7501249d5e413852c4cd3b6de9e4783972c0f6a0 (patch)
tree8b3de6760e775ce882c8ffa02996b69df9ab3921
parent3f36c6fa62eb9c961c5addedca9bed2b05934d6b (diff)
Mention strerror_l in libc/string/strings.tex
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--newlib/libc/string/strings.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex
index 83b7c6af6..2df5faf58 100644
--- a/newlib/libc/string/strings.tex
+++ b/newlib/libc/string/strings.tex
@@ -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