Loading...
string/FreeBSD/strcpy.3 Libc-1725.40.4 Libc-1244.30.3
--- Libc/Libc-1725.40.4/string/FreeBSD/strcpy.3
+++ Libc/Libc-1244.30.3/string/FreeBSD/strcpy.3
@@ -50,16 +50,6 @@
 .Fn strcpy "char * dst" "const char * src"
 .Ft char *
 .Fn strncpy "char * dst" "const char * src" "size_t len"
-.Sh ADMONISHMENT
-.Pp
-.ti +8
-.Pp
-YOU SHOULD ALMOST CERTAINLY USE
-.Fn strlcpy
-INSTEAD.
-.ti +8
-.Pp
-See "Examples" below.
 .Sh DESCRIPTION
 The
 .Fn stpcpy