summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2013-12-19 22:00:58 +0000
committerjmc <>2013-12-19 22:00:58 +0000
commite9b8af9101b84fecac7034057f8fb1084724d7ba (patch)
treefc81ac868bdc3e1baeeb5dbf6f023ad86035a02f
parent062d999e00c36692605b1ac394ffcfbb340e1771 (diff)
downloadopenbsd-e9b8af9101b84fecac7034057f8fb1084724d7ba.tar.gz
openbsd-e9b8af9101b84fecac7034057f8fb1084724d7ba.tar.bz2
openbsd-e9b8af9101b84fecac7034057f8fb1084724d7ba.zip
fix double word error;
-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 .