summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc')
-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 .