Commit Graph

45 Commits

Author SHA1 Message Date
alc
9abba19570 kills a few `caddr_t' occurences still present in manpage 2007-07-30 22:48:46 +00:00
dogcow
c1a14b53bd running in emulated wizd mode, convert caddr_t to void *. 2007-03-07 00:41:16 +00:00
wiz
2ca3b72c7e Bump date for previous. 2006-07-30 00:25:24 +00:00
dyoung
01868ae406 Let there be no mistake, m_makewritable() does not guarantee that
the writable bytes [off, off+len) are consecutive.
2006-07-28 17:30:53 +00:00
riz
9cb092c876 Fix up the description of m_copyback_cow(), which was at best
ambiguous, and at worst, wrong.
2006-03-29 19:36:55 +00:00
yamt
653095ecab document M_MOVE_PKTHDR. 2005-08-23 09:34:11 +00:00
wiz
3b8ef989f3 Sort SEE ALSO. 2005-07-02 10:59:10 +00:00
kleink
e02a83a82d Xref m_tag(9); suggested by Peter Postma for closure of kern/20170. 2005-07-01 15:19:16 +00:00
peter
f4f599fe83 Add ".An -nosplit" to avoid getting newlines for every .An macro. 2005-07-01 14:54:02 +00:00
bad
cf6ebbf616 Be explicit about which beginning the offset is applied to in m_copydata(). 2005-06-02 11:38:28 +00:00
wiz
a9befaa6d5 Bump date for mtocl, cltom removal. 2005-03-18 11:02:40 +00:00
yamt
e087565b66 remove cltom and mtocl. they've gone away long time ago. 2005-03-18 10:57:18 +00:00
wiz
1b174bc3bf New sentence, new line. Zero is no defined value, just a number. 2004-12-15 15:39:03 +00:00
wiz
d33e4d47b8 Drop trailing whitespace. 2004-12-15 15:37:01 +00:00
spz
3ca52e72db adds a description of m_apply
closes PR kern/26059
has been looked at by Jason Thorpe and Christos Zoulas
2004-12-12 21:04:16 +00:00
wiz
b19910cb19 mdoc and Grammar improvements (at least I hope so :) ). 2004-09-06 16:25:29 +00:00
yamt
ca6f5d2af0 - document m_copyback_cow and m_makewritable.
- note limitations of m_copyback.
- bump date.
2004-09-06 09:45:27 +00:00
yamt
60990de075 sync with reality and more note. (MEXTADD) 2003-05-27 13:04:25 +00:00
wiz
472351e13d Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
wiz
990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
grant
7dc9239d40 The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
2003-02-14 15:20:17 +00:00
jschauma
0a4453cc1e Fix typos noted by Igor Sobrado in PR misc/19641 (some already fixed
by others):

MCHTYPE(9)      - implemntation (implementation)
VFS_CHECKEXP(9) - specied (specified), acces (access)
VOP_ABORTOP(9)  - singla (single), implments (implements),
		callling (calling), credientials (credentials)
2003-01-03 04:18:57 +00:00
wiz
770eef2122 New sentence, new line. 2002-10-14 13:43:14 +00:00
wiz
d30d25dc1a Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
ross
4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
wiz
3f37d4c950 Sort sections. 2001-12-26 01:07:45 +00:00
kleink
134596bbcd Add missing `size' argument to MEXTADD declaration; from Yannick Montulet
in PR misc/14758.
2001-11-28 19:14:56 +00:00
kleink
e5cc0a04fb No point in using __P for prototype declarations in a manual page. 2001-11-28 16:39:35 +00:00
wiz
42a2a8e490 Boring whitespace fixes. 2001-09-04 02:51:15 +00:00
itojun
5145bbe967 document behavior of M_{LEADING,TRAILING}SPACE when mbuf data portion is shared.
(NOTE: this is a netbsd-only behavior)
2001-07-28 16:19:12 +00:00
itojun
2cb84fbf40 wording - refer to [off, off + len] by "the contiguous region", it should
be more clear
2001-06-28 23:15:24 +00:00
itojun
540d501b6f document m_pulldown (grammar check anyone?).
document m_pullup length restriction (len <= MHLEN).
2001-06-28 23:02:47 +00:00
kleink
b687a173a9 Correct mtod() return data type. 2001-06-17 12:36:14 +00:00
wiz
9f63abe263 Replace a .Xr with a .Pa. 2001-04-09 17:14:38 +00:00
lukem
279552d3db fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced.
  e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
  using `.Nm ""' if there's stuff following, or for the 2nd and so on
  occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
itojun
ce80048889 document m_dup(9). talk a little bit about issues with shared
external storage (M_EXT).
2000-10-13 04:19:58 +00:00
tv
7c8513ea3b MLINK2->M_LINK2, also make the listing of these three options be more in
line with the columnar layout.
2000-08-14 17:34:12 +00:00
enami
82d7115cf2 Don't pass so many args to .Nd macro. It just overflows. 1999-11-19 01:12:39 +00:00
garbled
e4c16bfb11 More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 00:40:46 +00:00
mycroft
6bb985323b Fix formatting errors (bad sentence breaks). 1999-03-06 22:09:29 +00:00
msaitoh
6f4ce5dfdd Eliminate extra comma in SEE ALSO section 1998-09-03 08:12:56 +00:00
ross
7c7c171d13 Add David Brownlee's new intro pages, with editing. (PR #534[23])
Also, while here, expand apparently incorrectly .Dd month abbreviations.
(I thought about doing this in tmac/doc-common...heh...that would have
allowed a possible reverse map back to abbreviations.)
1998-04-22 07:14:30 +00:00
mikel
ccbf3f5da5 fix capitalization as noted by Chris Demetriou in PR 4377
while I'm here, fix numerous spelling, grammar, and -mdoc macro usage bugs
1997-11-27 06:17:58 +00:00
mrg
6be07a674c add missing .Nm calls and MLINKS. from spz@serpens.swb.de 1997-11-12 00:47:32 +00:00
kleink
9a0df2e337 Add manual page containing documentation on mbuf management functions and
macros; contributed by S.P.Zeidler <spz@serpens.swb.de>.
1997-10-04 14:04:15 +00:00