diff options
| author | wiz <wiz@NetBSD.org> | 2008-06-22 11:02:07 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2008-06-22 11:02:07 +0000 |
| commit | 067a770e997253e03d15abf05792fa554b7eb09d (patch) | |
| tree | a11cc3aca3f1e4870df16831c225a8a1cd6eddda /lib/libc/string | |
| parent | 998b5a2fd004873a8992b1a5c2f6df43966c3f05 (diff) | |
Note that strndup was recently (4.0) added. Bump date.
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strdup.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index a5938d5191f..dbfa3b113a8 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -26,9 +26,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strdup.3 8.1 (Berkeley) 6/9/93 -.\" $NetBSD: strdup.3,v 1.15 2006/10/16 08:48:45 wiz Exp $ +.\" $NetBSD: strdup.3,v 1.16 2008/06/22 11:02:07 wiz Exp $ .\" -.Dd August 12, 2006 +.Dd June 22, 2008 .Dt STRDUP 3 .Os .Sh NAME @@ -98,3 +98,7 @@ The .Fn strdup function first appeared in .Bx 4.4 . +The +.Fn strndup +function was added in +.Nx 4.0 . |
