From 9199afb22bbc64f1b49f896a4f3c205464339218 Mon Sep 17 00:00:00 2001 From: michaels <> Date: Tue, 29 Oct 1996 23:41:57 +0000 Subject: [PATCH] typo. --- src/lib/libc/string/strdup.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3 index 394f6f27..4129fe5c 100644 --- a/src/lib/libc/string/strdup.3 +++ b/src/lib/libc/string/strdup.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strdup.3,v 1.2 1996/08/19 08:34:15 tholo Exp $ +.\" $OpenBSD: strdup.3,v 1.3 1996/10/29 23:41:57 michaels Exp $ .\" .Dd April 19, 1991 .Dt STRDUP 3 @@ -60,5 +60,5 @@ argument to the function .Sh HISTORY The .Fn strdup -function +function is .Ud .