summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Add a manual page for the fm801 chipsets.trhodes2005-03-012-0/+65
| | | | | PR: 78143 Submitted by: Joel Dahl <joel@automatvapen.se> (original version)
* Fix a grammar nit of mine.obrien2005-02-281-1/+1
|
* -mandoc style tweak rev 1.13.obrien2005-02-281-4/+6
| | | | Submitted by: ru
* Catch up with the latest policies on knobs.obrien2005-02-281-0/+21
|
* Correct a macro name.brueffer2005-02-281-1/+1
| | | | | | PR: 78171 Submitted by: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl> MFC after: 3 days
* ATA -> PATA/SATA, to make clear that this driver supports both kindsbrueffer2005-02-271-3/+3
| | | | | | | of controllers. Inspired by: xy <xy@packetflood.net> MFC after: 3 days
* Don't mention PATA support, all listed controllers are SATA.brueffer2005-02-271-3/+3
| | | | | Inspired by: xy <xy@packetflood.net> MFC after: 3 days
* Add some commas and improve grammar.simon2005-02-261-3/+3
| | | | Suggested by: trhodes
* Note addition of p4tcc, new sysctls and tunable, update mdoc.njl2005-02-261-11/+25
|
* Remove redundant .Pp call.simon2005-02-261-1/+0
| | | | Spotted by: ru
* - Add manual page for snd_neomagic(4).simon2005-02-262-0/+62
| | | | | | PR: docs/78127 Submitted by: Joel Dahl <joel@automatvapen.se> MFC after: 3 days
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-251-1/+1
| | | | | | | | | | | | | | | | | clock time to uptime because wall clock time may go backwards. This is a change in the API which will impact SNMP agents who are using ifi_epoch to set RFC2233's ifCounterDiscontinuityTime. None are know to exist today. This will not impact applications that are using the <index, epoch> tuple to verify interface uniqueness except that it eliminates a race which could lead to a false assumption of uniqueness. Because this is a behavior change, bump __FreeBSD_version. Discussed with: re (jhb, scottl) MFC after: 3 days Pointed out by: pkh (way back at EuroBSDCon) Pointy hat: brooks
* Fix prototype for bpf_mtap2().glebius2005-02-251-1/+1
| | | | MFC after: 3 days
* Update description of net.inet.carp.logglebius2005-02-251-3/+7
|
* Fix a few markup nits in previous commit.trhodes2005-02-251-2/+2
| | | | Noticed by: ru, who else? :)
* Note the ACPI clock and its characteristics.njl2005-02-241-1/+8
|
* mdoc(7) cleanupglebius2005-02-241-38/+47
| | | | Submitted by: ru
* Add IOGEAR GUF320.trhodes2005-02-241-1/+3
| | | | PR: 73825
* To be more complete, discuss 'make kernel' since we do cover buildkernel.trhodes2005-02-241-1/+7
| | | | | Xref config.8. Bump doc date.
* - move information about supported hardware into a HARDWARE sectionbrueffer2005-02-231-10/+17
| | | | | | - bump .Dd MFC after: 3 days
* Tweak description and add Belkin F5D5020imp2005-02-231-2/+6
|
* Sort the list of devices in the HARDWARE section. Also move the sectionbrueffer2005-02-231-17/+17
| | | | | | below the DESCRIPTION section for consistency with the other manpages. MFC after: 3 days
* Update list of utilitys which are implemented externally, Xref info.1,trhodes2005-02-231-16/+25
| | | | | | | clean up some text, bump doc date. PR: 47690 Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
* Reword the HARDWARE section, so it can be used in the autogeneratedbrueffer2005-02-231-1/+3
| | | | hardware notes.
* - make the hardware list look like that of other manpagesbrueffer2005-02-231-2/+2
| | | | | | - fix typo MFC after: 3 days
* Manpage for CARP from .Ox, with minor modifications.glebius2005-02-232-0/+215
| | | | Obtained from: OpenBSD
* Note that debug.acpi.disabled can also disable the video.trhodes2005-02-231-0/+3
| | | | | | PR: 77693 Tested/submitted by: John Prather <jprather@axon.cdc.uci.edu> MFC: 1 day
* They key combinations for Left window and Right window seem reversed, fix.trhodes2005-02-231-2/+2
| | | | PR: 48767
* Connect memguard(9) to the build.brueffer2005-02-221-0/+1
|
* Xref memguard(9)brueffer2005-02-222-1/+3
|
* First cut at a manpage for the MemGuard debugging allocator.brueffer2005-02-221-0/+116
| | | | | most content from: bmilekic mdoc lessons by: ru
* Note addition of est(4)njl2005-02-201-1/+3
|
* Remove the note about em(4) not working with bridge(4) when hardwarebrueffer2005-02-201-5/+1
| | | | | assisted VLAN processing is enabled from the BUGS section. This is expected to work now.
* Document the cpufreq_drv_type() method and info-only flag.njl2005-02-181-6/+15
|
* Remove dublicated device entry from the synopsis.brueffer2005-02-171-1/+0
| | | | | Submitted by: Ulrich Spoerlein <q@uni.de> MFC after: 3 days
* Copyright year update.pjd2005-02-161-1/+1
|
* Don't say that mtx_lock() will "sleep" if another kernel thread isru2005-02-151-2/+2
| | | | | | | | holding the mutex, say it will "block". Later in this manual page we say that sleeping while holding a mutex isn't allowed, and this can be confusing. Submitted by: jhb
* Expand contractions.ru2005-02-153-3/+3
|
* Adapt for new KDB world order.brueffer2005-02-141-4/+4
| | | | | | PR: 77528 Submitted by: Jamin Brown <alec@gwi.net> MFC after: 3 days
* Fix English grammar.glebius2005-02-141-1/+1
| | | | Submitted by: ru
* Update information now that support for priorities has been added.njl2005-02-141-4/+9
|
* Document NGM_ETHER_DETACH functionality.glebius2005-02-141-5/+6
|
* Expand contractions.ru2005-02-1319-29/+29
|
* who's -> whoseru2005-02-131-1/+1
|
* Expand *n't contractions.ru2005-02-1359-114/+114
|
* mdoc(7) review.ru2005-02-131-62/+48
| | | | (I thought Nate has committed it long ago, apparently not.)
* Bump date. Reminded by: runjl2005-02-131-1/+1
|
* Update documentation of tunables.njl2005-02-131-7/+4
|
* Document multicast membership control messages.glebius2005-02-121-1/+13
|
* No one cares about when the manpage first appeared. Mention when the driverbrueffer2005-02-121-2/+2
| | | | | | appeared instead. MFC after: 3 days
OpenPOWER on IntegriCloud