diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-12-04 07:08:15 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-12-04 07:08:15 +0000 |
| commit | e043b4c399fbde3e380b7526777bdbcca218d9ce (patch) | |
| tree | ac65480e48fbe0b6a81e5c73df3d3168edda4b59 /lib/libc/string | |
| parent | 9b96de9413c2a9bb26c114d514a1b2f96af745c1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strcat.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 029099418a73..4c9fec9acbed 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -32,11 +32,12 @@ .\" @(#)strcat.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd December 1, 2009 .Dt STRCAT 3 .Os .Sh NAME -.Nm strcat +.Nm strcat , +.Nm strncat .Nd concatenate strings .Sh LIBRARY .Lb libc |
