summaryrefslogtreecommitdiff
path: root/lib/libc/string/bzero.3
AgeCommit message (Collapse)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
Remove /^\.\\"\s*\$FreeBSD\$$\n/
2015-08-24Update bzero(3) manpage to following the Posix Standard.Marcelo Araujo
Reviewed by: wblock, pfg Approved by: bapt (mentor) Differential Revision: D3380 Notes: svn path=/head/; revision=287088
2014-10-07Add MLINK for explicit_bzero(3) and bump .Dd date.Xin LI
MFC after: 2 weeks Notes: svn path=/head/; revision=272675
2014-10-07Add explicit_bzero(3) and its kernel counterpart.Xin LI
Obtained from: OpenBSD MFC after: 2 weeks Notes: svn path=/head/; revision=272673
2013-05-28Renumber clauses to reduce diffs to other versionsEd Maste
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. Notes: svn path=/head/; revision=251069
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
2003-09-08mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov
Notes: svn path=/head/; revision=119893
2002-09-01 - Let their manual pages show the reader that the bzero(3) andRobert Drehmel
bcopy(3) functions are prototyped in <strings.h> and not in <string.h> anymore. - Add a sentence about that to the respective HISTORY sections. In the C source files: - Include <string.h> or <strings.h> depending on what function is to be compiled. - Use ANSI-C function definitions. Notes: svn path=/head/; revision=102809
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
Notes: svn path=/head/; revision=84306
2001-07-15Remove whitespace at EOL.Dima Dorfman
Notes: svn path=/head/; revision=79754
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
Notes: svn path=/head/; revision=79531
2000-04-21Introduce ".Lb" macro to libc manpages.Alexey Zelkin
More libraries manpages updates following. Notes: svn path=/head/; revision=59460
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50476
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573