Ruslan Ermilov
c8185672b2
Assorted mdoc(7), grammar, spelling, and punctuation fixes.
...
Approved by: re (blanket)
2003-05-21 15:49:01 +00:00
Christian Brueffer
8347fe67c9
Add a reference to release(7)
...
Requested by: murray
Approved by: re (murray)
2003-05-21 07:16:32 +00:00
Christian Brueffer
c89927b8cb
Sort references by section
...
PR: 52501
Submitted by: Simon L.Nielsen <simon@nitro.dk>
Approved by: re (scottl)
MFC after: 3 days
2003-05-20 23:25:44 +00:00
Ruslan Ermilov
7f43a6f399
Use -item lists instead of -tag lists. Grammar.
2003-05-20 22:09:18 +00:00
Ruslan Ermilov
27e46603f1
For multi-line blocks of literal text, please use -literal displays.
2003-05-20 22:08:51 +00:00
Ruslan Ermilov
f71ba16eaf
Nit.
2003-05-20 22:08:28 +00:00
Ruslan Ermilov
8d22ff7521
Add missing markup bits.
2003-05-20 22:07:55 +00:00
Ruslan Ermilov
351ed10fd4
Compact the list.
2003-05-20 22:07:30 +00:00
Ruslan Ermilov
44704bfd90
Removed hard sentence break.
2003-05-20 22:07:03 +00:00
Ruslan Ermilov
5ab9b7eff9
Use the -tag list to document agp(4) ioctls.
2003-05-20 22:06:43 +00:00
Ruslan Ermilov
72f00208e5
Reapply mdoc(7) fixes that got accidentally lost in the last
...
Bluetooth update, and fix a few more issues.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru
Approved by: re (blanket)
2003-05-20 21:01:21 +00:00
Dag-Erling Smørgrav
7691f66abf
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
Ruslan Ermilov
aba60fa66b
Fixed troff(1) and mdoc(7) warnings.
...
Approved by: re (blanket)
2003-05-18 21:05:22 +00:00
Tom Rhodes
8e13d96bd9
Add a manual page for the USB Enhanced Host Controller Driver.
...
Submitted by: ticso (who obtained the original version from NetBSD)
2003-05-18 19:55:39 +00:00
Hiten Pandya
ca15350e7d
Add manual page for, Myson Technology PCI Ethernet Driver.
...
PR: docs/39214
Reviewed by: bmah, julian, trhodes
Approved by: des (mentor), re (scottl)
2003-05-18 19:02:38 +00:00
Warner Losh
4e3148f429
Tell how to completely disable ACPI. Add warnings about how bad
...
kharma it will be to disable some or all of acpi on ia64 or amd64 (are
there other non-i386 platforms that FreeBSD supports with ACPI?).
Submitted by: Ryan Losh
Approved by: re@ (rwatson)
2003-05-18 04:21:38 +00:00
Hiten Pandya
72a3951459
Remove an extraneous .El' that was reported by
groff -z`.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:57:38 +00:00
Hiten Pandya
e48d599e4f
Remove an extraneous space, reported by groff -z
.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:55:52 +00:00
Hiten Pandya
5466eeeaa7
Remove a bogus NOTES section. Move that content elsewhere.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:54:20 +00:00
Hiten Pandya
5f616912b4
Document the ``resource management'' routines in rman(9).
...
Submitted by: Bruce M. Simpson <bms@spc.org>
Reviewed by: mdodd
Approved by: des (mentor), re (scottl)
2003-05-16 19:22:27 +00:00
John Baldwin
2adcfc5855
- Use better terminology when describing mutex operations in msleep(9)'s
...
description.
- Remove some bogus commas.
- Use the past tense when referring to the removal of the sleep() function
since it happened quite a while ago and since the previous sentence in the
paragraph already uses the past tense.
Approved by: re (rwatson)
2003-05-16 15:52:32 +00:00
Hiten Pandya
0d740fd5e8
Add a manual page for the CTASSERT(9) macro.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:24:07 +00:00
Hiten Pandya
30ecad6f4b
Document the VFCF_* flags.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:21:20 +00:00
Hiten Pandya
d98ae55eaf
Bring the kame(4) manual page closer to reality:
...
- prefix(8) and gifconfig(8) are deprecated
- dtcpc, dtcps were never imported (also removed from KAME CVS)
- pim6dd, pim6sd and racoon are ports
- inet6d does not exist on FreeBSD
PR: docs/51295
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Content reviewed by: itojun
Approved by: des (mentor), re (bmah)
2003-05-16 00:31:12 +00:00
Tom Rhodes
cc3e724564
According to revision 1.6 of iir.c, the latest import should have resolved
...
the issues listed in BUGS. Remove the BUGS section.
Discussed with: bmah (awhile ago)
Approved by: re (blanket)
2003-05-14 17:53:40 +00:00
Hiten Pandya
5bfa1f0a67
Add an MLINK for rc.d(8) which points to rc(8). The former is
...
referenced by rc.subr(8).
Approved by: des (mentor), re (scottl)
2003-05-12 21:52:46 +00:00
Hiten Pandya
6bcf97c476
Fix .Xr typo.
...
Approved by: des (mentor), re (scottl)
2003-05-12 21:47:39 +00:00
Hiten Pandya
b46845a9dd
Document ioctl(2) operations of the agp(4) subsystem. The original patch
...
was obtained from [1], with heavy editing, and ammending text for some of
the ioctls.
All ioctls (in sys/agpio.h) are now documented.
PR: docs/50503
Original patch by: Alex Semenyaka <alexs@snark.ratmir.ru> [1]
Content approved by:
- Eric Anholt <anholt@FreeBSD.ORG>
- Matthew N. Dodd <mdodd@FreeBSD.ORG> (cursory review)
Approved and Reviewed by: des (mentor), re (scottl)
2003-05-12 21:34:29 +00:00
Martin Blapp
7eac366be1
Add support for 3Com OfficeConnect 10/100B.
...
PR: 49059, 50747
Submitted by: Dax Eckenberg <daxbert@dweebsoft.com>
Reviewed by: imp, jhb
Approved by: jhb
MFC after: 2 weeks
2003-05-12 19:50:21 +00:00
Josef Karthauser
8e274c38c2
Extend the digital camera support (umass) to the PENTAX Optio 330GS.
...
Submitted by: Jan-Oliver Neumann <neumannj@arcor.de>
By way of: n_hibma
Approved by: re (jhb & bmah)
MFC After: 7 days
2003-05-11 23:55:28 +00:00
Julian Elischer
f2bb1cae36
Part one of undating the bluetooth code to the newest version
...
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:44:42 +00:00
Hiten Pandya
a22f32eb2f
Document the last field of the procfs 'status' node, which either
...
displays the 'hostname' of the jail, or a hyphen '-' to indicate
that the process is not jailed.
PR: docs/37470
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:20:26 +00:00
Hiten Pandya
03a0a09e98
Add missing MLINK for arc4rand(9). It is documented in
...
random(9) and referenced by gbde(4).
PR: docs/51254
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:12:10 +00:00
Tom Rhodes
1641931a70
Fix some basic errors:
...
- Add a description of b0 / b1 fields.
- Do not use 'entry' to refer to both 'entry' and 'field'.
- Do not confuse people with heading 'Name' and entry 'Name'.
PR: 48104
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
Approved by: re (blanket)
2003-05-08 00:14:48 +00:00
Hiten Pandya
73692bebe4
malloc(9) types can be used to identify multiple allocations.
...
PR: docs/38618
Approved by: des (mentor)
2003-05-06 19:10:17 +00:00
Poul-Henning Kamp
d773aebd76
A few stylistic fixes.
2003-05-05 17:36:57 +00:00
Mark Murray
dbf104e68d
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
Murray Stokely
8d2a74b645
Make the output more consistent.
2003-05-05 05:36:20 +00:00
Murray Stokely
5add5cc474
Remove man page reference for gated, as it isn't in the base system
...
nor is it available from the ports tree.
2003-05-04 06:17:38 +00:00
Shunsuke Akiyama
11e04b0528
Add RealTek RTL8150 USB to fast Ethernet controller driver.
...
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
2003-05-03 10:16:56 +00:00
Tom Rhodes
b655544297
fnet(9) claims that "those interfaces supporting reception of multicast
...
datagrams have a LIST of multicast group memberships...". On -CURRENT, that
LIST is actually a TAILQ. Note that -STABLE still uses a LIST
PR: 50426
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
2003-05-01 18:34:13 +00:00
Warner Losh
8b3e7e90f2
xtend rc.conf variables are gone.
...
Noticed by: bde
2003-05-01 16:17:04 +00:00
Mark Murray
aab6741f7e
More factual updates for kerberos 5.
2003-04-30 21:15:41 +00:00
Matthew N. Dodd
4957466b8e
IP_RECVTTL socket option.
...
Reviewed by: Stuart Cheshire <cheshire@apple.com>
2003-04-29 21:36:18 +00:00
Tom Rhodes
ddd74b0048
debug.acpi.disable="processor" is incorrect. Use debug.acpi.disable="cpu" as
...
found on line 126 of sys/dev/acpica/acpi_cpu.c.
PR: 51523
2003-04-29 14:50:34 +00:00
Matthew N. Dodd
3b5f87e60d
Document the IP_RECVIF socket option.
...
Submitted by: Bruce M Simpson
2003-04-29 08:37:52 +00:00
Ruslan Ermilov
ebd194173e
It was a misunderstanding on my part; all DEC variants
...
are based off of the same SmartRAID V Millennium board.
Requested by: obrien
Reviewed by: scottl
2003-04-27 18:45:07 +00:00
Warner Losh
b629c2deb5
Update to reflect removal of tw.
...
Approved by: re@ (scottl)
2003-04-27 05:39:10 +00:00
Doug Barton
1b6c6f4aae
Add .Xr's to mdmfs(8).
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2003-04-27 01:46:56 +00:00
Tom Rhodes
f0aa77427a
Xref sytle.Makefile(5).
...
PR: 51183
2003-04-26 15:37:39 +00:00