Commit Graph

927 Commits

Author SHA1 Message Date
John Fieber e2c4a43bbc Add a makefile. 1995-09-08 19:40:04 +00:00
John Fieber ff3498c91e Add a makefile. 1995-09-08 19:34:26 +00:00
John Fieber e9df041096 Add bsd.sgml.mk 1995-09-08 19:27:48 +00:00
John Fieber 8b3efe0466 A makefile for sgml source files.
Reviewed by:	Rod Grimes rgrimes@gndrsh.aac.dev.com
1995-09-08 19:23:19 +00:00
Satoshi Asami 6ad37c02fb Remove machine name from Dave Chapeskie's e-mail address. 1995-09-08 10:14:52 +00:00
Julian Elischer a47380a6d4 Submitted by: -Luigi Rizzo (luigi@iet.unipi.it)
Obtained from:  Luigi Rizzo and Gunther Schadow
man page for the asc scanner driver
1995-09-08 03:10:51 +00:00
Jordan K. Hubbard 9372029d93 Move and properly add in man page for Matrox Meteor driver.
Submitted by: james
1995-09-06 03:34:52 +00:00
John Fieber 66f1d0dbc6 Changes submitted by the author.
Submitted by:	Wilko Bulte, <wilko@yedi.iaf.nl>
1995-09-05 21:07:15 +00:00
John Fieber 164f78d7da A first rough cut at an abridged version of the handbook for use
on the installation floppy.

Also pulled the entity definitions for the various sections out
of handbook.sgml and put them in their own file since they are used
both by handbook.sgml (the full version) and boothelp.sgml (the
abridged version).
1995-09-03 21:12:29 +00:00
Andreas Schulz 3c09ce5dca Correct a typo. 1995-09-02 11:09:03 +00:00
Bill Paul a755ea5b3f Update this man page to reflect reality with respect to NIS and
document the proper way to set up NIS overrides in the password database.
1995-09-02 04:25:24 +00:00
Bill Paul 0c31984940 Update this man page to reflect reality. 1995-09-02 04:20:01 +00:00
John Fieber f024993b17 a) Fix some glitches that trip up LaTeX.
b) Put in names and email addresses of people who have claimed
   empty sections as their own.
c) Incorporated MIRROR.SITES as the first section in the appendix
   titled "Obtaining FreeBSD".  When adding, removing or otherwize
   twiddling with the mirror site info, do it in mirrors.sgml!
d) A couple other odds and ends.
e) NOTE: You must update your your /usr/bin/sgmlfmt and /usr/share/sgml
   to process this edition of the handbook!
1995-09-01 04:54:14 +00:00
Jordan K. Hubbard c4fd50cb61 Tweak. 1995-08-31 15:17:02 +00:00
Jordan K. Hubbard ac3334c708 Whoops, move - not delete! 1995-08-31 15:15:17 +00:00
Jordan K. Hubbard 4f7865767b Update contributors. 1995-08-31 15:12:20 +00:00
Jordan K. Hubbard 3b261895ff Update this file. 1995-08-31 15:08:39 +00:00
David Greenman f3a06d3ee0 Corrected Marc Frajola's email address. 1995-08-30 09:51:38 +00:00
David Greenman 929bb32c22 Corrected Marc Frajola's email address. 1995-08-30 09:44:45 +00:00
Satoshi Asami 00f4a8c7f8 Don't trust ncftp's exit status, they are not indicative of whether
the file is fetched or not.  Apparently Jordan fixed it a long time
ago but it was broken again at import of the new version of ncftp.
Which means even if we fix it, it may break again and we may need to
fix it again, and (imagination here, please)....

Instead, move the file existence check into the for loop for
MASTER_SITES/PATCH_SITES and break out with "continue 2" when the file
is found.  This is actually a cleaner logic than before if you ask me,
because instead of assuming the file is fetched on a 0 exit status
from ncftp AND checking for the existence of the file after the loop,
the check is done exactly once for each iteration and nowhere else.
1995-08-29 11:57:40 +00:00
Satoshi Asami 7daa3c4b5a Clean up EXTRACT_ONLY logic a bit. Instead of branching in the
do-extract target depending on defined(EXTRACT_ONLY) or not, simply
set EXTRACT_ONLY ?= ${DISTFILES} and always use ${EXTRACT_ONLY} as
the extraction list.
1995-08-29 11:24:50 +00:00
Andras Olah c6444359fa Add myself to the contributor list. 1995-08-29 07:28:48 +00:00
John Fieber 7ceae9a83d Bug fixes. Added an <htmlurl> tag to be compatible with the latest
linuxdoc.
Obtained from:	Linuxdoc 1.3
1995-08-29 01:46:34 +00:00
John Fieber 1279901cec Clean up assorted formatting glitches. Mostly associated with missing
<header> tags.
1995-08-29 01:42:52 +00:00
Mike Pritchard 64653e0d72 Add myself to the contributor list. 1995-08-28 21:53:12 +00:00
John Fieber d1017b80bf Fix assorted formatting glitches. 1995-08-28 20:34:59 +00:00
Jordan K. Hubbard f5de4fdbaf Man page for Matrox meteor.
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 17:08:26 +00:00
Jordan K. Hubbard 79f04fe603 Bring in example files for Mark Tinguely and Jim Lowe's Matrox Meteor driver.
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
1995-08-28 16:54:54 +00:00
John Fieber bce1959ae5 Added some info on Boca and Digiboard multiport cards.
Submitted by:	Andrew Webster <awebster@dataradio.com>,
		Don Whiteside <whiteside@acm.org>
1995-08-27 02:44:20 +00:00
Jordan K. Hubbard 46babfb66f Cleanup. Remove a gratuitous observation. 1995-08-26 12:07:06 +00:00
Satoshi Asami c65081f32c Added Alain Kalker <alain@Wit401402.student.utwente.nl> for his
contributions of a new slirp port.
1995-08-26 07:54:44 +00:00
David Greenman e70db05ac9 Document "noauto" as an fstab option. 1995-08-26 05:52:24 +00:00
John Fieber 3630e84e6b Another minor correction about Adaptec controllers.
Submitted by:	"Justin T. Gibbs" <gibbs@FreeBSD.org>
1995-08-26 03:09:12 +00:00
John Fieber 4f4923250f Fixed a small omission:
<item>Adaptec 274X/284X/2940 (Narrow/Wide/Twin)
	      series ISA/EISA/VLB/PCI SCSI controllers
                              ^^^
Submitted by:	"Justin T. Gibbs" <gibbs@FreeBSD.org>
1995-08-25 23:51:08 +00:00
John Fieber d1171f6899 Added some notes on PCI chipsets and their quirks.
Submitted by:	jhk@freebsd.org for rgrimes@freebsd.org
1995-08-25 22:14:30 +00:00
David Greenman c1f50c0c65 Added Kirk McKusick. 1995-08-25 10:43:59 +00:00
David Greenman 6ec9ec5968 Added Kirk McKusick. 1995-08-24 23:22:39 +00:00
Satoshi Asami eccdb56dd7 Add
Kurt Olsen <kurto@tiny.mcs.usu.edu>

to the list of contributors for his great netscape mailcap file.
1995-08-21 12:30:54 +00:00
Satoshi Asami cfdc2724e9 Moved in my changes from CONTRIB.FreeBSD. The "M-x sort-lines" corrected
some ordering errors too.
1995-08-21 07:19:20 +00:00
Gary Clark II 492f43d822 Add entry for ATAPI cd-rom for current.
slight cosmetic changes.
1995-08-20 15:21:31 +00:00
John Fieber 6609c8a20d Added a note about dealing with dynamic IP address assignment from
service providers.
Submitted by:	Robert Watson   rwatson@sidwell.edu
1995-08-19 22:16:06 +00:00
John Fieber e9328d1ba4 Placed a link to the XFree86 Project WWW pages as a placeholder for
our X11 documentation.

Vastly improved documentation for porting applications, courtesy of
asami@freebsd.org.

Submitted by:	asami@freebsd.org
1995-08-19 15:38:25 +00:00
Gary Clark II d38c662578 Change my address,
Add John Bresler
1995-08-18 20:23:52 +00:00
Joerg Wunsch c13ddc0677 Add the FTP mirror of the Dresden University.
Jordan, you might wish to update sysinstall's builtin knowledge, too.

They are also offering r/o NFS access, will this be interesting for
us? (sysinstall)
1995-08-18 18:20:13 +00:00
Stefan Eßer e0b6c1e3bd Add "Danny J. Zerkel <dzerkel@feephi.phofarm.com>" because of his
contributions to the PCI chip set register dump description table.
1995-08-18 16:33:55 +00:00
Satoshi Asami ade82b9b63 Merge all the "skeleton" target into one macro. This is an enormous
change, but I've been testing this on thud and silvia for quite a
while, also I haven't gotten any bug reports from the ports list, so
I'm going to let it loose!

It cleans up this file quite a bit, now I can go in and start adding
some more "interesting" things.... ;)
1995-08-18 10:06:28 +00:00
Andreas Schulz abcf9b120c Correct a typo. 3c389 -> 3c589 is the correct 3com PCMCIA card number. 1995-08-17 21:18:48 +00:00
Andrey A. Chernov eac0049e69 Fix F11 and F12 for VT200, my mistake
Remove some rare-used semigraphics from VT100 entry, it really helps many
not-fully compatible emulators and don't degradate original vt100 much.
Add VT200 keys set to VT100 k1-k4, it not affects original VT100 since no one
program tests keys presense, but helps emulators to work
1995-08-16 21:45:34 +00:00
Peter Wemm 90129a1968 Remove bogus "nl=" and "ko=" from AT386.. The "nl=" causes serious problems
with scrolling, especially with nvi.
Reviewed by:	ache
1995-08-15 20:22:52 +00:00
Joerg Wunsch 63fcc30508 Correct the entry for some Dasher terminal. A backslash has been
mangled.

Submitted by:	oops, i've just killed the mail from my inbox :-(
1995-08-15 19:58:29 +00:00