Murray Stokely
3d451db6c8
Close <indexterm> that got FUBARed in last commit.
2001-06-25 17:01:00 +00:00
Nik Clayton
1b364cd883
Link in the PXE and "Filtering Bridges" articles.
2001-06-25 15:10:30 +00:00
Nik Clayton
1079e49412
Add Nick Sayer's "Filtering Bridges" article.
...
PR: docs/20794
2001-06-25 15:04:01 +00:00
Nik Clayton
913d3010c6
Bring in Alfred Perlstein's PXE tutorial.
...
PR: docs/20794
2001-06-25 14:51:37 +00:00
Nik Clayton
ee8183e279
Add a sample cpio command.
...
Submitted by: Corey Sklenicka <corey@cloudnet.com>
2001-06-25 14:07:38 +00:00
Nik Clayton
7214271be9
Note that the wcd -> acd transition was from 4.0 to 4.1, not 3.1 to 4.1.
...
Submitted by: Loren Thiel <thiel@genevaonline.com>
2001-06-25 14:05:37 +00:00
Murray Stokely
109c529fc7
Add ~105 new index entries.
2001-06-25 12:41:15 +00:00
Andrey A. Chernov
5cb9e67a8a
Back out my ISO rename corrections because they are for -current only
2001-06-25 03:55:40 +00:00
Kazuo Horikawa
3a27221278
Catch up with 4.3-20010527-STABLE.
2001-06-25 02:03:01 +00:00
Murray Stokely
1006924be7
This print stylesheets prefer indexterms to be outside of <listitem>
...
tags or inside a <para> inside a <listitem>.
This changes :
<listitem>
<indexterm><primary>core team</primary></indexterm>
<para>The <link linkend="staff-core">FreeBSD core team</link>
into :
<listitem>
<para>The <link linkend="staff-core">FreeBSD core team</link>
<indexterm><primary>core team</primary></indexterm>
Theoretically, adding indexterms should never affect the normal flow,
but the last revision was adding extra blank lines into the postscript
output.
2001-06-24 22:51:27 +00:00
Chris Costello
0488521fc9
Formatting/markup:
...
Combine the first and second paragraphs for answer 13.10 into one and
re-wrap lines. No content was modified in this commit.
2001-06-24 21:10:21 +00:00
Chris Costello
8b10422a92
Rewrite the rather verbose first paragraph of 13.10 (other platforms), and
...
fix a small error ("or/and" should really be "and/or") in the second
paragraph.
2001-06-24 21:06:47 +00:00
Dima Dorfman
c649463885
Use <email> where appropriate.
2001-06-24 21:01:55 +00:00
Chris Costello
825c1de20a
o Change the name of the "Serious hackers" section to "Advanced topics" as
...
discussed on -doc.
o Change the id for said section to "advanced".
2001-06-24 20:49:56 +00:00
Chris Costello
43708f8467
Format the <programlisting> ASCII table in 9.16 ("DEC PCI cards") into
...
a proper DocBook <table>.
2001-06-24 20:38:17 +00:00
Chris Costello
0ed58bab3a
Remove unnecessary < and > I added around <email> entries.
...
Oops.
2001-06-24 20:23:54 +00:00
Chris Costello
d70a6e20f8
Formatting:
...
Re-wrap paragraphs from the changes in revisions 1.222 and 1.224.
2001-06-24 20:14:26 +00:00
Chris Costello
afde56b72c
Replace <ulink URL="mailto:..."> with <email>.
2001-06-24 20:01:30 +00:00
Chris Costello
1437562a99
Add a missing closing </para>. My fault.
2001-06-24 18:00:46 +00:00
Chris Costello
3b3a43b8b3
Include the mailing-list entities.
...
Replace the <email> mailing list references with proper &a.listname
references where possible.
2001-06-24 17:53:23 +00:00
Murray Stokely
b6e49089bc
Add ~110 index entries to the Handbook.
2001-06-24 11:30:31 +00:00
Murray Stokely
4b977cf90d
Add more information about using KDE2.
...
- Anti-aliased fonts
- KDM
- Setting up X to choose between GNOME and KDE
Submitted by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2001-06-24 04:25:29 +00:00
Murray Stokely
ca002b6606
The author of this section was slightly confused about the terminology
...
used to describe network topology. Change instances of '10 base T' to
'10 base 2' and adjust sentence structure when describing a bus-based
topology.
While I'm here, consistently use 'LAN' instead of 'lan' for local area
networks.
2001-06-24 03:22:48 +00:00
Murray Stokely
506d3469cb
Add graphical figures for the network diagrams in the ISDN section.
...
Submitted by: G. Adam Stanislav
2001-06-24 03:06:38 +00:00
Murray Stokely
78c6c53ba0
Image support has been mangled since the move to docbook.css. This
...
adds a new mediaobject handler to simplify the output HTML so that
images no longer overlap the text and other nearby images.
The output HTML used to look like this :
<div class="MEDIAOBJECT">
<p><img src="fig2.png"></p>
</div>
The problem was that the image would be displayed on top of nearby
text or image elements completely obscuring the previous contents
rather than doing proper page layout. With this change, the above now
simply looks like this :
<img src="fig2.png">
An alternative solution would be to fix docbook.css, but I think that
the problem stems from the way that different browsers implement CSS.
It is easier to just fix it here at the DSSSL level.
2001-06-24 02:46:40 +00:00
Murray Stokely
8d2a434262
Add a graphical figure for the natd chapter to replace the ASCII art
...
when the output format supports it.
The PNG driver for Ghostscript doesn't support anti-aliasing on
FreeBSD, so the PNG file was created on another platform and should
not be automatically generated from the eps file.
Submitted by: G. Adam Stanislav (created the EPS file with a text editor)
2001-06-23 22:46:16 +00:00
Dima Dorfman
7e88989219
Grammar police: agreement in number.
2001-06-23 07:04:37 +00:00
Dima Dorfman
b0c3cb4fcc
Remove duplicate words where appropriate.
...
Inspired by: PRs 28356, 28359; tyler spivey <tspivey8@home.com>
2001-06-23 06:57:06 +00:00
Dima Dorfman
30a6814226
Remove duplicate word.
...
PR: 28356
Submitted by: Tyler Spivey <tspivey8@home.com>
2001-06-23 05:20:27 +00:00
Murray Stokely
2cf4943a03
Turn on our nascent index by default
2001-06-23 04:57:32 +00:00
Brian Somers
2446e280ff
Add an entry for __FreeBSD_version 500019
2001-06-23 01:33:37 +00:00
Dima Dorfman
b865f454d6
Anti-aliasing support was introduced in XFree86 4.0.2, not 4.0.3.
...
Submitted by: will
2001-06-23 00:24:42 +00:00
David E. O'Brien
cb8f4ee038
Note the reason for bump to 500021.
2001-06-22 22:41:06 +00:00
Dima Dorfman
7e5ed4e857
XFree86 4.0.3+ supports anti-aliased fonts.
...
PR: 28340
Submitted by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2001-06-22 22:02:19 +00:00
Murray Stokely
3339f9ab20
Add a section on desktop environments / window managers.
...
Specifically, talk about GNOME and KDE for now.
Submitted by: Valentino Vaschetto <valentino.vaschetto@windriver.com>
2001-06-22 22:00:27 +00:00
Daniel Harris
5a583aa361
Correct some typos and clarify.
...
PR: 28352
Submitted by: author
2001-06-22 21:29:18 +00:00
Bruce A. Mah
d46e1a628f
Add getprogname(3) and setprogname(3).
2001-06-22 17:00:57 +00:00
Bruce A. Mah
19045ad358
Add entry for mdmfs(8).
2001-06-22 15:48:31 +00:00
Nik Clayton
2f60365a4f
Mention eps2png in the list of required tools.
...
Submitted by: Steve Wills <steve@stevenwills.com>
2001-06-22 10:29:03 +00:00
Nik Clayton
6887d21569
Add a new variable, EPS2PNG_RES, to set the resolution eps2png uses to
...
convert graphics. Change the default from 82 to 100, for clearer images.
PR: docs/28237
Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
While I'm here, include some suffix rules to convert .scr files to .png
files. Nothing uses these, yet, but should do shortly.
2001-06-22 10:12:23 +00:00
Murray Stokely
33c100c32d
Add a chapter on sockets programming.
...
Submitted by: G. Adam Stanislav
2001-06-22 08:49:14 +00:00
Murray Stokely
5d90cc69a0
Add author entity for G. Adam Stanislav
2001-06-22 08:45:00 +00:00
Nik Clayton
1c985b66c3
Mention calendar.freebsd as something a new committer might want to
...
contribute to.
2001-06-22 08:18:55 +00:00
Brooks Davis
631ca6acca
Traditional first commit. Add self to developers section
2001-06-21 19:03:48 +00:00
Murray Stokely
88f3235bb0
Spelling corrections :
...
transalates -> translates
indictes -> indicates
ficticious -> fictitious
sandox -> sandbox
priveleged -> privileged
unix -> Unix
versatily -> (sentence reworded)
inerface -> interface
internet -> Internet
appriate -> appropriate
Logictech -> Logitech
extetions -> extensions
occuring -> ocurring
keypair -> key pair
tunnelled -> tunneled
inializes -> initializes
ommitted -> omitted
seperate -> separate
unintelligable -> unintelligible
signalling -> signaling
appearence -> appearance
descision -> decision
Pointed out by: ispell(1)
2001-06-21 17:21:01 +00:00
Chris Costello
d7cec802c5
Move mailing-lists.ent out of the Handbook and into the language-specific
...
share/sgml directories, create a public identifier for it and replace all
SYSTEM references to the file with PUBLIC references.
There was no repo-copy made of these files as there is no important
history to preserve.
2001-06-21 03:38:34 +00:00
Chris Costello
1d6177220b
Null commit:
...
Apparently either my editor or CVS appended a new-line at the end
of this file, which was a part of the previous delta.
2001-06-21 03:03:51 +00:00
Chris Costello
5881b7b9ec
Remove "Mailing List Entities" from this catalog file, as it belongs in
...
the individual doc/<lang>/share/sgml/catalog files.
2001-06-21 02:56:51 +00:00
Chris Costello
a7db143730
Include ${LANGUAGECATALOG} in `make validate' nsgmls command line arguments.
2001-06-21 02:55:59 +00:00
Kazuo Horikawa
5149ab8093
Fix typo in Japanese word ("Saibyouga")
...
Submitted by:Kurashina Hideyuki <m09010@st.nagaoka-ct.ac.jp>
2001-06-21 02:15:34 +00:00