Commit Graph

323 Commits

Author SHA1 Message Date
wollman
c890cc3e7b Delete stale rt_metrics and route flag descriptions and replace them with
a cross-reference to rtentry(9).  Add SEE ALSO and HISTORY sections.
1996-10-08 20:37:24 +00:00
wollman
86a93ff5de Add an rtentry(9) page to describe the structure of a routing-table
entry and the metrics and flags which pertain thereto.
1996-10-08 20:25:39 +00:00
wollman
376ed22559 Document what I believe to be the interface of rtalloc*. 1996-10-08 18:45:06 +00:00
wosch
470307b778 correct spelling of 'X Window System' (tm) 1996-10-06 17:59:28 +00:00
wosch
65b9eae0ee delete doubled words, e.g.: "the the" -> "the" 1996-10-05 18:37:31 +00:00
joerg
8fd1ca9d49 Add a man page describing the interrupt priority `levels'.
Comments by: bde

Lousy MCI network link :(, my commit message for the Makefile has been
botched.
1996-10-04 21:22:49 +00:00
joerg
7b89e31db1 Reviewed by:
Submitted by:
Obtained from:
1996-10-04 21:20:07 +00:00
pst
5198e1d72f Add a warning about SCB paging.
Suggested by: gibbs
1996-10-01 03:54:16 +00:00
wosch
89dea7c61d add missing comma(s) in .Xr macros 1996-09-23 22:24:39 +00:00
wosch
d3f8d45ce4 fix .Xr macro 1996-09-21 15:08:10 +00:00
bde
cf15c374b5 Fixed SYNOPSIS (#includes, return types, arg names and formatting) and
a couple of other things.
1996-08-28 16:58:34 +00:00
mpp
00ffd0b173 Convert to mdoc format.
Note:  this man page could probably use some updating to reflect
the list of devices that MAKEDEV now supports.
1996-08-24 16:44:23 +00:00
wosch
73b870d087 bring back ``case '?':'' in switch statement 1996-08-24 10:49:09 +00:00
mpp
74fd7deaba Use the .Fx macro to specify FreeBSD version where appropriate. 1996-08-22 23:51:58 +00:00
mpp
5bf747eb4e Use the .Bx macro where appropriate. 1996-08-22 23:39:32 +00:00
wosch
e810152d38 add copyright, $Id$
remove case '?', if '?' is not in getopt(), it should
not be in the switch statement
1996-08-22 16:55:15 +00:00
julian
e5048c6cd5 Some cleanups to the callout lists recently added.
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
1996-08-22 03:50:33 +00:00
mpp
98b8a193ac Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions. 1996-08-21 22:01:49 +00:00
mpp
2d0ae2fc91 Use the .Fx macro to reference FreeBSD versions in several newer man
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.
1996-08-21 21:43:28 +00:00
julian
7350d1d3b2 Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
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.
1996-08-20 08:22:01 +00:00
julian
04e6ea40d2 Add man-pages for at_exit, at_fork and at_shutdown()
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
1996-08-19 02:22:15 +00:00
mpp
930980c67e Add forward(5) to document the .forward file. 1996-08-16 00:15:17 +00:00
mpp
c6763c769f Convert some formatting escape sequences to use mdoc macros when
possible.  E.g. xrefs are .Xr.  Paths are .Pa, etc...
1996-08-15 23:36:21 +00:00
alex
5306d9c9d6 "appeared in 4.2BSD.." changed to "appeared in 4.2BSD." 1996-07-27 01:20:00 +00:00
phk
9404f2c965 Document the flags. 1996-07-21 09:29:25 +00:00
bde
227052690b Restored most of suggestion about using NULL, even though wollman
disagrees with it personally :-), and fixed the misleading parts.
1996-07-17 12:32:18 +00:00
mpp
cbdea5f14c Another man page with a messed up .Dd line. 1996-07-11 02:57:03 +00:00
mpp
b542c0b065 Use the correct format for the ".Dd" (man page date) line. 1996-07-11 02:47:00 +00:00
mpp
ca1d2104ec A *QUICK* pass through this man page to make it conform to mdoc
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.
1996-07-11 02:37:59 +00:00
mpp
b07aab75a8 Fix some spelling errors. 1996-07-11 02:08:31 +00:00
mpp
b7945e1e10 Add divert.4 to the list of man pages that are installed. 1996-07-11 01:52:46 +00:00
mpp
58cc19ad75 Fix a spelling error. 1996-07-11 01:20:45 +00:00
mpp
50ce98ccd6 Add a man page for the "aic" deive (Adaptec AIC 6260/6360 SCSI controller
chips).

Obtained from: NetBSD
1996-07-11 01:11:12 +00:00
mpp
5cb2d66d1c Add a man page for the "wt" device (Archive/Wangtec QIC-02 & QIC-36
interface boards).

Submitted by:	NetBSD
1996-07-11 00:37:13 +00:00
mpp
8fc9d64eae Minor style fixup. 1996-07-11 00:31:57 +00:00
mpp
7869598d8d Add a man page for the "ncr" device (NCR 53C810 & 5C825 SCSI controllers).
Obtained from: NetBSD
1996-07-11 00:30:51 +00:00
mpp
f9de69d847 Add a man page for the "ep" device (3com 3c5x9 ethernet card).
Obtained from: NetBSD
1996-07-11 00:22:46 +00:00
mpp
ae31e017c8 Add a man page for the "el" device (3com 3c501 ethernet card).
Obtained from: NetBSD
1996-07-11 00:19:22 +00:00
mpp
13186bd425 Add a man page for the "eg" device (3com 3c505).
Obtained from: NetBSD
1996-07-11 00:16:46 +00:00
mpp
fca70da54a Fix a minor formatting problem. 1996-07-10 23:54:15 +00:00
julian
9277e63302 Adding changes to ipfw and the kernel to support ip packet diversion..
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.
1996-07-10 19:44:30 +00:00
wosch
be5d914031 fix `make install' for subdirs (man4.i386, man8.i386)
which I broke in rev 1.21

detected by: bde & jhay@mikom.csir.co.za
1996-07-08 17:44:31 +00:00
wosch
aaeee47fd8 add 'speaker' to section NAME
add spkrtest(8) to section SEE ALSO
1996-07-07 12:52:03 +00:00
jhay
ab96797ef9 Add the sr.4 man page so that it gets installed. 1996-07-06 08:03:18 +00:00
jhay
a3554dc700 This driver supports the SDL Communications RISCom/N2 ISA cards that is
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.
1996-07-05 18:51:59 +00:00
wosch
14254daab6 add manpage link speaker.4 -> spkr.4 1996-07-04 22:54:14 +00:00
mpp
9a167a10a8 Link the pcvt.4 man page to vt.4 so that anyone examining
their kernel configuration file can do "man vt" and get
what they expect.
1996-07-04 00:42:09 +00:00
wosch
a50cb64703 little manual extension
Submitted by: jhs & wosch
1996-07-03 22:30:53 +00:00
mpp
2a031c31ae Update the FILES section to reflect the actual range
of ptys that are available.

Submitted by:	Matthew N. Dodd
1996-07-03 03:07:03 +00:00
mpp
b9ef4c8d5a Fix a typo. 1996-07-02 21:53:54 +00:00