From e29d82f14d4a36a8824cc04cd277e44188f87e43 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sat, 19 Apr 2014 16:50:46 +0000 Subject: tweak previous; --- src/lib/libc/string/strncat.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/string/strncat.3 b/src/lib/libc/string/strncat.3 index c0a0da57c7..d314a9999a 100644 --- a/src/lib/libc/string/strncat.3 +++ b/src/lib/libc/string/strncat.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strncat.3,v 1.3 2014/04/19 11:30:40 deraadt Exp $ +.\" $OpenBSD: strncat.3,v 1.4 2014/04/19 16:50:46 jmc Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -116,7 +116,6 @@ if (snprintf(buf, sizeof(buf), "%s%s", base, suffix) >= sizeof(buf)) goto toolong; .Ed - .Sh SEE ALSO .Xr strlcpy 3 , .Xr wcscat 3 , @@ -124,7 +123,7 @@ if (snprintf(buf, sizeof(buf), "%s%s", .Sh STANDARDS The .Fn strncat -function conform to +function conforms to .St -ansiC . .Sh HISTORY The -- cgit v1.2.3-55-g6feb