summaryrefslogtreecommitdiffstats
path: root/share/man/man4/an.4
Commit message (Collapse)AuthorAgeFilesLines
* Update man pages in the section 4 to match the reality in -CURRENT.yokota2001-10-131-1/+0
| | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-1/+1
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+1
|
* Typo ("no not" -> "do not")billf2001-04-071-1/+1
| | | | Submitted by: Dave McKay <monk@sneakerz.org>
* change the default mode from adhoc to bss (infrastructure)assar2001-03-121-9/+1
| | | | Reviewed by: Brooks Davis <brooks@one-eyed-alien.net>
* These pages are not i386-specific.ru2001-02-201-1/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-3/+6
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-8/+16
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* First round of config related changes to the manpages.asmodai2000-01-231-1/+1
| | | | device blah0 -> device blah for PCI devices and busses.
* Usage of ``net'' in the device argument list is deprecated.asmodai2000-01-171-1/+1
|
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-0/+117
NICs. (Finally!) The PCMCIA, ISA and PCI varieties are all supported, though only the ISA and PCI ones will work on the alpha for now. PCCARD, ISA and PCI attachments are all provided. Also provided an ancontrol(8) utility for configuring the NIC, man pages, and updated pccard.conf.sample. ISA cards are supported in both ISA PnP and hard-wired mode, although you must configure the kernel explicitly to support the hardwired mode since you have to know the I/O address and port ahead of time. Special thanks to Doug Ambrisko for doing the initial newbus hackery and getting it to work in infrastructure mode.
OpenPOWER on IntegriCloud