Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/string don't forget the LIBRARY section



details:   https://anonhg.NetBSD.org/src/rev/bdab8713c6e8
branches:  trunk
changeset: 504420:bdab8713c6e8
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Mar 02 04:52:08 2001 +0000

description:
don't forget the LIBRARY section

diffstat:

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

diffs (18 lines):

diff -r 6a5700b322a4 -r bdab8713c6e8 lib/libc/string/strlcpy.3
--- a/lib/libc/string/strlcpy.3 Fri Mar 02 04:51:14 2001 +0000
+++ b/lib/libc/string/strlcpy.3 Fri Mar 02 04:52:08 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strlcpy.3,v 1.4 2001/01/25 22:39:19 jdolecek Exp $
+.\"    $NetBSD: strlcpy.3,v 1.5 2001/03/02 04:52:08 cgd Exp $
 .\" from OpenBSD: strlcpy.3,v 1.11 2000/11/16 23:27:41 angelos Exp
 .\"
 .\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller%courtesan.com@localhost>
@@ -33,6 +33,8 @@
 .Nm strlcpy ,
 .Nm strlcat
 .Nd size-bounded string copying and concatenation
+.Sh LIBRARY
+.Lb libc
 .Sh SYNOPSIS
 .Fd #include <string.h>
 .Ft size_t



Home | Main Index | Thread Index | Old Index