diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-19 11:26:52 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-19 11:26:52 +0000 |
| commit | df523897ea84f155098593df82ac040482951a91 (patch) | |
| tree | 31d4a2474c09bc856be52b7d6c235b013e9637b3 /lib/libc | |
| parent | 5d88e21a2a4c78dfef8d6e14703d442fe73b7fb9 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 208a3f947660..00d7df46657a 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 |
