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.7 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/a5f3f7e58df4
branches:  netbsd-1-4
changeset: 470732:a5f3f7e58df4
user:      he <he%NetBSD.org@localhost>
date:      Wed Jul 05 21:01:40 2000 +0000

description:
Pull up revision 1.7 (requested by he):
  Add reference to newly added strlcat() and strlcpy().

diffstat:

 lib/libc/string/strcat.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r c1b79ba5a54f -r a5f3f7e58df4 lib/libc/string/strcat.3
--- a/lib/libc/string/strcat.3  Wed Jul 05 21:00:52 2000 +0000
+++ b/lib/libc/string/strcat.3  Wed Jul 05 21:01:40 2000 +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.6.2.1 2000/07/05 21:01:40 he 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



Home | Main Index | Thread Index | Old Index