232 Commits

Author SHA1 Message Date
jkh
3f81fe3546 Whoops, it might be nice if we actually *installed* the vx man page.
Noticed by:	Juha Inkari <inkari@snakemail.hut.fi>
1996-03-21 00:20:52 +00:00
nate
792e8500f7 "options APM" is no longer necessary for APM support. 1996-03-19 04:19:30 +00:00
jkh
783a3fe936 Whoops, don't forget the man page that goes with the previous commit.
Submitted-by: M. Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1996-03-17 11:44:22 +00:00
mpp
f150590d38 Add a reference to intro(9).
Submitted by:	Philippe Charnier <charnier@lirmm.fr>
1996-03-11 03:28:43 +00:00
phk
cbe1fd47c1 Manpage on the "Laplink" TCP/IP support.
Reviewed by:	phk
Submitted by:	Andrew.Gordon@net-tel.co.uk
1996-03-05 16:49:57 +00:00
peter
76dbdac3af Attempt to document the recent in_pcb local port address changes.. 1996-02-23 21:01:35 +00:00
mpp
3026d983d7 Document the new ".Fx" macro in the mdoc man pages. I also
changed the update(4) man page to use this new macro just to
have something to test it on.
1996-02-12 19:27:32 +00:00
gibbs
7b4fbe06e3 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE
exactly as I did (should have checked there first I guess) except my
macro for TAILQ_INSERT_BEFORE took an unneeded arg.  We now match 4.4Lite2.

Suggested by: Jeffrey Hsu <hsu@FreeBSD.org>
1996-02-12 08:20:54 +00:00
mpp
c0ae8aaae2 Added an i386/FreeBSD specific mtio(4) man page, adapted from the
Lite-2 vax version.
1996-02-12 06:25:31 +00:00
mpp
a3442b676b Add a pbm(5) (portable bitmap format) man page since we have a
few man pages that reference it.
1996-02-12 05:17:28 +00:00
mpp
0796408d4a Another round of man page cleanups.
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
mpp
69247d533f Fixed some minor formatting problems to silence manck some more.
Corrected some bogus cross references to man pages that we don't/won't
have and either deleted them, or found a more appropriate man page
that we do have.  Various other minor changes to silence manck.

Manck is currently down to about 200 lines of errors, down from
the 500 - 600+ when I started all this.
1996-02-12 01:20:38 +00:00
mpp
1d267ab1ce Added a update(4) man page to describe the kernel initiated update
process and changed all of the old references to update(8) to update(4).
1996-02-12 00:45:47 +00:00
mpp
3aeb7f1d49 Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.
1996-02-11 22:38:05 +00:00
wosch
3bb2adf4fd Reviewed by: mpp
a tiny man page
1996-02-11 13:47:00 +00:00
mpp
6f1e1c35e7 Another round of various man page cleanups. 1996-02-09 17:25:57 +00:00
mpp
279ebaafa0 Add some missing MLINKS, correct some cross references, correct some
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
mpp
ac7bc7dc91 Added some missing MLINKS for section 3 man pages.
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.

This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
mpp
a544209873 Link some man pages from man*/i386/xxx to man*/xxx so that you
can actually look at them.
1996-02-08 20:32:45 +00:00
mpp
6bc6f4a20e I forgot to move gsc.4 to the correct makefile after
moving it from man4 to man4/man4.i386.  Pointed out by bde again.
1996-02-06 14:53:31 +00:00
mpp
27e5218d1c Correct some man page cross references and some file
locations.
1996-02-05 17:32:16 +00:00
mpp
ba19fba1c4 gsc.4 should reside in share/man/man4.i386 not share/man4.
Pointed out by bde.
1996-02-05 17:20:36 +00:00
pst
30717ee2a1 Document ability to skip auto-probe 1996-02-04 10:08:24 +00:00
pst
b9e1cc58c2 Add qcam.4 to directory, was only mlinking 1996-02-03 07:43:21 +00:00
mpp
4b1008ade9 Added a FreeBSD specific crash(8) man page that was adapted from
the hp300 crash(8) man page in the lite-2 source tree.

Also removed  man8/makedev.8 (this was vax specific and was replaced
by man8/man8.i386/MAKEDEV.8 a long time ago - it was just never removed
from the source tree).
1996-02-02 22:17:04 +00:00
pst
ef78cb2df2 Add support for Connectix QuickCam(tm) 1996-02-02 19:25:24 +00:00
mpp
c6120ae4f8 Added missing gsc(4) (Genius scanner related man page). 1996-02-02 18:12:12 +00:00
mpp
511d4f82b2 Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00
gibbs
ecf346b070 Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE.
Change examples to actually free() the nodes removed from lists.
Give examples of faster list deletion routines.
1996-01-29 03:23:05 +00:00
jkh
f294136eec Man page for the vx driver.
Submitted by:	Frederick Earl Gray <fgray@owlnet.rice.edu>
1996-01-28 20:33:44 +00:00
joerg
67402d8df8 Totally revamp the man page. (Gack, i didn't even know Peter
had already written one. :)
1996-01-27 17:55:54 +00:00
bde
40fd4c6ff2 Install intro.4, pt.4 and worm.4.
I tried using `MAN4!= *.4' but it did weird things for plain make
although it handled the long overlooked pt.4 and worm.4 better than
the old manually edited list.
1996-01-21 18:43:45 +00:00
joerg
164f323499 Add intro(4), as it's being referenced from severall other pages.
Closes PR # docs/947: missing intro(4) manpage
Submitted by:	David E. O'Brien (initial version)
1996-01-21 14:01:49 +00:00
mpp
95fd971cf1 Fix a variety of minor typos and cross references in a bunch of
man pages.

Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
1996-01-20 07:29:11 +00:00
wollman
b8a5e17b95 More man page cleanups. 1996-01-19 22:17:57 +00:00
wollman
6be8e3ab72 Correct some formatting problems pointed out by bde. 1996-01-19 19:58:33 +00:00
wollman
5afac1da74 The is driver has been superseded by the lnc driver, so don't install
the is.4 man page.
1996-01-18 21:53:08 +00:00
wollman
b80bc65434 Use -mdoc properly.
Delete lots of out-of-date text.
Write new text to replace some of the old text.  BDE will need to inspect
the results for accuracy.
1996-01-18 21:36:18 +00:00
wollman
c916c0ff49 Update to reflect reality, and slightly better formatting. 1996-01-18 21:33:42 +00:00
wollman
3735a1982d Use -mdoc macros correctly. st(4) still needs work. 1996-01-17 21:57:57 +00:00
wollman
7b81f4c2ac Update and clean up. 1996-01-17 21:07:38 +00:00
wollman
40bbf929cf Clean up and translate to -mdoc. 1996-01-17 21:07:02 +00:00
wollman
607a724a0b Update to reflect the reality of the header files.
Make more effective use of -mdoc.
1996-01-16 21:29:43 +00:00
wollman
b95047ce04 Translate to -mdoc. 1996-01-16 20:01:05 +00:00
nate
a3998bb8d1 The order of entries in the host file was reversed. It should have been
Internet address
official host name
aliases

Submitted by:	dkelly@tomcat1.tbe.com (David Kelly)
1996-01-15 19:09:09 +00:00
wollman
aa5d35fd86 Correct reference to tcpdump. Someone should redo this page to use
mdoc macros.
1996-01-14 19:37:48 +00:00
bde
232451a1fd Added new devfs manpages here too. 1996-01-01 16:58:10 +00:00
bde
41a85c3220 Added io.4. 1996-01-01 16:54:34 +00:00
joerg
96a6babeda Document the /dev/io security hole. 1996-01-01 11:01:13 +00:00
joerg
2a7f2932b3 Add man pages for devfs functions after Julian's descripton.
Someone must be the first. :)
1995-12-31 00:08:18 +00:00