diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-09-28 04:11:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-09-28 04:11:47 +0000 |
| commit | 4e2abf95a3693a7ab1b40b3e4a5eb4d2c1acd6b3 (patch) | |
| tree | 77f876443064abfba3dd1656cfc0b4a47a67533b | |
| parent | f0856fbc91055dde4c92f4524bb8444101bb8f5d (diff) | |
Notes
| -rw-r--r-- | lib/libc/string/strcat.3 | 4 | ||||
| -rw-r--r-- | lib/libc/string/strcpy.3 | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index c1695d793bf8..1f0aad2a92d7 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 a30c22677634..0ecb732aedad 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 |
