summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-09-28 04:11:47 +0000
committerimp <imp@FreeBSD.org>1999-09-28 04:11:47 +0000
commit1614c5d896e48dda8a005fd117953b51d14da8fc (patch)
tree8691cd242ec1a1c1f4b541168596aa1e8939fe55 /lib
parent90a55f822ac1f4c32085de4c0b5de45b03da191d (diff)
downloadFreeBSD-src-1614c5d896e48dda8a005fd117953b51d14da8fc.zip
FreeBSD-src-1614c5d896e48dda8a005fd117953b51d14da8fc.tar.gz
Xref strlcat, strlcpy
Inspired by: NetBSD commit message describing this.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strcat.34
-rw-r--r--lib/libc/string/strcpy.33
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index c1695d7..1f0aad2 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -86,7 +86,9 @@ return the pointer
.Xr memccpy 3 ,
.Xr memcpy 3 ,
.Xr memmove 3 ,
-.Xr strcpy 3
+.Xr strcpy 3 ,
+.Xr strlcat 3 ,
+.Xr strlcpy 3
.Sh STANDARDS
The
.Fn strcat
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index a30c226..0ecb732 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -111,7 +111,8 @@ to
.Xr bcopy 3 ,
.Xr memccpy 3 ,
.Xr memcpy 3 ,
-.Xr memmove 3
+.Xr memmove 3 ,
+.Xr strlcpy 3
.Sh STANDARDS
The
.Fn strcpy
OpenPOWER on IntegriCloud