Commit Graph

8951 Commits

Author SHA1 Message Date
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