diff options
author | delphij <delphij@FreeBSD.org> | 2014-10-07 04:59:11 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-10-07 04:59:11 +0000 |
commit | 7ec118515fb7f893e4b294080d17207ab8351908 (patch) | |
tree | 58ba6c2949029cdad248c421b71bb3931cbd086d /lib/libc/string | |
parent | d098712c8c984ce1dbdd8f32d59d657911abf383 (diff) | |
download | FreeBSD-src-7ec118515fb7f893e4b294080d17207ab8351908.zip FreeBSD-src-7ec118515fb7f893e4b294080d17207ab8351908.tar.gz |
Add MLINK for explicit_bzero(3) and bump .Dd date.
MFC after: 2 weeks
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/Makefile.inc | 1 | ||||
-rw-r--r-- | lib/libc/string/bzero.3 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 04f6376..385837c 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -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 \ diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index ea572be..5af1bcf 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -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 |