Commit Graph

9149 Commits

Author SHA1 Message Date
ru
164a67fd67 Fixed copyright owner. 2004-06-22 09:11:01 +00:00
ru
50e953aec0 Document the "fec" Netgraph node type.
Submitted by:	Gleb Smirnoff
OK'ed by:	julian, wpaul
2004-06-22 09:09:18 +00:00
des
5ef742c5e4 The default setting for hosts is "files dns", not "dns files". 2004-06-21 19:35:36 +00:00
trhodes
91321474cd Add manual pages for cm(4), esp(4), rc(4) and snc(4). 2004-06-21 18:20:57 +00:00
rik
10b90b2edb MFCronyx: add cross-references, fix history section. 2004-06-21 18:10:10 +00:00
mpp
0ea1a84a6f Spelling fixes. 2004-06-21 17:42:49 +00:00
bde
d92041140d Fixed style bugs in previous commit (151 characters of trailing whitespace). 2004-06-21 16:12:02 +00:00
rik
c11de38711 MFcx(4) 1.23: markup fixes by ru@. 2004-06-21 15:14:27 +00:00
mpp
9ab4654191 Spelling fixes. 2004-06-21 14:54:43 +00:00
mpp
9705b50c9a Spelling fixes. 2004-06-21 14:43:09 +00:00
mpp
23206bd52a Spelling fixes. 2004-06-21 14:23:31 +00:00
mpp
7984b22383 Spelling fixes. 2004-06-21 14:11:45 +00:00
pjd
883e83b61c - Missing trailing slash for a kern directory check.
- Check in both places if ${_dir}/conf/kmod.mk exists.
- Style fixes (lines too long).

Submitted by:	bde
2004-06-21 08:41:50 +00:00
yar
ec59c90a6f Extend the description of SIOC[GS]IFCAP. 2004-06-21 05:13:22 +00:00
des
331fc6afe5 Bump document date.
Requested by:	ru
2004-06-20 18:15:20 +00:00
mpp
c810c0cebd Spelling fixes. 2004-06-20 13:33:35 +00:00
mpp
575926c1d3 Spelling fixes. 2004-06-20 13:17:37 +00:00
mpp
5cd480209d Spelling fix and add $ FreeBSD $ tag 2004-06-20 13:07:25 +00:00
mpp
697ab564e1 Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :) 2004-06-20 12:51:23 +00:00
mpp
a4a784965c Sync up ERRORS section with errno.h. 2004-06-20 12:44:42 +00:00
mpp
3b6c69436f Fix a spelling error. 2004-06-20 12:35:16 +00:00
smkelly
7e11a53805 Yield to ru's ninja-like manpage skills and update watchdog(4) to
look more like other manpages. Move some content around, use an EXAMPLES
section, etc.

Submitted by:	ru
2004-06-19 21:17:07 +00:00
imp
6c9645d77e The 3C3SH573BT looks like the Xircom RealPort cards to the naked eye,
but it appears to have a 3CxFE575BT under the hood (and is identified
as such by the xl driver).  Add it to the list of supported cards.  No
driver changes are required or necessary to support this card.
2004-06-19 19:46:13 +00:00
green
0a5eb7f357 Document rc.conf's "keyboard" directive.
Reminded by: dougb
2004-06-19 00:18:13 +00:00
pjd
a496a13662 Check if ${_dir}/kern exists as well, because if it doesn't exists
we will fail later and we can miss good kernel source tree directory.
I found this trying to compile kld module and it finds 'conf/kmod.mk'
in '../..', but it fails later, because there is no 'kern' directory,
but there is valid kernel source tree still in /usr/src/sys/.
2004-06-18 16:38:42 +00:00
des
95b8259b2f Update the description of struct ifreq, and document SIOC[SG]IFCAP. 2004-06-18 13:07:18 +00:00
bms
701e2dce13 Add an example to rc.conf(5) about how to use the static_routes variable.
We already do this for jails and their various control variables.

PR:		conf/62772
2004-06-18 01:28:33 +00:00
ru
0500269d26 Assorted markup, spelling, and grammar fixes. 2004-06-17 19:51:17 +00:00
ru
1c0c0d6beb Fixed markup bugs. 2004-06-17 17:51:17 +00:00
ru
56d1a0d436 Fixed markup bugs.
Spell function correctly when talking about restarting after a signal.
2004-06-17 17:49:30 +00:00
fjoe
c24e738e67 Change remaining references to "arlconfig" to "arlcontrol".
MFC after:	0 days
2004-06-16 21:31:05 +00:00
ru
ed77a38c79 Markup fixes. 2004-06-16 15:57:59 +00:00
ru
f8a4b9e296 Tiny markup fixes. 2004-06-16 15:47:45 +00:00
ru
caee3a5a18 Assorted markup, spelling, and grammar fixes. 2004-06-16 08:33:57 +00:00
krion
76b70b8a49 Add descriptions for new path, info, maint, cat, bdeps, and
rdeps variables and some new examples for "make search".

Approved by:	josef (mentor)
MFC after:	2 days
2004-06-16 07:29:21 +00:00
bms
563a732c58 Document the behaviour of IP_ADD_MEMBERSHIP as per RFC 1724.
PR:		bin/51927
2004-06-16 05:04:17 +00:00
ru
cc94c2966c Overhaul the markup. 2004-06-15 19:26:11 +00:00
bms
39091c88b4 mdoc(7) police
Submitted by:	ru
2004-06-15 16:48:42 +00:00
ru
56c6192f07 Overhaul the markup. 2004-06-15 12:48:50 +00:00
bms
5999cf5436 Add an MLINKS entry, rawip, to make the raw socket userland documentation
somewhat easier to find.

PR:		docs/30873
Requested by:	Douglas De Couto
2004-06-15 01:18:56 +00:00
bms
7c93d20a07 Add a paragraph about the importance of byte order when using raw
sockets with the IP_HDRINCL option.
Add a list entry about the errors which IP_HDRINCL can return.
Bump .Dd.

PR:		docs/30873
Submitted by:	Douglas De Couto
Obtained from:	BSD/OS (byte order), some old libnet stuff I did years ago.
2004-06-15 01:08:09 +00:00
bms
d894c2c860 Add Device ID for: TI 802.11b/g Wireless Cardbus/PCI Adapter
PR:		conf/67700
Submitted by:	Jukka A. Ukkonen
Reviewed by:	http://www.pcidatabase.com/
2004-06-15 00:38:12 +00:00
bms
cb0fdb5dd1 Add Device ID for: Radeon 9200 Series - Secondary.
PR:		conf/67700
Submitted by:	Jukka A. Ukkonen
Reviewed by:	http://www.pcidatabase.com/
2004-06-15 00:36:08 +00:00
simon
4d4e0d793e Add HP Smart Array 6422 and V100 to the list of supported controllers. 2004-06-14 22:10:56 +00:00
jdp
38a7eee739 Update the .Dd date for previous commit.
Gently nudged by:	krion
2004-06-14 18:33:21 +00:00
jdp
9e267c7df9 Change the return value of sema_timedwait() so it returns 0 on
success and a proper errno value on failure.  This makes it
consistent with cv_timedwait(), and paves the way for the
introduction of functions such as sema_timedwait_sig() which can
fail in multiple ways.

Bump __FreeBSD_version and add a note to UPDATING.

Approved by:	scottl (ips driver), arch
2004-06-14 18:19:05 +00:00
dfr
777bcaab25 Fixes from the mdoc(7) police.
Submitted by: ru
2004-06-14 14:12:29 +00:00
dfr
d93b66dc9b Fix formatting of AUTHORS section. 2004-06-14 12:16:43 +00:00
dfr
0a719c9e2b Add manpage for fwip driver. 2004-06-14 10:55:03 +00:00
wollman
0911a8e609 Update for newsletter V-9 (which brings with it an orthography
problem) and V-10 (which does not affect us at all).
2004-06-14 02:38:55 +00:00
obrien
1137e7e59d Note when this driver 1st appeared in FreeBSD besides NetBSD. 2004-06-13 22:46:32 +00:00
le
fda18fbbb3 What world have we come to when even style(9) isn't unfailable:
correct style nit in an example.
2004-06-13 21:24:56 +00:00
mlaier
9c491e674b Update for include/altq
Reminded-by:	ru
2004-06-13 20:02:22 +00:00
julian
124a839502 Add the capacity for the rfc1490 node to handle cisco style encasulation
which is often used alongside rfc1490 in frame relay links.

Submitted by:	Gleb Smirnoff <glebius@cell.sick.ru>
2004-06-13 15:44:00 +00:00
cperciva
c5cb3ae5a4 s/mbps/Mbps/
We don't support any 10 millibit-per-second network cards.

PR:		docs/67719
Submitted by:	Linh Pham
MFC after:	1 week
2004-06-12 21:41:41 +00:00
maxim
2302c0eca6 Style. 2004-06-09 17:10:41 +00:00
le
5f449b8087 Remove duplicate #include.
PR:             misc/67748
Submitted by:   bugghy <bugghy@phenix.rootshell.be>
2004-06-09 15:40:00 +00:00
brueffer
8ae1718f93 Fix typo
Obtained from:	DragonFly BSD
MFC after:	3 days
2004-06-08 17:36:17 +00:00
yar
2043932b5a Touch .Dd (date) since new functionality has been documented.
Reminded by:	ru
2004-06-08 09:54:53 +00:00
yar
9db7d2a055 Make the legend to the table of interface flags compact
for the reader's convenience.

Suggested by:	ru
2004-06-08 09:01:37 +00:00
yar
296cb81853 Describe how polling(4) applies to network interfaces.
Reviewed by:	ru
2004-06-08 08:48:49 +00:00
yar
bb1b720bc7 1. There are interface capabilities to be used by "lower" kernel
components as well, i.e., polling.

2. Stress that if_capenable should be modified only from within
   the interface driver because it solely knows about how to control
   the capabilities.
2004-06-07 16:46:28 +00:00
pjd
42bd1fccb1 Add missing link. 2004-06-06 13:35:37 +00:00
schweikh
8aef5ba14a s/disklabel/bsdlabel/g
Removed paragraph about "new experimental feature" the hw.ata.tags
which sysctl -a knows nothing about.
Fix typos while I'm here.

PR:	docs/66493
Submitted by:	Julien Gabel <jpeg@thilelli.net>
2004-06-06 12:30:21 +00:00
das
e965b8d29c Cross-reference fenv(3). 2004-06-06 10:07:13 +00:00
murray
2eb01113dd It's been years since Berkeley maintained termcap.
Remove references to termcap@berkeley.edu and uunet!ucbvax!termcap in
favor of send-pr(1).

Add comment about how to use cap_mkdb to build a new termcap db.

Submitted by:	Ted Mittelstaedt <tedm@toybox.placo.com>
MFC After:	2 weeks
2004-06-05 15:35:14 +00:00
njl
94e524418e Rework acpi_cpu_idle() to select the next idle state before sleeping, not
after.  Unify the paths for all Cx states.  Remove cpu_idle_busy and
instead do the little profiling we need before re-enabling interrupts.
Use 1 quantum as estimate for C1 sleep duration since the timer interrupt
is the main reason we wake.

While here, change the cx_history sysctl to cx_usage and report statistics
for which idle states were used in terms of percent.  This seems more
intuitive than counters.  Remove the cx_stats structure since it's no
longer used.  Update the man page.

Change various types which do not need explicit size.
2004-06-05 07:02:18 +00:00
ceri
086e8342eb Spelling and grammar fixups. 2004-06-05 03:01:20 +00:00
ceri
98a6b0e94a Correct a spelling error. 2004-06-05 02:47:08 +00:00
roam
b74f553522 Fix a grammatical mistake: the PC3 character sequences *are* also supported.
Submitted by:	Warren Block <wblock@wonkity.com>
MFC after:	1 week
2004-06-04 15:20:12 +00:00
pjd
88900cb7b9 Add missing links. 2004-06-04 10:14:55 +00:00
krion
b15e8df20d - Remove leading zero from document date [1]
- Remove entry which tells about periodical INDEX updates in
  the CVS repository
- Add description for fetchindex target

Requested by:	ru [1]
Approved by:	josef (mentor)
2004-06-02 20:15:34 +00:00
krion
4f2e3b7ed8 - Bump the document date
Requested by:	ru
Approved by:	ru, josef (mentor)
2004-06-02 15:03:59 +00:00
krion
942394e6f4 - Mention new targets from bsd.port.mk:
* config
  * showconfig
  * rmconfig
  * describe
- Add OPTIONS description
- Word smithing

PR:		docs/67342
Reviewed by:	ru
Approved by:	josef (mentor)
2004-06-02 14:15:35 +00:00
brian
bd1221bfc2 Describe pkg_version_index
Reviewed by:	joe
2004-05-30 20:32:00 +00:00
julian
50d8611c6f Add a new netgraph method to allow restoration of some
behaviour lost in the change from 4.x style netgraph tee nodes.
Alter the tee node to use the new method. Document the behaviour.

Step the ABI version number... old netgraph klds will refuse to load.
Better than just crashing.

Submitted by:	Gleb Smirnoff <glebius@cell.sick.ru>
2004-05-29 07:21:46 +00:00
simon
d1a609b4f2 Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the list
of supported devices.
2004-05-28 21:16:13 +00:00
tackerman
91a388cdbd Adding ixgb(4) for Intel 10GbE Adapters 2004-05-28 00:27:31 +00:00
hrs
1c9a425624 Add FreeBSD 4.10-RELEASE.
MFC after:	3 days
2004-05-28 00:12:38 +00:00
yar
1d981fe56f Touch .Dd because the content of the manpage has been updated.
Pointed out by:	ru
2004-05-27 11:12:07 +00:00
brooks
ea6066d37c Add support for an /etc/eui64 file modeled on /etc/ethers. The API is
modeled on ethers(3) except that all functions are thread-safe.

Reviewed by:	simokawa
2004-05-26 22:58:06 +00:00
yar
9afb8f888f Update the status of VLAN support in interface drivers. 2004-05-26 11:34:51 +00:00
brueffer
c688abf6d7 Fix spelling 2004-05-25 17:02:20 +00:00
cjc
7cf1a9cc67 /usr is not really the ideal place for a ports application to store
a frequently updated database. /var/db is a much more reasonable place
for this kind of thing. Set a good example.

Reviewed by:	-arch
2004-05-24 06:23:15 +00:00
mdodd
93f8fa79b0 Support basename and path based constrained matches.
eg:
	[foo]
	...

	matches any executable 'foo'

	[/usr/bin/foo/]
	...

	matches any executable under the directory /usr/bin/foo/

Exact matches continue to function as before.

PR:		 bin/66769
Submitted-by:	 Dan Nelson
2004-05-24 01:24:13 +00:00
bde
68317be37f Removed a garbage reference to i386's.
Submitted by:	ru
2004-05-23 16:27:40 +00:00
bde
7892be4523 Fixed misspelling of "cy".
Submitted by:	ru
2004-05-23 16:15:25 +00:00
bde
98ea853f5d Updated for removal of the "count" arg in device lines.
Organized the synopsis for PCI cards better.
2004-05-23 15:22:53 +00:00
bde
2892b6b3c6 Remove man4/man4.i386/cy.4 and adjust makefiles after repo-copying cy.4 up
to man4.
2004-05-23 15:02:08 +00:00
pjd
ac7a69a37d Update the date.
Requested by:	ru
2004-05-20 19:32:45 +00:00
pjd
2420d678d6 - Add missing 'the'.
- Document /usr/include/geom/ directory and its subdirectories.

Requested by:	ru
2004-05-20 13:38:48 +00:00
pjd
3d31bd0179 Inform hier(7) manual page about /lib/geom/ directory.
Reminded by:	ru
2004-05-20 11:02:58 +00:00
ru
c9a6aeb568 Forgot to bump the document date, *blush*. 2004-05-20 09:52:48 +00:00
ru
bb43ed9650 Document mbuf tags based on the OpenBSD manpage.
Submitted by:	Gleb Smirnoff
2004-05-20 09:34:19 +00:00
dwmalone
28265c4dcc Add a man page for the kernel part of bpf. I made some edits to the
man page after Orla, so the mistakes are probably mine. Leave a
note on the door welcoming the mdoc police.

Submitted by: Orla McGann <orly@cnri.dit.ie>
2004-05-19 20:39:22 +00:00
ru
88d074d936 Maintain statistics about the received frames. 2004-05-19 11:26:33 +00:00
dannyboy
ac5234c0c8 "in in" is not always wrong (backout 1.18).
Keep the onion metaphor consistent.
2004-05-18 18:17:25 +00:00
dannyboy
a6788e64c5 Effect the correct use of "affect".
Use em dashes instead of " - ".

Use .Em instead of *emphasis*.

Note that securing root indirectly (by securing staff accounts) works
only if direct root access has been limited. [1]

s/hacker/attacker, as done in the handbook. (inspired by [1])

PR:		52878 [1]
Submitted by:	Brian Minard <bminard@flatfoot.ca> [1]
2004-05-18 17:50:08 +00:00
le
a7c3c519b8 An access count change is a prerequisite for doing I/O, so
change 'or' to 'and'.

Pointed out by:  pjd@
2004-05-18 12:37:47 +00:00
le
4696e942a8 These hyphens don't need to be escaped.
Pointed out by:  pjd@
2004-05-18 12:36:12 +00:00
le
b0e97d02d8 Fix spelling errors (I forgot that one in my last commit of GEOM man pages). 2004-05-18 12:12:07 +00:00
le
aa0d70990a Update several GEOM related manual pages:
*) Fix spelling errors.
  *) Better english.
  *) Re-phrasing.

Not Reviewed by:  pjd (one week timeout)
Approved by:      grog (mentor)
2004-05-18 11:33:37 +00:00
hmp
2ddaf79197 Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it to
rman(9).
2004-05-17 21:25:02 +00:00
joerg
fe8e88e17e Now that I learned about how all this is working together, quickly
document it for anyone else who might be interested in it.

MFC after:	2 weeks
2004-05-17 20:17:39 +00:00
pjd
9e1b3e46a2 NG_ONE2MANY_XMIT_ALL algorithm should also be listed here.
Submitted by:	Michel Lavonds <fox@vader.aacc.cc.md.us>
Approved by:	archie
2004-05-17 19:35:40 +00:00
rik
b133887b53 Connect Cronyx Tau-PCI to the system. 2004-05-17 14:24:52 +00:00
archie
ca441aea57 Update man page date for yesterday's change. 2004-05-17 14:21:00 +00:00
archie
ffb6541b3f Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
Reviewed by:	julian
PR:		kern/63317
2004-05-16 19:31:35 +00:00
ru
809a473515 Kill DOS newline breaks. 2004-05-16 14:41:20 +00:00
simon
23f710f610 Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)
hyphen) is meant.

Mdoc(7) clue by:	ru
Reviewed by:		ru
2004-05-14 20:07:49 +00:00
hmp
b51e61bfbe mdoc(7) police:
* remove an extra comma at the end of the .Nm list
2004-05-14 16:57:27 +00:00
cognet
ff1d779bb8 Define MACHINE_CPU for arm. 2004-05-14 13:34:15 +00:00
cognet
ac45ce4e45 Document the "files" directive.
Reminded by:	jmg
2004-05-13 21:55:53 +00:00
imp
4afbffe528 Add some verbage over the difference between BUS_ADD_CHILD and
device_add_child.  The former calls the latter.

Pointed out by: jhb
2004-05-13 20:54:49 +00:00
imp
3f9316fa55 o Add cautions about multiple adds of the device
o Remove setting the description of the device (that is more properly done in
  probe).
o Remove setting the driver, as it is unnecessary
o Add pseudo code to ensure that the device isn't added to the tree already.
o remove some now unreferenced routines
2004-05-13 20:31:05 +00:00
imp
457fadd69b Add caveats about adding devices in the IDENTIFY context. 2004-05-13 20:29:40 +00:00
imp
e2ffc1ff2b The DEVICE_IDENTIFY man page refers to this, create a dummy one
directing people to device_add_child.
2004-05-13 20:28:18 +00:00
joerg
6afa816370 Add a reference to the URL of the SMBus specification, so the
terminology used in these drivers will become more transparent.

MFC after:	1 week
2004-05-13 19:31:31 +00:00
kensmith
878b7cfef3 Some mdoc fixes.
mdoc help from:	ru
MFC after:	5 days
2004-05-13 13:09:47 +00:00
bde
e0b2b9f6aa Moved FreeBSD build pollution (/etc/make.conf) and zombie aout support
(OBJFORMAT) into a non-POSIX section.
2004-05-12 22:53:52 +00:00
bde
aed0f835b5 Removed conditional include of /etc/make.conf.local and the error for the
existence of this file.  This stopped working more than 4 years ago when
the generation of the error was added in rev.1.44.  The .error directive
gives fatal errors, so stale /etc/make.conf.local files must have been
gone away more than 4 years on systems where make(1) works.
2004-05-12 21:51:11 +00:00
josef
05a8a358ce Fix typo.
Submitted by:	Michel Lavondès <fox@vader.aacc.cc.md.us>
PR:		docs/66536
2004-05-12 20:33:25 +00:00
des
bb03c5cde2 mdoc police.
Submitted by:	ru
2004-05-11 20:47:17 +00:00
des
bf01b8451b Man page for the ichwd driver. 2004-05-11 18:36:38 +00:00
ru
59479d3384 mdoc(7): EXAMPLES is the standard section name. 2004-05-11 18:18:31 +00:00
hmp
6f31490e8a Add a comma after `e.g.', so that mdoc does not add two whitespaces
automatically.

Noticed by: 	Ruslan Ermilov <ru at FreeBSD.org>
2004-05-11 14:13:52 +00:00
hmp
8958d37787 Document the 'fdidx' argument of VOP_OPEN(9).
PR:          	56911
Noticed by: 	Jun Su <junsu@m-net.arbornet.org>
2004-05-10 23:17:09 +00:00
hmp
501ad520cd Remove duplicated explanations and text.
PR:          	24869
Submitted by: 	Staffan Ulfberg <staffanu@nada.kth.se>
2004-05-10 23:02:00 +00:00
simon
8849a28f47 Fix typos.
PR:		docs/66481
Submitted by:	Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:39:32 +00:00
simon
fe206e07b0 - Remove duplicate words.
- Fix a spelling nit.

PR:		docs/66482
Submitted by:	Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:12:02 +00:00
bde
2f7532ca9f Fixed mispelling of SCRIPTS as SCRIPT. 2004-05-10 13:17:08 +00:00
des
cc1c47eefd -W{missing,strict}-prototypes do not make sense for C++, and gcc34 will
complain about them, so remove them from CXXFLAGS.
2004-05-10 12:14:18 +00:00
simon
0cfe60fdb0 - Sync with Hardware Notes.
- Spell adapter names more like Intel do.
- Make the page title reflect reality a bit better.
- Spell Fast Ethernet correctly.
2004-05-09 21:25:49 +00:00
pjd
c2fe78a4e9 Don't confuse "GEOM" with "geom".
Approved by:	phk
2004-05-09 16:16:10 +00:00
rik
afafd7ad4e Add manual page for Cronyx Tau-PCI adapters.
It is PCI family, but we never test it on other than i386 arch.
2004-05-07 16:28:30 +00:00
brueffer
fe57d0e520 o fix a typo
o remove stray word
o add missing words

PR:		66293
Submitted by:	Michel Lavondès <fox@vader.aacc.cc.md.us>
MFC after:	3 days
2004-05-07 13:00:01 +00:00
des
8a5af58dec Document SHLIB, kind of. 2004-05-07 09:59:03 +00:00
des
b03efce0d2 Add SHLIB as a shortcut for shared-only libraries.
Not objected to by: bde, ru
2004-05-07 09:58:36 +00:00
njl
923e8d2597 Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,
C2, ...  Update power_profile to use the new format.  Update the
man page to reflect this and give more info on Cx states.
2004-05-07 05:22:38 +00:00
maxim
721bd1eb5f o IFNAMSIZ does include the trailing \0.
Approved by:	andre

o Document net.inet.icmp.reply_src.
2004-05-07 01:24:53 +00:00
joerg
41832cd723 Mention that hme(4) natively supports oversized frames. 2004-05-06 13:38:53 +00:00
hmp
b672d0fa2e Correct misinformation, vm_map_remove(9) is the `exported' version of
vm_map_delete(9), not vm_map_remove(9).
2004-05-05 10:59:50 +00:00
hmp
bf7f42ea44 mdoc(7) police:
* correctly place parenthisized sentences
	* remove hard sentence breaks
	* use .Vt instead of .Fn
2004-05-05 10:47:19 +00:00
hmp
a38078e6b0 Make the manual page consistent and add a cross-reference to wakeup(9). 2004-05-05 10:01:06 +00:00
das
a5412985fd Support for dynamic adjustment of FPU precision is only available on
i386 and amd64, so fp[gs]prec(3) don't exist on other platforms.

PR:		52882
2004-05-05 09:53:29 +00:00
josef
06048a2816 Add some lines to note that 'www' is available as an option
to get the www tree.
2004-05-04 20:03:50 +00:00
maxim
08a7642951 o Document m_getcl(9).
Submitted by:	Gleb Smirnoff
MFC after:	2 weeks
2004-05-04 14:53:34 +00:00
ambrisko
0397f201d7 Remove new options and my prevention of system freeze when the sio probe
returns okay when HW probe fails.  This happens when comconsole flag is
set but VGA console is used instead.

Back out requested by:  bde (He will be looking at other solutions from scratch)
2004-05-03 22:35:28 +00:00
thomas
1cb62c01f9 Add 'device ata' to the kernel configuration excerpt in EXAMPLE section.
Update mount example to use /dev/cd0 instead of /dev/cd0c.
Update copyright notice.
2004-05-03 12:03:15 +00:00
sanpei
408987a821 add support BUFFALO(Melco INC.) LPC-CB-CLX(CardBus)
http://buffalo.melcoinc.co.jp/products/catalog/item/l/lpc-cb-clx/index.html
(in Japanese)
2004-05-03 09:54:51 +00:00