summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-04-19 16:50:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-04-19 16:50:47 +0000
commita2eea90f2984b0e279b3fce396c2db9bf4391747 (patch)
tree46885ac3381857b2ecf2b49e5c01bbfd62a890e2 /lib/libc
parentee8e851f4b94d27f70ee6dd1b29be0274dd674c9 (diff)
tweak previous;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strncat.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/string/strncat.3 b/lib/libc/string/strncat.3
index c0a0da57c71..d314a9999a1 100644
--- a/lib/libc/string/strncat.3
+++ b/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