Ruslan Ermilov
b74e63f284
mdoc(7) police: Removed extraneous .No call. The .Nm macro in
...
mdocNG has been fixed to properly handle its arguments so this
was causing the extraneous (undesirable) space.
2001-02-07 10:11:57 +00:00
Ruslan Ermilov
3136363f3e
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
Poul-Henning Kamp
1921a06d6a
Introduce the M_ZERO flag to malloc(9)
...
Instead of:
foo = malloc(sizeof(foo), M_WAIT);
bzero(foo, sizeof(foo));
You can now (and please do) use:
foo = malloc(sizeof(foo), M_WAIT | M_ZERO);
In the future this will enable us to do idle-time pre-zeroing of
malloc-space.
2000-10-20 17:54:55 +00:00
Sheldon Hearn
1111b49c35
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-03 14:05:08 +00:00
Matthew Dillon
cc4a02e299
Bring kernel malloc documentation up to date, including the example.
...
PR: docs/10059
1999-09-29 16:49:18 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Nik Clayton
5bf6ab8369
Add $Id$, to make it simpler for members of the translation teams to
...
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
1999-07-12 21:02:10 +00:00
Mike Pritchard
5d70612b3f
Fix some typos and do some minor mdoc cleanup.
1999-06-27 02:38:46 +00:00
Alexander Langer
43d1df332e
Removed occurrences of consecutive repeated words (such as "the the").
1999-02-12 02:12:08 +00:00
Matthew Dillon
557d5a1caa
M_AWAIT changed to M_ASLEEP
1998-12-23 01:06:57 +00:00
Matthew Dillon
367f1374e1
Documentation update for new M_AWAIT flag to kernel malloc, plus revamp
...
the descriptions of the flags and return value.
1998-12-23 01:05:06 +00:00
Poul-Henning Kamp
0b014ec5ac
Fix argument reversal in example.
...
PR: 7138
Reviewed by: phk
Submitted by: Robert Watson <robert+freebsd@cyrus.watson.org>
1998-07-02 05:37:33 +00:00
James Raynard
73d8529af3
Fix a few typos.
1998-02-28 15:37:25 +00:00
Bruce Evans
b1d3fc49a9
Fixed a missing #include in the synopsis.
1998-01-16 18:06:23 +00:00
Poul-Henning Kamp
2a94e401b5
Update malloc.9 to reflect new reality.
1997-10-11 08:11:31 +00:00
Mike Pritchard
88cf6634a5
Add malloc(9) to document the kernel malloc() and free() routines.
...
Obtained from: NetBSD w/changes to reflect current FreeBSD headers
and diagnostic messages.
1997-03-22 23:50:21 +00:00