diff options
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 0290994..4c9fec9 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 |