Bruce Evans
23c2ef4344
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
Bruce Evans
956b25b74a
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
Pawel Jakub Dawidek
18d10fe21c
Update the date.
...
Requested by: ru
2004-05-20 19:32:45 +00:00
Pawel Jakub Dawidek
2de4e6d27a
- Add missing 'the'.
...
- Document /usr/include/geom/ directory and its subdirectories.
Requested by: ru
2004-05-20 13:38:48 +00:00
Pawel Jakub Dawidek
386a927075
Inform hier(7) manual page about /lib/geom/ directory.
...
Reminded by: ru
2004-05-20 11:02:58 +00:00
Ruslan Ermilov
2c88a61c15
Forgot to bump the document date, *blush*.
2004-05-20 09:52:48 +00:00
Ruslan Ermilov
e85cc3f560
Document mbuf tags based on the OpenBSD manpage.
...
Submitted by: Gleb Smirnoff
2004-05-20 09:34:19 +00:00
David Malone
83676de9d5
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
Ruslan Ermilov
171e08dc7f
Maintain statistics about the received frames.
2004-05-19 11:26:33 +00:00
Daniel Harris
4c0d8029dc
"in in" is not always wrong (backout 1.18).
...
Keep the onion metaphor consistent.
2004-05-18 18:17:25 +00:00
Daniel Harris
47afd1f81e
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
Lukas Ertl
d8a224e86b
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
Lukas Ertl
a2d7d4d7c6
These hyphens don't need to be escaped.
...
Pointed out by: pjd@
2004-05-18 12:36:12 +00:00
Lukas Ertl
797bac4b53
Fix spelling errors (I forgot that one in my last commit of GEOM man pages).
2004-05-18 12:12:07 +00:00
Lukas Ertl
eaad868d16
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
Hiten Pandya
11053af551
Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it to
...
rman(9).
2004-05-17 21:25:02 +00:00
Joerg Wunsch
7d2d5f8049
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
Pawel Jakub Dawidek
af03fdc4cc
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
Roman Kurakin
4dba35d192
Connect Cronyx Tau-PCI to the system.
2004-05-17 14:24:52 +00:00
Archie Cobbs
30fffa4dfc
Update man page date for yesterday's change.
2004-05-17 14:21:00 +00:00
Archie Cobbs
1a292b8015
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
Ruslan Ermilov
be69fbd7aa
Kill DOS newline breaks.
2004-05-16 14:41:20 +00:00
Simon L. B. Nielsen
ae4eb6f8e3
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
Hiten Pandya
a1bd700ab1
mdoc(7) police:
...
* remove an extra comma at the end of the .Nm list
2004-05-14 16:57:27 +00:00
Olivier Houchard
fc0c46e313
Document the "files" directive.
...
Reminded by: jmg
2004-05-13 21:55:53 +00:00
Warner Losh
1c1bc2f7f7
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
Warner Losh
a1013c5773
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
Warner Losh
cf39dca90c
Add caveats about adding devices in the IDENTIFY context.
2004-05-13 20:29:40 +00:00
Warner Losh
aebc6093f9
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 Wunsch
8d975d4f7c
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
Ken Smith
43f5a160a5
Some mdoc fixes.
...
mdoc help from: ru
MFC after: 5 days
2004-05-13 13:09:47 +00:00
Dag-Erling Smørgrav
287fa6ba95
mdoc police.
...
Submitted by: ru
2004-05-11 20:47:17 +00:00
Dag-Erling Smørgrav
cbb58e9c9a
Man page for the ichwd driver.
2004-05-11 18:36:38 +00:00
Ruslan Ermilov
b3eaeb0b24
mdoc(7): EXAMPLES is the standard section name.
2004-05-11 18:18:31 +00:00
Hiten Pandya
2db6331792
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
Hiten Pandya
2b55fc2e9c
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
Hiten Pandya
7e1b2808d5
Remove duplicated explanations and text.
...
PR: 24869
Submitted by: Staffan Ulfberg <staffanu@nada.kth.se>
2004-05-10 23:02:00 +00:00
Simon L. B. Nielsen
67da07abb3
- 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
Bruce Evans
b37af785fb
Fixed mispelling of SCRIPTS as SCRIPT.
2004-05-10 13:17:08 +00:00
Simon L. B. Nielsen
0a848b66c5
- 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
Pawel Jakub Dawidek
3bdf3cd7ba
Don't confuse "GEOM" with "geom".
...
Approved by: phk
2004-05-09 16:16:10 +00:00
Roman Kurakin
80d4e2ed6d
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
Christian Brueffer
912467dc98
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
Dag-Erling Smørgrav
9caaab800b
Document SHLIB, kind of.
2004-05-07 09:59:03 +00:00
Nate Lawson
ccc09458fa
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 Konovalov
d0946241ac
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 Wunsch
469873ca5b
Mention that hme(4) natively supports oversized frames.
2004-05-06 13:38:53 +00:00
Hiten Pandya
b188a3eb74
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
Hiten Pandya
d5a8819cb7
mdoc(7) police:
...
* correctly place parenthisized sentences
* remove hard sentence breaks
* use .Vt instead of .Fn
2004-05-05 10:47:19 +00:00
Hiten Pandya
34e82feb02
Make the manual page consistent and add a cross-reference to wakeup(9).
2004-05-05 10:01:06 +00:00