Commit graph

4385 commits

Author SHA1 Message Date
Ben Smithurst
9e0ebb4e14 update the "win95 killed my boot manager" question to mention the boot0cfg
program.  Also mention win98 as well as win95.

PR:		20226
Submitted by:	John Reynolds <jjreynold@home.com>
2000-07-28 00:37:03 +00:00
Ben Smithurst
a1a8a70906 Fix some entities added in rev 1.45. ("c" -> "c++", likewise for lex++,
flex++ and g++)
2000-07-27 19:17:31 +00:00
Ben Smithurst
a3ab85bc59 Fix the doc build by adding back less(1) and more(1), which were
mysteriously removed in the last commit.
2000-07-26 22:09:55 +00:00
Jim Mock
3b254dbc55 Add entities for the few thousand man pages not already in this file.
PR:		20130
Submitted by:	Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-26 20:04:20 +00:00
Jim Mock
b283a86ae0 /etc/ppp/*.sample -> /usr/share/examples/ppp/*.sample
PR:		20180
Submitted by:	George Russell <george.russell@clara.net>
2000-07-26 18:51:05 +00:00
Jim Mock
82d7459043 Close tags with </foo> instead of </>.
PR:		20183
Submitted by:	Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-26 18:24:50 +00:00
Jim Mock
4aab8cc9fc Cleanup from last commit. Whitespace changes only. 2000-07-26 18:11:38 +00:00
Jim Mock
337c466f64 4.0-STABLE -> 4-STABLE
Submitted by:	Eric Ogren <eogren@earthlink.net>
2000-07-26 18:09:11 +00:00
Jim Mock
471b9c0a7c Add a link to the Hardware Guide in the FAQ.
PR:		20192
Submitted by:	Dan Langille <dan@freebsddiary.org>
2000-07-26 18:07:59 +00:00
Ben Smithurst
ff5aaba5d8 Fix some stupid mistakes I made when adding des' CVS primer:
* $FreeBSD$ shouldn't be expanded when used in the explanation of
   conflicts.
 * Add some markup bits I missed, fix typoes, fix broken hyphenation
   caused by joining lines together which had hyphenated words split over
   them.
2000-07-26 17:53:17 +00:00
Jim Mock
115a84d651 Let it be known that it is not always necessary to build world before
building a kernel.

PR:		20191
Submitted by:	Dan Langille <dan@freebsddiary.org>
Expanded on by:	Eric Ogren <eogren@earthlink.net>
2000-07-26 17:38:14 +00:00
Chris Piazza
47b4ed09b2 Remove my key for now, I've misplaced all the private key files
for this so it's pretty useless.
2000-07-26 05:35:46 +00:00
Hiroyuki Hanai
81b370169b catch up with the current en version (1.20). 2000-07-26 05:12:37 +00:00
Hiroyuki Hanai
8e2612f5d8 correct grammatical stuff.
close an unclosed parenthesis.
add some Emacs stuff.
2000-07-26 05:08:14 +00:00
Hiroyuki Hanai
1c50db92fb just increment `original revision' because
the change in en version was to correct misspelling.
2000-07-26 01:55:34 +00:00
Hiroyuki Hanai
35c60d711e correct misspelling.
Approved by: marcel@cup.hp.com
2000-07-26 01:52:19 +00:00
Ben Smithurst
027be86094 Add mini CVS primer.
Text submitted by:	des
Approved by:		jhb
2000-07-26 01:17:18 +00:00
Ben Smithurst
108f4e89bd * Mention the samples in /usr/share/examples/ppp as well as /etc/ppp
* RFC 1597 -> RFC 1918, the former is now obsolete
* Clarify that people can use the 192.168.* addresses on their own networks
  if they want.
2000-07-26 01:14:22 +00:00
Ben Smithurst
e1ae582ceb Add more(1) and less(1), which will be needed when I add des' mini
CVS primer to the committers-guide.
2000-07-26 00:57:20 +00:00
Ben Smithurst
759d96252a Use <errorname> instead of <quote> in my question about cron errors.
Pointed out by:	nik
2000-07-25 18:24:48 +00:00
Ben Smithurst
846c848b3d Add some magic which puts double quotes around <errorname> text.
Submitted by:	nik
2000-07-25 18:23:45 +00:00
Jim Mock
991188c52b Add a missing drive letter in the ``how to make the boot floppies''
example.

Submitted by:	Ryan G. Coleman <colemanr@marietta.edu> on -doc
2000-07-25 17:44:42 +00:00
Hiroyuki Hanai
24e569fc75 catch up with the English version. 2000-07-25 12:13:00 +00:00
Nik Clayton
c0ca318851 Turn on callout graphics. Forgot this from about a week ago. 2000-07-25 10:31:35 +00:00
Alexander Langer
e22a8d4ce6 For the new buildkernel/installkernel targets, /usr/src/* must exist.
release-versions of FreeBSD might only contain /usr/src/sys.
The old description lead to misunderstandings for newbies.
Clarify that you still have to use the old method if you don't sync src/
with the FreeBSD project.

PR:		20136
Reported by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
		(different patch suggested)
2000-07-25 09:34:10 +00:00
Mark Ovens
7a947097f5 Add note about the use of tags when cvsup'ing the GNATS tree. 2000-07-24 20:02:45 +00:00
John Polstra
67d3089fa0 Add cvsup4.de.FreeBSD.org. 2000-07-24 17:11:58 +00:00
Alexander Langer
b0a3256487 Alex Nash wrote the "Configuring the cy driver" section, not me. 2000-07-24 09:37:46 +00:00
Poul-Henning Kamp
50c056cd80 Add ache to the "Core Team Alumni" list. 2000-07-24 07:18:06 +00:00
Poul-Henning Kamp
8dae9a64c2 Ache has asked to be removed from the core team. 2000-07-24 07:15:28 +00:00
Nik Clayton
a4ce26cb60 Fix the author information. The element to use in this situation is
<corpauthor>.
2000-07-24 05:10:53 +00:00
Ben Smithurst
ac84d257b3 Clarify that 'ifconfig -a' might not show an tun devices in recent releases,
and that they are dynamically created.

PR:		20107
Noticed by:	George Russell <george.russell@clara.net>
2000-07-23 19:51:30 +00:00
Nik Clayton
460016ce35 Fix the handling of unsupported formats (like "html-split") in doc.html.mk.
Output a non-fatal warning for these.  For unknown formats output a fatal
error.
2000-07-23 16:27:58 +00:00
Nik Clayton
6878fbaeb8 Update the internal links in mirrors/chapter.sgml (for example in
anoncvs section that links to CVSup) to point to the right place within
the document.
2000-07-23 16:24:48 +00:00
Nik Clayton
a26dd557eb Rewrite the abstract. This isn't just a CVS document any more.
Shift the information about the repository-meisters in to the first
section about CVS.

Re-write the list of things that a new committer should do as a numbered
list.  Mention the existence of the xearth committers' markers file.
2000-07-23 16:22:16 +00:00
Kazuo Horikawa
5293e57422 Catch up with recent RELENG_4.
fetch.1	1.33.2.4
2000-07-22 03:08:14 +00:00
Ben Smithurst
0f38ae88b6 Use author entities where appropriate (yes, more, I missed these on my last
commit to change these).
2000-07-20 21:38:17 +00:00
Ben Smithurst
04e8c6b14d Change <@> to &lt;@&gt;. In the same question, fix a few other things:
* <emphasis remap=tt> -> <literal>
 * <ulink> to man.cgi -> <filename>
 * <literallayout> -> <programlisting>

PR:		20056
Submitted by:	Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-20 14:03:03 +00:00
Alexander Langer
88200904af Correct "Contributed by" line of the firewall-section, which
defenitely mis-credits me, and change it to Alex Nash.
2000-07-20 13:45:19 +00:00
Hiroki Sato
b3c6bccbb0 o Merge the following from the English version:
1.8   -> 1.12 	x11/chapter.sgml

Submitted by:	hanai
Reviewed by:	hrs
References:     [doc-jp 7590]

o Merge the following from the English version and
  partial white space cleanup:

	1.26  -> 1.30 	printing/chapter.sgml

o Refine translation:

	backups/chapter.sgml
	basics/chapter.sgml
	boot/chapter.sgml
	cutting-edge/chapter.sgml
	introduction/chapter.sgml
	kernelconfig/chapter.sgml
	kernelopts/chapter.sgml
	l10n/chapter.sgml
	linuxemu/chapter.sgml
	policies/chapter.sgml
	ports/chapter.sgml
	serialcomms/chapter.sgml
	users/chapter.sgml
2000-07-20 12:22:36 +00:00
Kazuo Horikawa
9499863866 Catch up with recent RELENG_4
dhclinet.8	1.8.2.1
sync.8		1.8.2.1
2000-07-20 11:51:28 +00:00
Kazuo Horikawa
503c5461ec Fix typo. 2000-07-20 01:25:29 +00:00
Kazuo Horikawa
bb64903e95 Catch up with recent RELENG_4
ipnat.5	1.1.1.3.2.1
ipf.8		1.3.2.1
ipfstat.8	1.3.2.2
ipmon.8	1.6.2.1
2000-07-20 01:15:48 +00:00
Hiroki Sato
2e60402a15 o Add "FreeBSD-users-jp@jp" entry
jauthors.ent

o Merge the following from the English version:

	1.89  -> 1.90 	book.sgml
	1.260 -> 1.264	contrib/chapter.sgml
	1.15  -> 1.39 	l10n/chapter.sgml

Submitted by:	kuriyama, hrs
Reviewed by:	hrs
References:	[doc-jp 7504]
2000-07-20 00:20:59 +00:00
Ben Smithurst
61c51e4134 Yet another question I've seen asked once too often on -questions:
"why do I keep getting messages like ``root: not found'' from
cron?".  (I haven't seen it for a while actually, but hopefully
with this I'll never see it again. :-)
2000-07-20 00:16:26 +00:00
Ben Smithurst
7047aab304 Add crontab(5). 2000-07-20 00:14:29 +00:00
Kazuo Horikawa
bb845dbb60 Catch up recent RELENG_4:
kbdcontrol.1	1.18.2.2
ipfstat.8	1.3.2.1
rc.8		1.99.2.2

  Wording is changed on ls.1
2000-07-19 21:35:48 +00:00
Ben Smithurst
898ea1c8c3 Another question which crops up every now and again: "why is my kernel so
big?".  People must be using "config -g" without knowing it or something...

PR:		19997
Submitted by:	Eric Ogren <eogren@earthlink.net>
2000-07-19 19:20:26 +00:00
Ben Smithurst
7d410b6d55 Use the &a.foo author entities for any committers mentioned in the FAQ. 2000-07-19 17:24:48 +00:00
SADA Kenji
8707431e7d Change SARUMARU-san's mail address. 2000-07-19 15:44:30 +00:00