From e9b8af9101b84fecac7034057f8fb1084724d7ba Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 19 Dec 2013 22:00:58 +0000 Subject: fix double word error; --- src/lib/libc/string/strncat.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string') diff --git a/src/lib/libc/string/strncat.3 b/src/lib/libc/string/strncat.3 index 38eabe3474..bd15ef10fa 100644 --- a/src/lib/libc/string/strncat.3 +++ b/src/lib/libc/string/strncat.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strncat.3,v 1.1 2013/12/19 20:52:37 millert Exp $ +.\" $OpenBSD: strncat.3,v 1.2 2013/12/19 22:00:58 jmc Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -124,5 +124,5 @@ functions conform to .Sh HISTORY The .Fn strncat -function first first appeared in +function first appeared in .At v7 . -- cgit v1.2.3-55-g6feb