summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Typo correction: detailled -> detailed.keramida2001-11-021-10/+10
| | | | Approved by: nik
* Document support for VIA 82C596 ATA-33 and ATA-66.asmodai2001-11-021-0/+2
|
* Explicitely mention this driver supports the RealTek 8029.asmodai2001-11-021-1/+2
| | | | This should lessen some questions.
* Fix alignment of the chipsets to the largest one described.asmodai2001-11-021-1/+1
|
* Document the /var/run/named directory.cjc2001-11-011-0/+3
| | | | Suggesteded by: brian
* Add a directory in /var/run to store ppp(8) command sockets.cjc2001-11-011-0/+3
| | | | | | PR: bin/29966 Approved by: brian MFC after: 4
* add /var/heimdalassar2001-10-311-0/+2
| | | | absence noted by Archie Cobbs <archie@packetdesign.com>
* Fix typos.julian2001-10-301-2/+2
|
* A node that allows ethernet type packets to be filtered to differentjulian2001-10-301-0/+150
| | | | | | | | hooks depending on ethertype. Great for prototyping protocols. connects to the lower and upper hooks of an ethernet type of node. Obtained from: Monzoon Networks. Thanks to Andre Oppermann, May 2001.
* Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs assilby2001-10-291-18/+29
| | | | | | tunables in loader.conf rather than just kernel options. MFC after: 3 days
* Only provide function information in compile environments that supportmike2001-10-271-9/+9
| | | | | | | the C99 variable __func__ and never for C++. Provide a more meaningful example in the assert(3) manual. Reviewed by: asmodai, bde
* mdoc(7) police:ru2001-10-261-9/+11
| | | | | - Minor markup nits. - Arrange for appearance in 4.5.
* Document HPT372 support.asmodai2001-10-261-0/+2
|
* We support the Intel ICH3 [ATA-100] chipset as well.asmodai2001-10-261-0/+2
|
* o Modify format of /etc/fbtab to accept glob matching patterns forrwatson2001-10-251-4/+2
| | | | | | | | | | | | | | target devices, not just individual devices and directories. This permits activities such as: ttyv0 0600 /dev/dsp* Whereas previously that was not supported. This change is backwards-compatible, except where device names included globbing characters, which is not the case for any devices listed in MAKEDEV. Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 3 weeks
* Fixed some English errors, mainly ones not fixed in the previous commit.bde2001-10-251-8/+3
| | | | | | The previous commit message should have said this too (the only BSDism fixed was punctuation for non-sentences). Neither these changes nor the ones in the previous commit were exactly as submitted by me.
* Simplify.ru2001-10-251-6/+3
|
* Document the link0 option, which downloads the microcode to the board.jlemon2001-10-251-2/+19
|
* Merge in BSDisms. Slight rewordings in some cases.julian2001-10-241-16/+19
| | | | | Submitted by: bde@freebsd.org Reviewed by: jhb@freebsd.org
* Document C99 conformity.asmodai2001-10-241-2/+7
| | | | Update text which is printed out to reflect reality.
* Finish the removal of the LABPC driver.ru2001-10-243-142/+4
| | | | Forgotten by: phk
* Document sx_assert(9).jhb2001-10-232-1/+33
|
* Alter the suggested way of writing structurtes to make them actuallysjulian2001-10-231-12/+18
| | | | | | | readble when there are compound sub-elements (e.g. other structs). Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org MFC after: 1 week
* Remove references to nfsiod(8) and nfs_client_flagsru2001-10-231-10/+0
| | | | now that they are obsolete.
* Explain a little about sysexits(3) so that regular users can takedd2001-10-231-4/+8
| | | | | | | advantage of the fact that some programs care to explain why they failed. PR: 31415
* Remove wx.mjacob2001-10-202-52/+0
|
* mdoc(7) police: join OS version with the corresponding macro.ru2001-10-191-2/+2
|
* Add manpage for gx driver.jlemon2001-10-192-0/+175
|
* "of the of the" -> "of the"tom2001-10-171-1/+1
| | | | | | PR: docs/31336 Submitted by: Sameh Ghane <sw@shaolin.profile4u.com> MFC after: 2 days
* Remove a couple of errant tags.scottl2001-10-172-4/+0
|
* The interface index space may be sparsely populated (e.g. when anfenner2001-10-171-1/+5
| | | | | | | interface in the middle is if_detach()'d). Return (and handle) ENOENT when the ifmib(4) is accessed for a nonexistent interface. MFC after: 14 days
* Improve the wording of my last commit.murray2001-10-161-1/+1
| | | | Submitted by: sheldonh
* sysctl -w -> sysctl, remove second person pronouns, and fix some otherdd2001-10-151-15/+12
| | | | | | | minor bugs. PR: 30772 Submitted by: Peter Avalos <pavalos@theshell.com>
* Add a manual page for the Maestro3 sound driver. This documents it'sscottl2001-10-153-0/+151
| | | | | | special nature under the GPL and a boot hint that can affect operation. MFC after: 3 days
* Note that the contents of /tmp may or may not be kept between systemmurray2001-10-131-1/+7
| | | | | | | | | | reboots. Also add a `NOTES' section that reminds the reader that this man page just documents the system default, and that the hierarchy of a given site is at the system administrators discretion. PR: docs/29525
* Update man pages in the section 4 to match the reality in -CURRENT.yokota2001-10-1353-205/+522
| | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
* Fix a small style slip: Files in /dev are notyar2001-10-121-1/+1
| | | | devices theirselves, but device nodes.
* Add missing section number to a cross-reference to login(1).yar2001-10-111-1/+1
| | | | MFC after: 3 days
* Fixed some bitrot. The KSE interface change for vops had not reached here.bde2001-10-101-6/+6
| | | | | Didn't fix older bugs. Most of the examples don't even match historical interfaces.
* Document the dumpdir variable, and write a better description of the dumpdevdes2001-10-101-11/+18
| | | | | | variable. MFC: 1 week
* mdoc(7) police: fix markup.ru2001-10-081-29/+29
|
* Add man page for device.hint(5).yokota2001-10-081-0/+159
|
* Remove references to non-existant pvcsif(8) and pvctxctl(8).murray2001-10-082-4/+0
| | | | | PR: docs/30446 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Remove reference to non-existant crd(4) man page.murray2001-10-081-1/+0
| | | | | PR: docs/30445 Submitted by: Giorgos Keramidas <charon@labs.gr>
* Mention that ed requires miibus.iedowse2001-10-071-1/+2
| | | | Suggested by: Eugene Grosbein <eugen@grosbein.pp.ru>
* Updates for changes made by KSE import.sheldonh2001-10-066-40/+36
| | | | Submitted by: Chad David <davidc@acns.ab.ca>
* Move the agp(4) page from the i386 directoryyar2001-10-053-5/+6
| | | | | to the machine-independent directory since AGP is used on other architectures as well.
* Show kernel config syntax, not kldload commandyar2001-10-051-1/+1
| | | | | | in the SYNOPSIS section. Reviewed by: ru
* Use the traditional "indent" offset for mdoc(7) lists.yar2001-10-051-1/+1
|
* Update the status of VLAN support in the ethernet drivers.yar2001-10-051-2/+7
|
OpenPOWER on IntegriCloud