Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib/libc/string Pull up revision 1.8 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/18855892d4f7
branches: netbsd-1-4
changeset: 470733:18855892d4f7
user: he <he%NetBSD.org@localhost>
date: Wed Jul 05 21:01:57 2000 +0000
description:
Pull up revision 1.8 (requested by he):
Add reference to newly added strlcat() and strlcpy().
diffstat:
lib/libc/string/strcpy.3 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r a5f3f7e58df4 -r 18855892d4f7 lib/libc/string/strcpy.3
--- a/lib/libc/string/strcpy.3 Wed Jul 05 21:01:40 2000 +0000
+++ b/lib/libc/string/strcpy.3 Wed Jul 05 21:01:57 2000 +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.7.2.1 2000/07/05 21:01:57 he 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