Commit Graph

573 Commits

Author SHA1 Message Date
wiz 835deee1f9 Document ipkdb_trap based on comments by ws. 2002-06-02 11:21:53 +00:00
wiz 4edf535225 For macro arguments, separate punctuation from the argument so that the
punctuation does not get marked up with it.
2002-06-01 09:16:08 +00:00
nathanw d7d367fd73 Couple of .Dv fixes. 2002-06-01 00:27:19 +00:00
kleink bb1e88c03b Add missing bus_space_vaddr(9) link. 2002-05-31 11:11:26 +00:00
wiz 78f4a66615 Drop trailing spaces. 2002-05-28 11:41:45 +00:00
itojun f8b9b40efd add arc4random(9). 2002-05-28 11:35:40 +00:00
itojun 7c04a2ebc6 nroff fixes, from openbsd via kame 2002-05-28 11:34:44 +00:00
wiz bdc63189e4 Uppercase PCB. 2002-05-25 11:40:02 +00:00
wiz 7dc225507c Improve formatting. End list with .El. 2002-05-25 11:37:34 +00:00
wiz f53504b9e9 Standardize spelling. 2002-05-25 11:08:21 +00:00
wiz 1d4b57bbcf ispell 2002-05-25 11:07:28 +00:00
wiz 58fa596f1c Remove a superfluous 'no'. kern/17022 by John Heasley. 2002-05-25 10:45:39 +00:00
wiz 171f5bbdd8 Fix Dt. 2002-05-25 10:44:38 +00:00
wiz 24a55aa86f Fix Xref. 2002-05-25 10:44:22 +00:00
gmcgarry fc81003482 Document some mandatory machine-dependent interfaces. Addresses PR16272. 2002-05-25 02:16:35 +00:00
wiz 4ec2ce6e75 mdoc police, and a slight grammar improvement. 2002-05-19 15:24:35 +00:00
sommerfeld f5b0c9f28f Describe swizzled vs. unswizzled interrupt fun 2002-05-18 23:03:19 +00:00
bouyer 30ff94427d Note PERIPH_CAP_DT for DT clocking capability, and that CAP_SYNC/CAP_WIDE*
is for ST clocking only.
2002-05-15 11:17:32 +00:00
wiz d30d25dc1a Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
atatat 66ffa38431 Provide some documentation on the EPASSTHROUGH new world order. 2002-04-28 14:13:38 +00:00
enami d60499e75b Fix sample code:
- Put single space around binary operator or after a comma.
- Lineup case label with switch().
- ANSIfy.
- Use \e to print \.
- Deref the pointer to get a value.
2002-04-22 08:44:05 +00:00
wiz d2c35cc474 Various fixes, from spelling to mdoc. 2002-04-05 23:19:31 +00:00
bouyer 99ff14de48 Add a man page for mstohz() 2002-04-05 18:30:32 +00:00
heinz 7719786762 wording 2002-04-02 14:16:34 +00:00
heinz 87e2a62572 typos 2002-04-02 14:14:45 +00:00
chs 272a0d7448 correct and clarify the previous revision. 2002-04-01 17:30:02 +00:00
manu f5542b6481 Added uvm_swap_stats() 2002-03-29 08:56:31 +00:00
eeh fe394d06b6 Explicitly document previously undocumented (and changed) semantics
of pmap_clear_reference and pmap_clear_modify.
2002-03-28 18:22:20 +00:00
heinz 503cf59ccc some typos 2002-03-23 22:36:45 +00:00
wiz 728eccc7b2 Markup fix. 2002-03-19 10:34:50 +00:00
gmcgarry f7968ef883 Document keymaps. 2002-03-19 05:35:18 +00:00
ad 3f357e222f Sync with reality. 2002-03-16 12:10:18 +00:00
wiz 42aa648b4c Remove a superfluous comma. 2002-03-13 21:45:38 +00:00
kent abc0e4d655 Fix a typo 2002-03-13 03:46:55 +00:00
kent d1b86e1e52 Update struct audio_params and description of set_params().
Feel free to correct my poor English ;-)
2002-03-11 15:09:51 +00:00
wiz 2f9d07f100 ispell, and a grammar fix. 2002-03-10 18:39:42 +00:00
junyoung a59447b7ad Fix typos. 2002-03-10 17:31:25 +00:00
kleink 26c19c6081 Fix the declaration of the function to be registered with kthread_create{,1};
from Peter Seebach in PR kern/15838.
2002-03-08 23:03:23 +00:00
kleink 1bab3ca63c * Sync with implementation: declare the `id' argument to pci_conf_hook()
as pcireg_t, which is more appropriate.
* Fix the argument order to pci_conf_hook (d'oh!).
2002-02-25 00:40:19 +00:00
reinoud 4ce664ad5c Add the missing `int free_list' argument to the uvm_page_physadd() in the
documentation.
2002-02-21 21:52:27 +00:00
kleink 76f3f21f4c Be a little more specific about cacheline_size. 2002-02-21 20:27:35 +00:00
kleink e02250730b Document firstbus and cacheline_size arguments, too. 2002-02-21 16:26:27 +00:00
ross 4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
uwe e32fc00efe s/passwd/passed/ 2002-02-12 16:14:13 +00:00
wiz a774afda30 Whitespace nits, and a paragraph fix. 2002-02-11 22:09:18 +00:00
eeh 1c986d2f83 New fine-grained BUS_SPACE_SYNC* operations. Since these are completely
machine dependent, port maintainers need to implement them themselves.
2002-02-11 22:05:13 +00:00
kleink 6ba195c4e1 Add link for pci_conf_hook(). 2002-02-11 18:48:03 +00:00
kleink 47294af050 Add documentation for pci_conf_hook(). 2002-02-11 18:43:39 +00:00
wiz 441cd2f38e Fix typo reported in misc/15524. 2002-02-07 14:30:22 +00:00
ross 8bd7cb6a69 Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
  never know that from its frequent use in this tree. There is a
  "-offset indent" combination that makes sense, and you can certainly
  say "-width indent".

* Also, you can't markup the -width option argument, tho you CAN
  use a callable macro. So "-width Ar filename" doesn't make sense,
  but either "-width Ar" or "-width filename" does, as might something
  like "-width xxfilename" for a little extra space.

* There are a lot of needlessly complex hanging tag macros in man4 used
  to create simple item lists. Those should be simplified one of these
  days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
eeh 1630fbf09b De-clunikfy some grammar. 2002-02-01 18:47:17 +00:00
wiz 0f1c65a154 Remove superfluous dot. 2002-01-21 17:39:18 +00:00
wiz 6147e5d240 Fix typo in macro. 2002-01-21 17:38:21 +00:00
nathanw 0244dbad00 Reserve the SA malloc type on the trunk. 2002-01-12 00:00:39 +00:00
deberg 2549a25553 sync type list with <sys/malloc.h> 2002-01-07 01:00:31 +00:00
deberg fe19c3cc0e add MALLOC.9 and FREE.9 2002-01-07 00:59:43 +00:00
deberg 83b973efe6 typos 2002-01-06 22:42:41 +00:00
deberg bf6454fc5c fix typo 2002-01-06 22:15:19 +00:00
deberg 8c068e11b6 add VOP_GETPAGES to NAME and create link 2002-01-06 21:29:20 +00:00
deberg d9337359c8 fix typo 2002-01-05 20:35:49 +00:00
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