1219 Commits

Author SHA1 Message Date
mpp
c6120ae4f8 Added missing gsc(4) (Genius scanner related man page). 1996-02-02 18:12:12 +00:00
wosch
358b3e4f05 Umlauts corrected 1996-02-02 05:27:27 +00:00
jkh
4b84f30ed0 Reshuffle the task list somewhat, add Alexander Seth Jones as the
coordinator for the AFS port, since he just volunteered!
1996-02-01 21:00:38 +00:00
jkh
6d6f872341 Update my hardware section. Still waiting for more "Picks" configurations,
folks!  Am I to be the only hardware blow-hard in here? :-)
1996-02-01 07:31:47 +00:00
asami
4c61d54ccc Added Mita Yoshio <mita@iis.u-tokyo.ac.jp> for his contribution of
the tgif port.
1996-02-01 06:55:17 +00:00
mpp
7b62020208 Fix some grammar problems (mainly its/it's stuff). 1996-01-31 19:03:02 +00:00
mpp
2079cbc15a Some more spelling fixes. 1996-01-31 14:26:20 +00:00
mpp
b9a84bfdc6 Fix some more spelling errors. 1996-01-31 13:53:01 +00:00
jkh
125ae5718f Correct someone's cut-and-paste errors. Some lines began incorrectly
with spaces instead of tabs.
Submitted by:	Jeremy Chatfield <jdc@xinside.com>
1996-01-30 23:12:36 +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
jfieber
dd58a234ad Formatting tweak. 1996-01-28 16:59:05 +00:00
jfieber
8e3db52b37 Add info about distinguishing freebsd versions.
Submitted by:	obrien@cs.ucdavis.edu
1996-01-28 16:36:24 +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
roberto
9b4e26a129 Add a few questions including where to find the 2.1.0 CD inAustralia,
the fact that 2.1.0 will not install with 4 MB and a few others.
1996-01-27 15:57:07 +00:00
ache
3cddd44424 Change mapping slightly 1996-01-25 16:29:41 +00:00
asami
d553122c89 Added Hidetoshi Shimokawa (simokawa@sat.t.u-tokyo.ac.jp). He is the
administrator of the Japanese mail exploder.
1996-01-25 05:35:31 +00:00
ache
0ed53cb0c5 Use two-letters abbrev. for weekdays
Change months form
1996-01-24 22:49:33 +00:00
ache
5b094858b2 German LC_TIME
Submitted by: joerg
1996-01-24 11:30:26 +00:00
roberto
ae387d6ba2 Syntax corrections.
Submitted by:	john@starfire.MN.ORG (John Lind)
1996-01-22 17:44:30 +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
bde
3d19869083 Use `make' loops instead of shell loops to install things. This fixes
the verbose output for `make -s install' and gives nicer output for
`make install' and `make -n install'.  This method should be used more.

Install meteor and startslip.  In fact, install all subdirectories
except CVS.  This method should be used more so that SUBDIR lists don't
have to be changed so often (special cases could be handled by short
exclusion lists).
1996-01-21 17:57:25 +00:00
jdp
2216580a16 Back out my previous change, which caused c++rt0.o to be linked into
every shared library, until I can diagnose the problems it is causing
for certain programs such as awk and groff.
1996-01-21 17:26:25 +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
jfieber
53c3bca519 Typo in jmb's email URL.
Submitted by:	Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1996-01-20 16:19:17 +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
nate
e416b26376 Add a note about needing a new version of config(8) when upgrading from older
releases of FreeBSD.
1996-01-20 06:28:11 +00:00
nate
832ebec744 - Make it even more obvious that npx0 is 'mandatory'.
- Point people to LINT for better descriptions of configuration lines.
1996-01-20 06:11:35 +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
jdp
2b13f2a1dc Always link /usr/lib/c++rt0.o into a shared library. CPLUSPLUSLIB is no
longer necessary, and can be removed from Makefiles.
1996-01-17 00:03:08 +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
jkh
41fa1c51f1 UK canon, thanks to kind folks at Pavilion. 1996-01-16 18:27:03 +00:00
jfieber
8f8e14b553 Document the stable mailing list.
Submitted by:	"David E. O'Brien" <obrien@cs.ucdavis.edu>
1996-01-16 14:53:09 +00:00
asami
535a8056f5 Added Brian Clapper <bmc@telebase.com> for his contribution of Linux
`ls' port.  (Hey don't scream, he said he'll do some more ports!)
1996-01-15 23:57:59 +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
asami
6ba0bb5bfc Add "Wes Santee <wsantee@wsantee.oz.net>" for the tkHTML/wwwish distfile
disappearance report.
1996-01-13 07:53:08 +00:00
joerg
2b96a94f3f Add ftp6.de.freebsd.org. 1996-01-08 11:53:46 +00:00
joerg
63fe9a2fe6 Mention Wilko Bulte and Larry Altneu for providing me with an Archive
and a Wangtek QIC-02 drive, in order to improve the wt driver.
(Location: Jörg's home :)
1996-01-07 11:55:51 +00:00
ache
0a15b5f2b0 Remove -fno-strength-reduce, gcc bug fixed recently 1996-01-05 18:54:07 +00:00
jkh
21e5d850cb Argh! Typo. 1996-01-05 08:47:37 +00:00