Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2015 01:51:11 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287088 - head/lib/libc/string
Message-ID:  <201508240151.t7O1pBvw040215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Mon Aug 24 01:51:10 2015
New Revision: 287088
URL: https://svnweb.freebsd.org/changeset/base/287088

Log:
  Update bzero(3) manpage to following the Posix Standard.
  
  Reviewed by:		wblock, pfg
  Approved by:		bapt (mentor)
  Differential Revision:	D3380

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

Modified: head/lib/libc/string/bzero.3
==============================================================================
--- head/lib/libc/string/bzero.3	Mon Aug 24 00:34:09 2015	(r287087)
+++ head/lib/libc/string/bzero.3	Mon Aug 24 01:51:10 2015	(r287088)
@@ -31,7 +31,7 @@
 .\"	@(#)bzero.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd October 6, 2014
+.Dd August 24, 2015
 .Dt BZERO 3
 .Os
 .Sh NAME
@@ -88,3 +88,11 @@ function first appeared in
 .Ox 5.5
 and
 .Fx 11.0 .
+.Pp
+.St -p1003.1-2008
+removes the specification of
+.Fn bzero
+and it is marked as LEGACY in
+.St -p1003.1-2004 .
+For portability with other systems new programs should use
+.Xr memset 3 .



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