summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcpy.32
-rw-r--r--lib/libc/string/strlcpy.31
-rw-r--r--lib/libc/string/strtok.32
3 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index d52d0edbc279..1ee2bebeef2e 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -195,7 +195,9 @@ conform to
The
.Fn stpcpy
function is an MS-DOS and GNUism.
+The
.Fn stpcpy
+function
conforms to no standard.
.Sh HISTORY
The
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3
index 55a6a41b1fd7..3cc5ae49e1a5 100644
--- a/lib/libc/string/strlcpy.3
+++ b/lib/libc/string/strlcpy.3
@@ -192,6 +192,7 @@ As a matter of fact, the first version of this manual page got it wrong.
.Xr strncat 3 ,
.Xr strncpy 3
.Sh HISTORY
+The
.Fn strlcpy
and
.Fn strlcat
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 9067a0a3233b..ba47f7257ec1 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -98,7 +98,9 @@ function is a reentrant version of
The context pointer
.Fa last
must be provided on each call.
+The
.Fn strtok_r
+function
may also be used to nest two parsing loops within one another, as
long as separate context pointers are used.
.Pp