| Age | Commit message (Collapse) | Author |
|
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
|
|
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
|
Reviewed by: wblock, pfg
Approved by: bapt (mentor)
Differential Revision: D3380
Notes:
svn path=/head/; revision=287088
|
|
MFC after: 2 weeks
Notes:
svn path=/head/; revision=272675
|
|
Obtained from: OpenBSD
MFC after: 2 weeks
Notes:
svn path=/head/; revision=272673
|
|
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
|
|
clause.
# If I've done so improperly on a file, please let me know.
Notes:
svn path=/head/; revision=165903
|
|
Notes:
svn path=/head/; revision=119893
|
|
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
|
|
Notes:
svn path=/head/; revision=84306
|
|
Notes:
svn path=/head/; revision=79754
|
|
Notes:
svn path=/head/; revision=79531
|
|
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
|
Notes:
svn path=/head/; revision=50476
|
|
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
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|