From 1614c5d896e48dda8a005fd117953b51d14da8fc Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 28 Sep 1999 04:11:47 +0000 Subject: Xref strlcat, strlcpy Inspired by: NetBSD commit message describing this. --- lib/libc/string/strcat.3 | 4 +++- lib/libc/string/strcpy.3 | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.1