diff options
Diffstat (limited to 'lib/libc/string/strdup.3')
-rw-r--r-- | lib/libc/string/strdup.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 04ec042d00c..77bbb5a21b7 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strdup.3,v 1.4 1997/08/20 04:18:51 millert Exp $ +.\" $OpenBSD: strdup.3,v 1.5 1998/06/15 17:55:12 mickey Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,4 +64,5 @@ If insufficient memory is available, NULL is returned. .Sh HISTORY The .Fn strdup -function first appeared in 4.4BSD. +function first appeared in +.Bx 4.4 . |