summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove hard sentence breaks introduced in rev 1.9.sheldonh2000-05-041-7/+11
|
* Document `.Fx', `.Nx' and `.Ox' macros as callable and parsable.phantom2000-05-042-8/+5
|
* mdoc(7) cleanup:phantom2000-05-046-57/+74
| | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
* Formatting tweak.archie2000-05-032-8/+6
| | | | PR: docs/18292
* Add missing .El macro.jasone2000-05-031-0/+1
|
* Update my e-mail addressn_hibma2000-05-027-12/+12
|
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-026-0/+714
| | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538
* Include udbp.4 in the buildn_hibma2000-05-011-1/+1
|
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-011-0/+104
| | | | | | | | | | | | | | | | | | | | are two supported chips, the NetChip 1080 (only prototypes available) and the EzLink cable. Any other cable should be supported however as they are all very much alike (there is a difference between them wrt performance). It uses Netgraph. This driver was mostly written by Doug Ambrisko and Julian Elischer and I would like to thank Whistle for yet another contribution. And my aplogies to them for me sitting on the driver for so long (2 months). Also, many thanks to Reid Augustin from NetChip for providing me with a prototype of their 1080 chip. Be aware of the fact that this driver is very immature and has only been tested very lightly. If someone feels like learning about Netgraph however this is an excellent driver to start playing with.
* Remove some trailing zeroes.n_hibma2000-05-013-4/+4
|
* Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.archie2000-05-011-1/+24
| | | | Submitted by: Jake Burkholder <jburkhol@home.com>
* Make kame.4 manpage more FreeBSD specific. Replace some KAME kit directory andphantom2000-05-011-48/+36
| | | | | | | | | | | file names with its FreeBSD equivalents. Remove references to some debuging tools which would never appear in FreeBSD. Use mdoc(7) macros in proper places. Give a credit to Youshinobu Inoue for his efforts on KAME kit integration to the FreeBSD main source tree.
* Update the man page to reflect the recent changes to the kernel API forjulian2000-04-301-13/+68
| | | | netgraph.
* Fix language in description of firewall_script.des2000-04-271-1/+1
| | | | Submitted by: sheldonh
* Document firewall_scriptdes2000-04-271-0/+4
|
* Back out the hook to execute the file ${firewall_type}. The intendedbsd2000-04-271-4/+2
| | | | | | | | | | purpose of the hook was to provide the ability for a shell program to instantiate the firewall rules instead of forcing them to be statically coded. This functionality was already present through the use of ${firewall_script}, and I see no need to keep the ${firewall_type} hook around. Reminded by: Dag-Erling Smorgrav <des@freebsd.org>
* "r" (raw) devices aren't named the traditional way any longer.obrien2000-04-261-7/+7
|
* Add punctuation to make a sentence more readable.wollman2000-04-251-2/+2
|
* Add "device miibus" to SYNOPSIS section.wpaul2000-04-241-0/+1
|
* Add expanded information about .Lb macrophantom2000-04-231-0/+51
|
* Add information about newly added .Lb macrophantom2000-04-231-0/+9
|
* Update the `file' entry to reflect its nature as a symbolic link.chris2000-04-221-1/+3
|
* Introduce .Lb macro to libc_r manpages.phantom2000-04-2235-0/+70
|
* Update to include info about the 1000baseTX adapters.wpaul2000-04-221-3/+39
|
* Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/.green2000-04-211-1/+1
|
* s/of possible/if possible/green2000-04-211-1/+1
|
* Add a .Pp between the forklist_fn typedef and the at_fork prototype.chris2000-04-191-0/+1
|
* Replace a literal vertical space with a .Pp macro.chris2000-04-191-1/+1
|
* Fill in a missing word (`it').chris2000-04-191-1/+1
|
* Update the man page regarding the behaviour for the ${firewall_type}bsd2000-04-171-2/+4
| | | | | | variable. Reminded by: Ruslan Ermilov <ru@FreeBSD.org>
* Flesh this manpage out; add a more complete list of supported controllersmsmith2000-04-111-12/+237
| | | | and add a list of controller diagnostic messages.
* Use the existing Fx macros for rendering "FreeBSD ver".dfr2000-04-101-2/+4
| | | | Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* Add ng_mppc(8) netgraph node as a KLD module.archie2000-04-091-0/+192
| | | | Obtained from: Whistle source tree
* Add manpage for kernel object system.dfr2000-04-082-1/+137
|
* Uncomment ETHER_II frame and remove BPF related variable.bp2000-04-061-4/+4
|
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-061-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | From the README: Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset with PCnetMobile firmware by AMD. BayStack 650 1Mbps Frequency Hopping PCCARD adapter BayStack 660 2Mbps Direct Sequence PCCARD adapter Icom SL-200 2Mbps Direct Sequence PCCARD adapter Melco WLI-PCM 2Mbps Direct Sequence PCCARD adapter NEL SSMagic 2Mbps Direct Sequence PCCARD adapter Netwave AirSurfer Plus 1Mbps Frequency Hopping PCCARD adapter Netwave AirSurfer Pro 2Mbps Direct Sequence PCCARD adapter Known Problems: WEP is not supported. Does not create IBSS itself. Cannot configure the following on FreeBSD: selection of infrastructure/adhoc mode ESSID ... Submitted by: Atsushi Onoe <onoe@sm.sony.co.jp>
* Whitespace change:sheldonh2000-04-041-2/+3
| | | | | | | Remove single-space hard sentence break introduced in the previous commit. Reviewed by: jmb
* Explain static numbering.sheldonh2000-04-031-4/+16
| | | | Reviewed by: asmodai
* Brush up the last commit.yokota2000-04-031-3/+4
| | | | | | | - Change some expressions. - Wrap "resume" in single quotes to maintain consistency. Submitted by: sheldonh
* - Add HPFS and NWFS vnode tags.chris2000-04-021-12/+12
| | | | | | | - Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101, 1.102. Reviewed by: alfred
* Add support for the LinkSys USB10T network adapter thatjmb2000-04-021-2/+4
| | | | | | | contains the ADMtek Pegasus AN986 USB chipset. The adapter supports both 10BaseT and 100BaseT (including full-duplex). The product code for these adapters is 0x2206.
* Add and install BUS_SETUP_INTR.9.asmodai2000-04-022-1/+72
| | | | | | This effectively replaces BUS_CREATE_INTR.9 and BUS_CONNECT_INTR.9. Reviewed by: n_hibma
* Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().asmodai2000-04-023-124/+1
| | | | | | | | | | | These got replaced by BUS_SETUP_INTR(). This once again illustrates an API change without informing -doc, so that these sort post cleanup actions could've been avoided. And then people wonder why the docs suck so much at times. Reviewed by: peter
* - Reflect recent update.yokota2000-04-021-32/+29
|
* Enable installation of picobsd.8grog2000-04-021-1/+1
|
* Remove spurious .Fc which caused this manpage to be closedasmodai2000-04-011-1/+0
| | | | prematurely.
* Add notes about pci support.imp2000-04-011-2/+11
|
* Add a sysctl to specify the amount of UDP receive space NFS shoulddillon2000-03-271-1/+8
| | | | | | | | | | | reserve, in maximal NFS packets. Originally only 2 packets worth of space was reserved. The default is now 4, which appears to greatly improve performance for slow to mid-speed machines on gigabit networks. Add documentation and correct some prior documentation. Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu> Approved by: jkh
* Really remove all traces of wst.4 from the Makefile.roberto2000-03-271-1/+1
| | | | Re-broken by: n_hibma :)
* Update STAILQ example to use STAILQ_REMOVE_HEAD instead ofjhb2000-03-271-1/+1
| | | | | | | TAILQ_REMOVE_HEAD. PR: docs/17590 Submitted by: Benno Rice <benno@netizen.com.au>
OpenPOWER on IntegriCloud