diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-09 22:00:39 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-04-09 22:00:39 +0000 |
| commit | 59f00bcdd912a670a5502d30f9b31a79312cde93 (patch) | |
| tree | c24d7eddd4f13740d26e53265d3cdd6576b669f8 /lib/libc | |
| parent | 20631f47f16df06373ffdbbc2f2d4a4307f0b047 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/string/strcat.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 6fe13aa691c3..0d34d58a47e0 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -68,7 +68,10 @@ The function appends not more than .Fa count -characters. +characters from +.Fa append , +and then adds a terminating +.Ql \e0. .Sh RETURN VALUES The .Fn strcat |
