gmcgarry
7317bdd325
add jazzio attachment to synopsis
2002-03-15 05:20:55 +00:00
wiz
1c444efedf
Simplify markup a bit.
2002-03-15 00:09:43 +00:00
kleink
bb3ea13a8e
Add a reference to RFC2003, and mention possible protocol field values of
...
the outer packet; from Alan Barrett in PR standards/15895, with minor
markup fixes.
2002-03-14 21:29:02 +00:00
uwe
8307c93fb8
Add audiocs(4) and ebus(4).
2002-03-14 12:19:55 +00:00
wiz
ae63b22183
Note ICS1893 support.
2002-03-14 10:56:17 +00:00
chs
dc3bc0c490
add support for LXT971 PHYs.
2002-03-14 04:40:26 +00:00
wiz
ecf21d9b93
regen for new template, picking up some recent other changes
...
[clockctl, MI joy, pty+++]
2002-03-14 01:38:33 +00:00
wiz
dc47c556a2
Remark that the script should be called by the super-user; mention
...
/etc/MAKEDEV.local; and add DIAGNOSTICS and HISTORY sections.
2002-03-14 01:33:27 +00:00
wiz
42aa648b4c
Remove a superfluous comma.
2002-03-13 21:45:38 +00:00
wiz
05fbca3f92
wscons(9), not (4), and some whitespace cleanup.
2002-03-13 21:44:48 +00:00
wiz
8d15f4d372
Put comment on separate line.
2002-03-13 21:42:20 +00:00
jandberg
a52d11410f
bring up to date with code
2002-03-13 19:46:01 +00:00
uwe
9165b68765
Change wording a bit. Add URL for the PCIO manual.
2002-03-13 19:44:42 +00:00
uwe
14102fe2d6
Add reference to ebus(4).
2002-03-13 19:06:24 +00:00
uwe
bc482afeea
Skeletal manpage for EBus derived from comments in ebusreg.h
...
by Matthew Green.
2002-03-13 18:59:14 +00:00
lukem
ce3cfa06ae
document ${_arg}_postcmd
2002-03-13 04:57:11 +00:00
kent
abc0e4d655
Fix a typo
2002-03-13 03:46:55 +00:00
uwe
80cba97462
Minor mandoc nits.
2002-03-13 00:56:35 +00:00
uwe
62acda31f9
Use .Dv for AudioN* and AudioC*
2002-03-13 00:55:02 +00:00
wiz
1ed983bdc8
Fix capitalization error, noted by uwe.
...
Minor mandoc improvements while I'm here.
2002-03-13 00:18:40 +00:00
uwe
12926b4de8
Mention audiocs.
2002-03-12 16:19:27 +00:00
uwe
cc7664bca9
Use .Dv instead of .Va
2002-03-12 16:10:38 +00:00
uwe
6b0a20bdae
A rudimentary manpage for audiocs(4).
2002-03-12 15:55:11 +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
lukem
be07ec41d5
document MEMORY_DISK_SIZE
2002-03-10 20:05:42 +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
itohy
d5f39a2d9c
Add explicit support of OPL3-SA2 (YMF711).
...
Not well tested....
2002-03-10 13:57:10 +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
simonb
38469044f3
Add entries for evbarm and evbmips.
2002-03-07 14:46:10 +00:00
wiz
66bb8e2176
Make DESCRIPTION sections (mostly by renaming non-standard section headers).
...
[See bin/14591 for a reason why we should have them.]
2002-03-06 14:43:02 +00:00
simonb
f3e2fe6731
Add entry for sbmips.
2002-03-06 02:42:30 +00:00
wiz
10d6eb080d
Drop duplicate .Pp.
2002-03-05 15:09:26 +00:00
wiz
eb8cde8c28
Whitespace nit.
2002-03-04 15:27:57 +00:00
sommerfeld
bf79729e2e
More ipip references
2002-03-04 15:14:22 +00:00
wiz
bb4f5583f7
Sort sections, drop trailing whitespace, s/ipip/gif/, and minor fixes.
2002-03-04 14:50:54 +00:00
sommerfeld
3406f0a3dd
The "gif*" tunnelling interface does everything ipip does.
...
Move usage example from ipip.4 to gif.4
Excise ipip and stitch up the scars.
2002-03-04 13:24:06 +00:00
manu
143b41911d
Given that a lot of IRIX binaries now work, COMPAT_IRIX is no more
...
'highly experimental'. Now it's just 'experimental'...
2002-03-04 06:00:15 +00:00
tron
8002ff3a8c
Add cross reference to brconfig(8).
2002-03-03 19:32:28 +00:00
mrg
c6cc70654c
note that securelevel=0 ends up -> securelevel=1 (part of PR#13647)
2002-03-01 16:52:04 +00:00
wiz
c640510df0
Correct spelling of "delimiter", and remove from ignored-errors lists.
2002-02-26 02:37:28 +00:00
kleink
341cec0040
Update to cover alternate register access methods.
2002-02-25 23:21:15 +00:00
wiz
c38591ca4c
Punctuation nits.
2002-02-25 13:16:45 +00:00
lukem
80ce7c6cb7
Fixes derived from [bin/15563] submitted by Ron Roskens:
...
- Don't su(1) to ${name}_user if running as that user.
- Support $procname as the name of the process to search for.
Defaults to the value of $command.
2002-02-25 12:49:33 +00:00
lukem
868c9ba182
rc.subr(8) - functions used by system shell scripts. Closes PR [misc/10828].
2002-02-25 12:05:13 +00:00
wiz
a2a58e2352
Drop trailing space.
2002-02-25 11:21:38 +00:00
lukem
10b7474494
the rc_fast_and_loose behaviour is enabled if the variable != "", not
...
if it == "YES", so fix the documentation...
2002-02-25 04:23:20 +00:00
lukem
319f9d9903
explicitly mention that rc.d contains sh(1) scripts
2002-02-25 04:09:15 +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
martin
8fa52d5f5c
Traceroute works now.
2002-02-24 17:24:21 +00:00