don't forget the LIBRARY section

This commit is contained in:
cgd 2001-03-02 04:52:08 +00:00
parent bf630787f7
commit 21e6278642

View File

@ -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>
@ -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