summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* add missing comma(s) in .Xr macroswosch1996-09-2313-43/+59
|
* fix .Xr macrowosch1996-09-211-1/+1
|
* Fixed SYNOPSIS (#includes, return types, arg names and formatting) andbde1996-08-281-9/+8
| | | | a couple of other things.
* Convert to mdoc format.mpp1996-08-242-98/+72
| | | | | Note: this man page could probably use some updating to reflect the list of devices that MAKEDEV now supports.
* bring back ``case '?':'' in switch statementwosch1996-08-241-2/+3
|
* Use the .Fx macro to specify FreeBSD version where appropriate.mpp1996-08-2212-27/+26
|
* Use the .Bx macro where appropriate.mpp1996-08-225-7/+14
|
* add copyright, $Id$wosch1996-08-221-2/+27
| | | | | remove case '?', if '?' is not in getopt(), it should not be in the switch statement
* Some cleanups to the callout lists recently added.julian1996-08-221-3/+13
| | | | | | | | note that at_shutdown has a new parameter to indicate When during a shutdown the callout should be made. also add a RB_POWEROFF flag to reboot "howto" parameter.. tells the reboot code in our at_shutdown module to turn off the UPS and kill the power. bound to be useful eventually on laptops
* Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions.mpp1996-08-2114-20/+36
|
* Use the .Fx macro to reference FreeBSD versions in several newer manmpp1996-08-216-14/+17
| | | | | | | | | | | | | | pages. For those of you that don't know, here is an example of how the .Fx macro is used: The xyzzy command first appeared in .Fx 2.2 . Will expand to: The xyzzy command first appeared in FreeBSD 2.2.
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-2013-3/+1190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r.
* Add man-pages for at_exit, at_fork and at_shutdown()julian1996-08-194-1/+251
| | | | | | | | | so that people can look and comment. I'll add the at_fork and at_exit immediatly, but I'll add teh at_shutdown later as it's more extensive and I desire people's comments.. julian
* Add forward(5) to document the .forward file.mpp1996-08-162-4/+81
|
* Convert some formatting escape sequences to use mdoc macros whenmpp1996-08-151-37/+85
| | | | possible. E.g. xrefs are .Xr. Paths are .Pa, etc...
* "appeared in 4.2BSD.." changed to "appeared in 4.2BSD."alex1996-07-271-1/+1
|
* Document the flags.phk1996-07-211-2/+26
|
* Restored most of suggestion about using NULL, even though wollmanbde1996-07-171-4/+12
| | | | disagrees with it personally :-), and fixed the misleading parts.
* Another man page with a messed up .Dd line.mpp1996-07-111-1/+1
|
* Use the correct format for the ".Dd" (man page date) line.mpp1996-07-111-1/+1
|
* A *QUICK* pass through this man page to make it conform to mdocmpp1996-07-111-43/+44
| | | | | | | | | | standards and to clean up some of the English. The job is nowhere complete. This man page would be a good project for someone who knows something about the firewall software, and would like to contribute to the documentation effort. Many of the things in this man page are out of date and do not reflect reality.
* Fix some spelling errors.mpp1996-07-113-6/+6
|
* Add divert.4 to the list of man pages that are installed.mpp1996-07-111-1/+1
|
* Fix a spelling error.mpp1996-07-111-1/+1
|
* Add a man page for the "aic" deive (Adaptec AIC 6260/6360 SCSI controllermpp1996-07-112-2/+50
| | | | | | chips). Obtained from: NetBSD
* Add a man page for the "wt" device (Archive/Wangtec QIC-02 & QIC-36mpp1996-07-112-2/+47
| | | | | | interface boards). Submitted by: NetBSD
* Minor style fixup.mpp1996-07-111-2/+2
|
* Add a man page for the "ncr" device (NCR 53C810 & 5C825 SCSI controllers).mpp1996-07-113-2/+89
| | | | Obtained from: NetBSD
* Add a man page for the "ep" device (3com 3c5x9 ethernet card).mpp1996-07-112-2/+126
| | | | Obtained from: NetBSD
* Add a man page for the "el" device (3com 3c501 ethernet card).mpp1996-07-112-2/+47
| | | | Obtained from: NetBSD
* Add a man page for the "eg" device (3com 3c505).mpp1996-07-112-2/+47
| | | | Obtained from: NetBSD
* Fix a minor formatting problem.mpp1996-07-102-2/+2
|
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-0/+144
| | | | | | This stuff should not be too destructive if the IPDIVERT is not compiled in.. be aware that this changes the size of the ip_fw struct so ipfw needs to be recompiled to use it.. more changes coming to clean this up.
* fix `make install' for subdirs (man4.i386, man8.i386)wosch1996-07-082-6/+11
| | | | | | which I broke in rev 1.21 detected by: bde & jhay@mikom.csir.co.za
* add 'speaker' to section NAMEwosch1996-07-072-4/+8
| | | | add spkrtest(8) to section SEE ALSO
* Add the sr.4 man page so that it gets installed.jhay1996-07-061-2/+3
|
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-051-0/+125
| | | | | | | | | | | | | | | based on the HD64570 chip. Both the 1 and 2 port cards is supported. Line speeds of up to 2Mbps is possible. At this speed about 95% of the bandwidth is usable with 486DX processors. The standard FreeBSD sppp code is used for the link level layer. The default protocol used is PPP. The Cisco HDLC protocol can be used by adding "link2" to the ifconfig line in /etc/sysconfig or where ever ifconfig is run. At the moment only the X.21 interface is tested. The others may need tweaks to the clock selection code.
* add manpage link speaker.4 -> spkr.4wosch1996-07-041-2/+2
|
* Link the pcvt.4 man page to vt.4 so that anyone examiningmpp1996-07-043-4/+6
| | | | | their kernel configuration file can do "man vt" and get what they expect.
* little manual extensionwosch1996-07-031-3/+27
| | | | Submitted by: jhs & wosch
* Update the FILES section to reflect the actual rangempp1996-07-031-3/+3
| | | | | | of ptys that are available. Submitted by: Matthew N. Dodd
* Fix a typo.mpp1996-07-021-2/+2
|
* Add section LIMITSwosch1996-06-301-1/+6
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-242-2/+2
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Update the BUGS section, now that we've got some experience in usingjoerg1996-06-231-11/+23
| | | | this driver.
* Try to get some of the most egregiously old cruft out of here.jkh1996-06-201-8/+4
|
* Delete incorrect and misleading suggestion about NULL. I left inwollman1996-06-131-4/+3
| | | | | the part about testing pointers against NULL, even though I disagree with it personally.
* Indicate that assert exits with abort(3) instead of _exit(2). Closesalex1996-06-121-1/+1
| | | | | | | PR 1317. Reviewed by: alex Submitted by: Cove Schneider <cove@brazil.nbn.com>
* People ask in Usenet, how to configure remoteprinting successfullywosch1996-06-013-2/+56
| | | | | | | having a hosts.lpd(5) manpage and some references to it from within lpd(8) might help here. Close PR docs/1277 Submitted by: andreas@knobel.gun.de (Andreas Klemm)
* Mention that the default update time of 30 seconds may bempp1996-05-311-4/+10
| | | | | changed with sysctl(8) by changing the kern.update variable. Also make a couple of minor cosmetic changes.
OpenPOWER on IntegriCloud