summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Add man page for the bktr driver.jkh1998-03-093-2/+164
| | | | | PR: 5954 Submitted by: wlloyd@mpd.ca (with tweaks from reviewer)
* Document rarpd flags.jkh1998-03-091-5/+19
|
* Typo fixes.jkh1998-03-091-4/+4
| | | | | PR: 5951 Submitted by: Doug <Studded@dal.net>
* Reviewed by: bdedufault1998-03-081-27/+40
| | | | | | | | | | | | | | | | | | | | | | | Changes to support building with _POSIX_SOURCE set to 199309L: 1. Add sys/_posix.h to handle those preprocessor defs that POSIX says have effects when defined before including any header files; 2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE 3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now defined in POSIX. These show up when: _POSIX_SOURCE and _POSIX_C_SOURCE are not set or _POSIX_C_SOURCE is set >= 199309L and vanish when: _POSIX_SOURCE is set or _POSIX_C_SOURCE is < 199309L. 4. Explain these in man 9 posix4; 5. Include _posix.h and conditionalize on new feature test.
* Documented moused flags.jkh1998-03-071-7/+16
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Reviewed by: msmith, bde long agodufault1998-03-042-2/+121
| | | | | POSIX.4 headers and sysctl variables. Nothing should change unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
* Make it possible to indicate that we don't care about the remotephk1998-02-281-1/+9
| | | | sides IP address, as long as it isn't 0.0.0.0
* Fix a few typos.jraynard1998-02-282-4/+4
|
* Strings are terminated by NUL, not NULL.jraynard1998-02-281-2/+2
|
* Update to reflect reality. We do support the WANic 400/405 PCI cards.jhay1998-02-281-13/+8
| | | | Fix some typos and clean it up a little.
* Update man page to reflect reality.jkh1998-02-261-20/+66
| | | | | PR: 5828 Submitted by: Stephen J. Roznowski <sjr@home.net>
* isofs -> cd9660jkh1998-02-261-2/+2
| | | | | PR: 5849 Submitted by: Benjamin Lewis <bhlewis@gte.net>
* Update to sort of match reality by literally including <sys/dirent.h>bde1998-02-241-58/+46
| | | | | | instead of a pre-BSD4.4 version of <dirent.h>. The old version had library goop which is still in <dirent.h>. See reality if you want real details.
* Update to match reality again.bde1998-02-241-31/+56
|
* Update docs for new stable-167 driver.jkh1998-02-202-24/+40
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Updated my e-mail address.hosokawa1998-02-201-2/+2
|
* Remove qcam manpagesmsmith1998-02-182-106/+2
| | | | Submitted by: pst
* Document new variables forward_sourceroute and accept_sourceroute. Whileguido1998-02-161-1/+17
| | | | we're at it: also document the already existing arpproxy.
* Change documentation for `make package' (Thanks (indirectly) O'Brien!).hoek1998-02-071-13/+20
| | | | | | | Document `make readmes'. This is getting old, and the intent is to stop questions regarding it; however, I have a suspicion documenting it will work counter to ending questions about it and am mentally prepared to see it go-ooooooooo.......
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-042-7/+45
| | | | | | Add cross-references to the elusive fpsetmask() function to various other man pages. Reviewed by: bde
* Don't install printcap.5 from here.wollman1998-02-042-359/+1
|
* Mention nameD_program.wollman1998-02-041-1/+6
|
* MF22jkh1998-02-042-10/+14
|
* Fill-in and fill-out a little.hoek1998-01-311-88/+201
| | | | Correct a small misfact. :)
* MF22: Add tx.4 to build list.jkh1998-01-301-2/+3
|
* Add new man page for tx driver.jkh1998-01-293-1/+154
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Get the year right. ;)obrien1998-01-281-2/+2
|
* Explains targets and environ vars much better.obrien1998-01-281-5/+93
| | | | Mostly submitted by: imp
* Add brief note on error message from the driver.yokota1998-01-242-4/+14
|
* Don't refer to the nonexistent function VOP_VALLOC.bde1998-01-201-4/+3
|
* I wrote a poor, but better-than-nothing manual page for the wfd subdriver.pst1998-01-172-2/+213
| | | | Obtained from: od.4
* Removed obsolete man pages.bde1998-01-166-431/+0
|
* Removed references to the man pages for the obsolete interfacesbde1998-01-161-5/+3
| | | | | VOP_BLKATOFF, VOP_SEEK, VOP_SELECT, VOP_TRUNCATE, VOP_UPDATE, VOP_VALLOC and VOP_VFREE.
* Fixed synopsis again. Too much was blown away by splatting a NetBSD-bde1998-01-161-4/+8
| | | | based version over the top of the FreeBSD version in rev.1.6.
* Fixed bitrot. The type of the "level" is intrmask_t, not int.bde1998-01-161-11/+11
|
* Fixed prototype for tsleep() (const poisoning).bde1998-01-161-2/+2
|
* Fixed a missing #include in the synopsis.bde1998-01-167-4/+11
|
* Reflect reality when documenting the link-level flags for 3c509 cards.joerg1998-01-081-13/+9
|
* Revert previous commit and SEE ALSO yp(4) instead.steve1998-01-071-6/+5
|
* documentation changes.jamil1998-01-061-6/+9
|
* Note in the BUGS section that /etc/ethers has been deprecated andsteve1998-01-041-1/+4
| | | | | | | that using a DNS server is preferred to a static file. PR: 5233 Obtained from: partially NetBSD
* Comment out xref to buf(9) manpage.steve1998-01-031-2/+2
| | | | PR: 5421
* (u|w)tmp files are maintained by newsyslog(8).steve1998-01-031-7/+3
| | | | PR: 5414
* Expanded cross references.alex1998-01-025-6/+14
|
* Typo fix.alex1998-01-021-3/+3
| | | | Removed "...when it is published" from conformity statement.
* Add a manpage for the 'ppi' device, detailing its use and feeding.msmith1998-01-022-1/+109
|
* Install diskless.8.bde1998-01-011-2/+2
|
* Sorted lists.bde1998-01-011-5/+10
|
* skey.access.5 has been rotting here for more than 3 years. The versionbde1998-01-011-36/+0
| | | | in libskey is used.
* Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines.bde1998-01-011-52/+53
|
OpenPOWER on IntegriCloud