summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-12-19 22:00:58 +0000
committerjmc <jmc@openbsd.org>2013-12-19 22:00:58 +0000
commit1e944ce12b906876c15c570e7e92061dd1ed52d7 (patch)
treec613a1c8c06e94c452c561a02bbd2f9028bd337a /lib/libc/string
parentMtrr stops being a pseudo-device. We need to probe the cpu type and (diff)
downloadwireguard-openbsd-1e944ce12b906876c15c570e7e92061dd1ed52d7.tar.xz
wireguard-openbsd-1e944ce12b906876c15c570e7e92061dd1ed52d7.zip
fix double word error;
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strncat.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strncat.3 b/lib/libc/string/strncat.3
index 38eabe34741..bd15ef10fa2 100644
--- a/lib/libc/string/strncat.3
+++ b/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 .