Baptiste Daroussin
6c89995002
use .Mt to mark up email addresses consistently (final part)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-26 21:46:14 +00:00
Christian Brueffer
a25ecdff1f
Xref altq(4) for drivers that support it according to altq(4).
2007-01-30 08:40:04 +00:00
Tom Rhodes
16d78bb878
Work around an apparent mdoc(7) bug.
...
Spotted by: marius
Discussed with: ru
2005-10-07 02:32:16 +00:00
Tom Rhodes
90296834d9
Break long lines and kill a few instances of EOL whitespace.
...
Noticed by: ru
2005-07-21 05:02:39 +00:00
Tom Rhodes
86e3186efa
Add a "Load module on start up" comment, similar to mac_*.4 pages[1].
...
Quote .Cd and .Nd text.
Bump doc date.
Requested by: some user through ru
Supported by: ru, dwmalone, brueffer
2005-07-19 00:26:30 +00:00
Bruce A. Mah
56fe73c36e
Mention Cisco and Xircom devices supported by an driver.
2003-11-08 22:48:23 +00:00
Warner Losh
43d16a0eba
Use PC Card instead of other variants in the driver man pages.
2003-08-20 06:49:57 +00:00
Christian Brueffer
c04ad71f14
Markup, wording and capitalization fixes
...
PR: 55441
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 3 days
2003-08-13 12:44:45 +00:00
Hiten Pandya
10626faea4
WLAN related fixes:
...
- Add some wlan(4) related cross-references.
- Add some "device" lines to SYNOPSIS
- Correct grammar/sentencing in ath_hal(4) manual page
PR: docs/54114
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Approved by: des (mentor)
2003-07-18 11:40:41 +00:00
Tom Rhodes
3714896e81
Remove a comment about pccardd(8).
...
Discussed with: imp
2003-02-24 02:20:20 +00:00
Tom Rhodes
ffab7ba849
Add device wlan as its now required.
...
Discussed with: imp
2003-02-24 01:45:44 +00:00
Tom Rhodes
071d726d01
Xref miibus(4).
2003-02-15 17:12:53 +00:00
Kazutaka YOKOTA
547d4262b2
Update man pages in the section 4 to match the reality in -CURRENT.
...
- 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.
2001-10-13 09:08:37 +00:00
Jens Schweikhardt
c1f3e4bf21
Removed whitespace at end-of-line; no content changes. I simply did
...
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
2001-07-14 19:41:16 +00:00
Ruslan Ermilov
3d45e180f4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Ruslan Ermilov
eb0838029f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
Bill Fumerola
b16307b534
Typo ("no not" -> "do not")
...
Submitted by: Dave McKay <monk@sneakerz.org>
2001-04-07 08:19:20 +00:00
Assar Westerlund
e4b3e35ff0
change the default mode from adhoc to bss (infrastructure)
...
Reviewed by: Brooks Davis <brooks@one-eyed-alien.net>
2001-03-12 06:13:39 +00:00
Ruslan Ermilov
4c574bfd68
These pages are not i386-specific.
2001-02-20 12:13:29 +00:00
Ruslan Ermilov
251c176f41
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Sheldon Hearn
6d249eee27
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-01 14:50:24 +00:00
Jeroen Ruigrok van der Werven
6b713d5806
First round of config related changes to the manpages.
...
device blah0 -> device blah for PCI devices and busses.
2000-01-23 15:04:20 +00:00
Jeroen Ruigrok van der Werven
c7282a5950
Usage of ``net'' in the device argument list is deprecated.
2000-01-17 15:41:14 +00:00
Bill Paul
261b9b3066
Add driver support for the Aironet 4500/4800 series wireless 802.11
...
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.
2000-01-14 20:41:03 +00:00