summaryrefslogtreecommitdiff
path: root/src/lib/libc/string
diff options
context:
space:
mode:
authorjmc <>2013-12-19 22:00:58 +0000
committerjmc <>2013-12-19 22:00:58 +0000
commitfc6d94c70f5f2496601a5901351c1d1decc89b71 (patch)
treefc81ac868bdc3e1baeeb5dbf6f023ad86035a02f /src/lib/libc/string
parent8d92c5014d1149b8e12f587c56f1843e30f42cff (diff)
downloadopenbsd-fc6d94c70f5f2496601a5901351c1d1decc89b71.tar.gz
openbsd-fc6d94c70f5f2496601a5901351c1d1decc89b71.tar.bz2
openbsd-fc6d94c70f5f2496601a5901351c1d1decc89b71.zip
fix double word error;
Diffstat (limited to 'src/lib/libc/string')
-rw-r--r--src/lib/libc/string/strncat.34
1 files changed, 2 insertions, 2 deletions
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 @@
1.\" $OpenBSD: strncat.3,v 1.1 2013/12/19 20:52:37 millert Exp $ 1.\" $OpenBSD: strncat.3,v 1.2 2013/12/19 22:00:58 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -124,5 +124,5 @@ functions conform to
124.Sh HISTORY 124.Sh HISTORY
125The 125The
126.Fn strncat 126.Fn strncat
127function first first appeared in 127function first appeared in
128.At v7 . 128.At v7 .