Commit Graph

463 Commits

Author SHA1 Message Date
wiz a152e6e23e Whitespace nits. 2002-01-02 02:15:42 +00:00
augustss 1ec3f0c9cc Remove factual errors from the radio man pages.
Also rearrange some information.
2002-01-02 02:08:02 +00:00
augustss 80fe404c6a Add radio(4) man pages. 2002-01-01 22:09:42 +00:00
wiz ec03906847 Fix the typo reported in PR #15062 and another one. 2001-12-27 13:20:53 +00:00
wiz 8a30edc62f Drop a .Pp. 2001-12-26 01:10:32 +00:00
wiz 103e7a7f14 Whitespace nit. 2001-12-26 01:10:11 +00:00
wiz 83d0300fdb Empty lines vs. .Pp cleanup, and sort sections. 2001-12-26 01:08:56 +00:00
wiz a64bb9915b Empty lines vs. .Pp cleanup. 2001-12-26 01:08:41 +00:00
wiz 3f37d4c950 Sort sections. 2001-12-26 01:07:45 +00:00
wiz a8cecf0840 Drop some .Pp, sort sections. 2001-12-26 01:02:01 +00:00
wiz 694d483d3e Fix SEE ALSO section. 2001-12-26 00:24:32 +00:00
wiz e0fd4da4e6 Drop some .Pps. 2001-12-26 00:24:16 +00:00
wiz a0a66802fa Fix SEE ALSO section. 2001-12-26 00:16:30 +00:00
jdolecek 165f781c45 Some basic documentation of uvm_loan() and uvm_unloan() 2001-12-24 12:28:46 +00:00
soren 8918a1ba7f Reflect pcmcia_mem_map(9) interface change. 2001-12-15 13:23:29 +00:00
soren 171d50ebca By analogy with cardbus.9, call it 'PCMCIA PC-Card'. 2001-12-15 12:43:36 +00:00
gmcgarry c0ac5406a7 Use "machine description file" and "device definition files" correctly. 2001-12-13 19:29:32 +00:00
gmcgarry 612fadfc86 Document the defflag and defparam statements. 2001-12-13 19:26:50 +00:00
wiz f79e9ad9e5 Massively improve markup, fix a sentence and two xrefs. 2001-12-07 18:49:30 +00:00
gmcgarry 3bd93d8e74 This is tc.9, not ioasic.9 2001-12-05 23:49:40 +00:00
augustss a240e78b7f Link malloc_roundup.9 to the right thing; section 9 links were off by one. 2001-12-05 21:13:59 +00:00
enami 20b9d83486 proc0 isn't the init. 2001-12-05 13:51:43 +00:00
ad 079e2a0548 Document malloc_roundup(). 2001-12-05 12:44:24 +00:00
lukem 0de64177a3 add hash(9) 2001-12-05 07:31:24 +00:00
wiz 04b24f8e2a Misc fixes. 2001-12-04 23:42:02 +00:00
wiz 8a84fcd9f0 Sort SEE ALSO. 2001-12-04 23:16:15 +00:00
jdolecek 7851c7aacd document M_CANFAIL 2001-12-04 20:39:02 +00:00
jdolecek 20353052f0 the dump device isn't hardcoded into compiled kernel commonly nowadays
xref swapctl(8)
2001-12-04 19:56:55 +00:00
wiz a4f2821180 Drop a space, and mark-up EINVAL. 2001-12-02 08:40:27 +00:00
gmcgarry 796fcac29a Documentation for itimerfix(9), from Christos Zoulas. 2001-12-02 02:26:26 +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
wiz 267e4b3d45 No point in using __P in prototype declarations in man pages. 2001-11-28 16:49:02 +00:00
wiz 79f04cbeec No point in using __P in prototype declarations in man pages.
Complete a prototype while I'm here.
2001-11-28 16:48:11 +00:00
kleink e5cc0a04fb No point in using __P for prototype declarations in a manual page. 2001-11-28 16:39:35 +00:00
jdolecek 3abeb309bf Use <sys/systm.h> instead of <systm.h>. Noted in kern/14697 by John Franklin 2001-11-23 23:46:44 +00:00
wiz c503012367 Sort sections. 2001-11-18 23:00:10 +00:00
kleink 735f41a128 Create a bus_space_mmap(9) link, too. 2001-11-18 12:02:13 +00:00
lukem 69e1926249 document M_PIPE, M_AGP, M_PROP 2001-11-17 03:54:36 +00:00
lukem 576eed5512 Add new malloc(9) flag M_ZERO - zeros memory before returning.
From Poul-Henning Kamp's equivalent enhancement in FreeBSD.
2001-11-17 03:50:27 +00:00
wiz 73680f8d68 Drop a spare .Pp. 2001-11-01 01:13:43 +00:00
gmcgarry 8e84a660f0 Document new VEXECMAP vnode flag and rename vn_marktext() to vn_markexec(). 2001-10-31 19:53:07 +00:00
jdolecek 39ecb68bcf fix typo in example code 2001-10-29 23:04:29 +00:00
gmcgarry 305a93a18f TurboChannel -> TURBOchannel. Pointed out by Tohru Nishimura. 2001-10-29 18:59:55 +00:00
gmcgarry a51e9664a9 - simple_lock_unlock() -> simple_unlock()
- include description of LK_INTERLOCK flag

Improvements suggested by Anthony Mallet in PR-14367.
2001-10-27 06:06:19 +00:00
jdolecek 9f786f908f Fix typo - it's <dev/mca/mcadevs.h>, not <dev/tc/mcadevs.h>.
Reported by Miod Vallat in misc/14365.
2001-10-26 17:10:22 +00:00
yamt 2b98bd0728 - VOP_READDIR will remain vnode locked.
- our VOP_FSYNC doesn't have argument "waitfor".
- IO_SYNC is synchronous.
- remove a repeated sentence in VOP_UNLOCK.
- fix some misspells.
2001-10-26 06:24:08 +00:00
yamt 43a577818e s/falg/flag/ 2001-10-26 03:48:41 +00:00
enami 4644bbe41d s/fnctl/fcntl/ 2001-10-24 09:01:47 +00:00
gmcgarry 18a46c1d6c mount.9 doesn't exist (yet?) 2001-10-22 20:47:05 +00:00
gmcgarry 3cda02af37 wsemul.9 was merged with wsdisplay.9 2001-10-22 20:43:03 +00:00