1 --- _SB/Libc/string/FreeBSD/strcpy.3 2003-05-20 15:23:54.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/strcpy.3.edit 2006-06-28 16:55:53.000000000 -0700
17 -.Fn stpcpy "char *dst" "const char *src"
23 -.Fn strcpy "char * restrict dst" "const char * restrict src"
25 +.Fa "char *restrict s1"
26 +.Fa "const char *restrict s2"
29 -.Fn strncpy "char * restrict dst" "const char * restrict src" "size_t len"
31 +.Fa "char *restrict s1"
32 +.Fa "const char *restrict s2"
47 (including the terminating
54 function copies at most
90 function returns a pointer to the terminating
104 because the length of the source string is greater than or equal
105 to the length argument.
109 .Dl "(void)strlcpy(buf, input, sizeof(buf));"
114 is not defined in any standards, it should
115 only be used when portability is not a concern.
121 -.%T "The FreeBSD Security Architecture"
124 -.Pa "/usr/share/doc/{to be decided}" . )