Add MLINK for explicit_bzero(3) and bump .Dd date.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2014-10-07 04:59:11 +00:00
parent 0ef99c7017
commit af1360206c
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 wcscoll.3 wcstok.3 \
wcswidth.3 wcsxfrm.3 wmemchr.3
MLINKS+=bzero.3 explicit_bzero.3
MLINKS+=ffs.3 ffsl.3 \
ffs.3 ffsll.3 \
ffs.3 fls.3 \

View File

@ -31,7 +31,7 @@
.\" @(#)bzero.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd June 4, 1993
.Dd October 6, 2014
.Dt BZERO 3
.Os
.Sh NAME