summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcat.3
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1998-11-28 14:51:35 +0000
committerMarc Espie <espie@cvs.openbsd.org>1998-11-28 14:51:35 +0000
commitb77e710b77930242c29b776114492ab08aa2f1c9 (patch)
tree6a121ed0506099885b207b0eb763401a78ec58b0 /lib/libc/string/strcat.3
parentaa2370b3f80656512ff68fd5eab06b3eb140443c (diff)
.Xr strlcat, strlcpy
Diffstat (limited to 'lib/libc/string/strcat.3')
-rw-r--r--lib/libc/string/strcat.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 686afd3f2e5..3aa171ce886 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strcat.3,v 1.3 1997/07/09 00:19:53 millert Exp $
+.\" $OpenBSD: strcat.3,v 1.4 1998/11/28 14:51:34 espie Exp $
.\"
.Dd July 8, 1997
.Dt STRCAT 3
@@ -85,7 +85,9 @@ return the pointer
.Xr memccpy 3 ,
.Xr memcpy 3 ,
.Xr memmove 3 ,
-.Xr strcpy 3
+.Xr strcpy 3 ,
+.Xr strlcat 3 ,
+.Xr strlcpy 3
.Sh STANDARDS
The
.Fn strcat