Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string xref strlcpy & strlcat
details: https://anonhg.NetBSD.org/src/rev/905a00543f01
branches: trunk
changeset: 476789:905a00543f01
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Sep 28 02:15:07 1999 +0000
description:
xref strlcpy & strlcat
diffstat:
lib/libc/string/strcat.3 | 6 ++++--
lib/libc/string/strcpy.3 | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (45 lines):
diff -r 6893daba9e57 -r 905a00543f01 lib/libc/string/strcat.3
--- a/lib/libc/string/strcat.3 Mon Sep 27 23:59:50 1999 +0000
+++ b/lib/libc/string/strcat.3 Tue Sep 28 02:15:07 1999 +0000
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcat.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: strcat.3,v 1.6 1998/02/05 18:50:43 perry Exp $
+.\" $NetBSD: strcat.3,v 1.7 1999/09/28 02:15:07 lukem Exp $
.\"
.Dd June 4, 1993
.Dt STRCAT 3
@@ -86,7 +86,9 @@
.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
diff -r 6893daba9e57 -r 905a00543f01 lib/libc/string/strcpy.3
--- a/lib/libc/string/strcpy.3 Mon Sep 27 23:59:50 1999 +0000
+++ b/lib/libc/string/strcpy.3 Tue Sep 28 02:15:07 1999 +0000
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: strcpy.3,v 1.7 1999/03/22 19:44:58 garbled Exp $
+.\" $NetBSD: strcpy.3,v 1.8 1999/09/28 02:15:07 lukem Exp $
.\"
.Dd June 4, 1993
.Dt STRCPY 3
@@ -114,7 +114,8 @@
.Xr bcopy 3 ,
.Xr memccpy 3 ,
.Xr memcpy 3 ,
-.Xr memmove 3
+.Xr memmove 3 ,
+.Xr strlcpy 3
.Sh STANDARDS
The
.Fn strcpy
Home |
Main Index |
Thread Index |
Old Index