summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* pcfs -> msdosache1996-11-101-1/+1
| | | | 2.2 candidate
* Remove comment about offset, it is no longer necessary. Add mentionasami1996-11-071-5/+6
| | | | | | of partition types in disklabel. Add disklabel(8) to "see also" section. Reminded by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* After prodding, add a BSD style copyright to those man pages I thinkjulian1996-10-1811-6/+256
| | | | | I probably originally wrote. Also take my name OUT of the ddb man page.. I did NOT port it from mach.
* add a man page for suser() because its usage is not as obviousjulian1996-10-161-0/+69
| | | | as you would first think.
* Fix a macro error in HISTORY section.wollman1996-10-081-2/+2
|
* Delete stale rt_metrics and route flag descriptions and replace them withwollman1996-10-081-34/+14
| | | | a cross-reference to rtentry(9). Add SEE ALSO and HISTORY sections.
* Add an rtentry(9) page to describe the structure of a routing-tablewollman1996-10-083-4/+292
| | | | entry and the metrics and flags which pertain thereto.
* Document what I believe to be the interface of rtalloc*.wollman1996-10-082-2/+203
|
* correct spelling of 'X Window System' (tm)wosch1996-10-061-2/+2
|
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-057-10/+16
|
* Add a man page describing the interrupt priority `levels'.joerg1996-10-041-0/+199
| | | | | | | Comments by: bde Lousy MCI network link :(, my commit message for the Makefile has been botched.
* Reviewed by:joerg1996-10-041-1/+5
| | | | | Submitted by: Obtained from:
* Add a warning about SCB paging.pst1996-10-012-0/+6
| | | | Suggested by: gibbs
* 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.
OpenPOWER on IntegriCloud