diff options
Diffstat (limited to 'lib/string.in.h')
-rw-r--r-- | lib/string.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string.in.h b/lib/string.in.h index 4a9292f74ad..c57f041c06d 100644 --- a/lib/string.in.h +++ b/lib/string.in.h @@ -693,7 +693,7 @@ _GL_WARN_ON_USE (strcasestr, "strcasestr does work correctly on character " This is a variant of strtok() that is multithread-safe. For the POSIX documentation for this function, see: - http://www.opengroup.org/susv3xsh/strtok.html + https://pubs.opengroup.org/onlinepubs/9699919799/functions/strtok.html Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. |