diff options
-rw-r--r-- | lib/libc/string/strcpy.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 208a3f9..00d7df4 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -53,10 +53,8 @@ .Sh DESCRIPTION The .Fn strcpy -and -.Fn strncpy -functions -copy the string +function +copies the string .Fa src to .Fa dst @@ -66,9 +64,11 @@ character). .Pp The .Fn strncpy -copies not more than +function copies not more than .Fa len -characters into +characters from +.Fa src +into .Fa dst , appending .Ql \e0 |