Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 04:59:12 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272675 - head/lib/libc/string
Message-ID:  <201410070459.s974xCKK037353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Tue Oct  7 04:59:11 2014
New Revision: 272675
URL: https://svnweb.freebsd.org/changeset/base/272675

Log:
  Add MLINK for explicit_bzero(3) and bump .Dd date.
  
  MFC after:	2 weeks

Modified:
  head/lib/libc/string/Makefile.inc
  head/lib/libc/string/bzero.3

Modified: head/lib/libc/string/Makefile.inc
==============================================================================
--- head/lib/libc/string/Makefile.inc	Tue Oct  7 04:54:47 2014	(r272674)
+++ head/lib/libc/string/Makefile.inc	Tue Oct  7 04:59:11 2014	(r272675)
@@ -36,6 +36,7 @@ MAN+=	bcmp.3 bcopy.3 bstring.3 bzero.3 f
 	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 \

Modified: head/lib/libc/string/bzero.3
==============================================================================
--- head/lib/libc/string/bzero.3	Tue Oct  7 04:54:47 2014	(r272674)
+++ head/lib/libc/string/bzero.3	Tue Oct  7 04:59:11 2014	(r272675)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410070459.s974xCKK037353>