diff options
author | 2013-12-19 22:00:58 +0000 | |
---|---|---|
committer | 2013-12-19 22:00:58 +0000 | |
commit | 1e944ce12b906876c15c570e7e92061dd1ed52d7 (patch) | |
tree | c613a1c8c06e94c452c561a02bbd2f9028bd337a /lib/libc | |
parent | Mtrr stops being a pseudo-device. We need to probe the cpu type and (diff) | |
download | wireguard-openbsd-1e944ce12b906876c15c570e7e92061dd1ed52d7.tar.xz wireguard-openbsd-1e944ce12b906876c15c570e7e92061dd1ed52d7.zip |
fix double word error;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strncat.3 | 4 |
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 . |