Joseph Koshy
2f6e95a1d2
Bring the prototype for alq_open() in line with the code.
...
Add a section on locking.
2005-01-30 10:21:04 +00:00
Ruslan Ermilov
1de7d3e1db
Start sentences from a capital letter.
...
Submitted by: Joel Dahl
2005-01-29 20:05:07 +00:00
Poul-Henning Kamp
1e48d031c9
Describe 'u' and 'U' in sequence mode.
2005-01-29 16:34:10 +00:00
Ruslan Ermilov
cae0500fd4
Fixed whitespace at EOL and double word.
...
Uncompact enumaration to make it look better.
2005-01-28 21:18:14 +00:00
Ruslan Ermilov
b0536a9ba4
Mark lists as in the rest of section 9 manpages.
2005-01-28 10:48:52 +00:00
Ruslan Ermilov
0a57ea7df2
Mark lists as in the rest of section 9 manpages.
...
Submitted by: Joel Dahl (mostly)
2005-01-28 10:43:05 +00:00
Ruslan Ermilov
802e13ab9b
Polish the formatting.
2005-01-27 10:30:53 +00:00
Poul-Henning Kamp
a1d57b9a52
Update the information, (and likely break all formatting rules).
2005-01-27 09:29:52 +00:00
Ruslan Ermilov
7d64886df5
Add a few colons.
...
Submitted by: Joel Dahl
2005-01-26 20:50:52 +00:00
Suleiman Souhlal
41d9cf82ee
Bump the document date.
...
Forgotten by: ssouhlal, simon, trhodes
Approved by: grehan (mentor)
2005-01-26 06:46:00 +00:00
Shunsuke Akiyama
b58e7b4cc5
Add support for new chips, PL-2303X and PL-2303HX.
...
Bump document date.
MFC after: 1 week
2005-01-25 15:58:53 +00:00
Suleiman Souhlal
1fbff2d146
Mention that 'options ALQ' is required when using KTR_ALQ.
...
Approved by: simon, trhodes, grehan (mentor)
2005-01-25 14:17:38 +00:00
Philippe Charnier
8a579692b2
spell "file system" correctly
...
Approved by: ru
2005-01-24 20:06:16 +00:00
Ian Dowse
641a1aa10d
Attempt to describe the race conditions that must be considered
...
when using the callout subsystem. Show how the callout_pending(),
callout_active() and callout_deactivate() macros can be used to
achieve simpler race-free callout semantics in many situations.
2005-01-23 17:42:48 +00:00
George V. Neville-Neil
6617cf5778
Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
...
Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san)
Approved by: Robert Watson (robert at freebsd dot org)
Obtained from: Kame Project and OpenBSD
Replace manual pages that may have violated the IETF's Copyright.
All come from the Kame tree.
Several were from OpenBSD except for ip6.4, and the inet6* pages which were
rewritten by me.
All of the text is new and drawn from reading the code and
documentation.
2005-01-23 16:02:48 +00:00
George V. Neville-Neil
b8a3e40819
Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
...
Approved by: Robert Watson (robert at freebsd dot org)
Remove files in preparation for replacement with totally new versions
of the manual pages.
Update the Makefile to handle the new file to be added.
2005-01-23 15:41:10 +00:00
Bruce M Simpson
4d80f75020
Fix markup.
...
Submitted by: ru
2005-01-22 21:54:29 +00:00
Bruce M Simpson
bf1639ee7d
Add a note about the slot number not necessarily indicating the physical
...
location of a PCI device in the system chassis.
Remove the note about PAE.
Update document date.
Update my email address.
Update copyright.
MFC after: 1 week
2005-01-22 21:14:46 +00:00
Ruslan Ermilov
8dd6d434d4
Fixed macro abuse.
2005-01-21 20:51:09 +00:00
Ruslan Ermilov
49aa339e39
Fixed xrefs.
2005-01-21 20:50:39 +00:00
Ruslan Ermilov
ead5223f54
Fixed punctuation in xrefs.
2005-01-21 20:48:00 +00:00
Ruslan Ermilov
a3f9c9fc03
Fixed xref.
2005-01-21 12:01:00 +00:00
Ruslan Ermilov
3ac17feb8a
Fixed xref.
2005-01-21 10:48:35 +00:00
Ruslan Ermilov
0a75bcd459
Fixed macro abuse.
2005-01-21 10:46:36 +00:00
Ruslan Ermilov
5c8e5f2462
Fixed xrefs.
2005-01-21 10:35:40 +00:00
Ruslan Ermilov
feaaabdc8f
Fixed xref.
2005-01-21 10:17:17 +00:00
Ruslan Ermilov
9cbda59000
Sort sections.
2005-01-21 08:36:40 +00:00
Ruslan Ermilov
fc2586c322
Fixes to previous revision:
...
- bump document date
- break hard sentence break
- remove whitespace at EOL
2005-01-21 07:55:17 +00:00
Wes Peters
008c601837
Document the shiny new WITHOUT_MODULES knob in make.conf.
...
PR: kern/76225
Prodded by: ru@, brueffer@
MFC after: 2 weeks
2005-01-21 03:51:07 +00:00
Warner Losh
0171834abb
Add intersil chip names we know we support since some OEMs use them
...
very transparently.
2005-01-20 18:33:07 +00:00
Warner Losh
9086083a9a
Note SENAO SL-2511CD support
2005-01-20 17:48:01 +00:00
Gleb Smirnoff
c46f7b9c6f
log(9) requires sys/syslog.h.
...
MFC after: 3 days
2005-01-20 10:26:42 +00:00
Ruslan Ermilov
324cfdb7e8
Use the standard section name.
2005-01-18 20:54:50 +00:00
Ruslan Ermilov
30849b5324
The rest of manpages spell this "PSEUDOCODE".
2005-01-18 20:37:11 +00:00
Sean Chittenden
dcb6fc4fc4
Synchronize with notes in GENERIC and note the kernel dependency on scbus(4).
...
MFC after: 7 days
2005-01-18 20:23:47 +00:00
Christian Brueffer
2d4071ac8f
Typo fixes.
...
MFC after: 3 days
2005-01-18 18:13:03 +00:00
Christian Brueffer
3f472b6cb8
Capitalize Windows and fix a typo.
...
Submitted by: markus
MFC after: 3 days
2005-01-18 17:53:35 +00:00
Ruslan Ermilov
87968949e2
Folded two SEE ALSO sections into one.
2005-01-18 09:13:42 +00:00
Tom Rhodes
40eee9fe09
S_ISVTX -> S_ISTXT to reflect the code.
2005-01-18 01:27:44 +00:00
Ruslan Ermilov
49cf6f6464
Removed .Re without a matching .Rs.
2005-01-16 16:53:13 +00:00
Scott Long
824f4edf4f
Document bus_dmamap_load_mbuf_sg()
2005-01-15 20:50:52 +00:00
Ruslan Ermilov
a0c83d5951
Fixed troff warnings.
2005-01-15 12:49:11 +00:00
Ruslan Ermilov
6a5796e734
Eliminate macro calls inside literal displays.
2005-01-15 12:28:01 +00:00
Ruslan Ermilov
1a471b5bef
Fixed markup.
2005-01-15 12:25:47 +00:00
Ruslan Ermilov
a638ba5756
Use lists where appropriate.
2005-01-15 12:24:49 +00:00
Ruslan Ermilov
ae045148ba
A shorter version of the format string.
2005-01-15 12:24:26 +00:00
Ruslan Ermilov
66106cda48
Fixed macro abuse.
2005-01-15 12:23:59 +00:00
Ruslan Ermilov
e8fbc77632
Markup style.
2005-01-15 11:22:13 +00:00
Ruslan Ermilov
c201414f0a
Overhaul the markup.
2005-01-15 11:12:40 +00:00
Ruslan Ermilov
457432e82b
Markup fixes.
2005-01-14 20:23:58 +00:00