summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2014-04-19 16:50:46 +0000
committerjmc <>2014-04-19 16:50:46 +0000
commite29d82f14d4a36a8824cc04cd277e44188f87e43 (patch)
tree58d5be527a47d6d25343284dff0d83a1afb7ae5c
parent7fb8aec9a66954a70e96f9ce5f61043f9052ac1f (diff)
downloadopenbsd-e29d82f14d4a36a8824cc04cd277e44188f87e43.tar.gz
openbsd-e29d82f14d4a36a8824cc04cd277e44188f87e43.tar.bz2
openbsd-e29d82f14d4a36a8824cc04cd277e44188f87e43.zip
tweak previous;
Diffstat (limited to '')
-rw-r--r--src/lib/libc/string/strncat.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/string/strncat.3 b/src/lib/libc/string/strncat.3
index c0a0da57c7..d314a9999a 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.3 2014/04/19 11:30:40 deraadt Exp $ 1.\" $OpenBSD: strncat.3,v 1.4 2014/04/19 16:50:46 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.
@@ -116,7 +116,6 @@ if (snprintf(buf, sizeof(buf), "%s%s",
116 base, suffix) >= sizeof(buf)) 116 base, suffix) >= sizeof(buf))
117 goto toolong; 117 goto toolong;
118.Ed 118.Ed
119
120.Sh SEE ALSO 119.Sh SEE ALSO
121.Xr strlcpy 3 , 120.Xr strlcpy 3 ,
122.Xr wcscat 3 , 121.Xr wcscat 3 ,
@@ -124,7 +123,7 @@ if (snprintf(buf, sizeof(buf), "%s%s",
124.Sh STANDARDS 123.Sh STANDARDS
125The 124The
126.Fn strncat 125.Fn strncat
127function conform to 126function conforms to
128.St -ansiC . 127.St -ansiC .
129.Sh HISTORY 128.Sh HISTORY
130The 129The