Commit graph

2284 commits

Author SHA1 Message Date
Nik Clayton
00731dde7d Small changes to keep it validating. 1998-10-22 23:03:53 +00:00
Nik Clayton
9b4366d812 As previous commit, to line 24997 1998-10-22 23:03:04 +00:00
Brian Somers
0d7ea4b7ce Mention that the ``first connection'' problem is fixed in the
latest version of ppp.
1998-10-22 18:14:54 +00:00
Motoyuki Konno
c904464fff Fix typo.
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1998-10-22 14:07:17 +00:00
Nik Clayton
3ea0381580 As previous commit, to line 20370. 1998-10-21 22:05:23 +00:00
Nik Clayton
eb020dff6d As previous commit, to line 15126 1998-10-21 22:02:39 +00:00
Nik Clayton
6d7e38c02a As previous commit, now to up to line 11490. 1998-10-21 22:00:19 +00:00
Nik Clayton
cfb82ba9ca With the agreement of the Japanese team, a change in the way I'm doing
things.

I'm now working through from the beginning of the handbook to end,
correcting as I go. I'll commit in chunks of 5,000 lines (or
thereabouts).

Most of the changes fall into the following categories.

  * <emphasis remap=bf> --> <emphasis>

  * Spurious <para>s around <*list>s deleted (but not reformatted)

    "C-c -" in Emacs SGML mode (when the point is on an element starting
    or end tags) will delete that element's starting or end tags.

  * Marked smileys with <!-- smiley --> for possible future deletion

  * Deleting <emphasis>, around

    <term><emphasis>...</emphasis></term> -> <term>...</term>

  * Fine tuning markup choices in some cases

    - <filename>C:</filename>  ->  <devicename>C:</devicename>

  * Extra <note>s here and there.

  * Some <*list>s to <procedure> (and <listitem>s to <step>)

  * ASCII emphasis converted to <emphasis>

    i.e.,   do it like *this*  ->  do it like <emphasis>this</emphasis>

  * <symbol> -> <replaceable>

There are very few whitespace changes, although a few have probably
cropped up. The vast majority of the whitespace changes will happen in
one megacommit, hopefully some time next week.

This does the first 5,000 lines or so.
1998-10-21 21:58:40 +00:00
Nik Clayton
2a882be047 A lot of </para> tags have leading whitespace before them. Remove it. Do
this (in Emacs) by searching for

    \s-+</para>

and replacing with

    </para>

Do this for all occurences *except* where the element immediately before
the </para> is one of <itemizedlist>, <orderedlist>, <variablelist>,
<procedure>. The <para>...</para> wrapping these elements is mostly
redundant, and will be removed later.
1998-10-21 21:53:36 +00:00
Nik Clayton
f0b535db82 Some paragraphs have leading space(s). E.g.,
<para>  There is some leading space here.</para>

Get rid of it, doing an emacs search/replace for

    <para> +\([^ ]\)

and replacing with

    <para>\1

This can be done globally.
1998-10-21 21:52:28 +00:00
Nik Clayton
2d91cbead9 Removed double whitespace from the end of stops -- . , ! ? : ;
Some parts of the handbook had single spaces after stops, some had double
or triple. While the typographical convention for monospaced fonts may
be to use double spaces after them, that doesn't apply here. TeX will
ignore them, as will HTML. If we need them for a plain text version of the
Handbook then the stylesheet / conversion mechanism can insert them
as necessary.

Searching for

   _\([;:!\.\?,]\)  +_

in Emacs and replacing with

   _\1 _

(ignore the '_', they're just to delineate the regexps) does the job
quite nicely. However, you can't do this everywhere, since some of the
double spaces might be in program listings or other literal sections
(e.g., the BSD Copyright), so you need to sit and bounce on the 'y' or
'n' key as appropriate for each occurance of a stop.
1998-10-21 21:51:11 +00:00
Nik Clayton
ce7ee35d24 Finished sweep. If it's white space sensitive (examples, program
listings, PGP signatures...) the white space is now correct. I may
have missed one or two on the way, I'll catch them later.
1998-10-21 21:48:30 +00:00
Motoyuki Konno
a28fe9ff33 Merge the following changes in the English version:
eresources.sgml : 1.49 -> 1.50

Submitted by:	condle@geocities.co.jp
1998-10-21 14:06:50 +00:00
Vanilla I. Shu
8445cc4836 Add SURANYI Peter for p5-Gtk. 1998-10-19 15:45:11 +00:00
Eivind Eklund
4a6832416c Change the description of freebsd-arch to reflect its new status (open
but moderated).

NOTE: All old subscribers were dropped, so if you were on the list
before and still want to be on the list now (after it has gone open),
you'll have to re-subscribe.
1998-10-19 01:27:35 +00:00
Motoyuki Konno
61ca40ad8c Update "Original revision:" 1998-10-17 09:38:14 +00:00
Nik Clayton
63d609a2b1 Continuing on from the previous commit -- this takes it up to the beginning
of chapter 16. . .
1998-10-16 23:58:33 +00:00
Hiroyuki Hanai
072f6480b6 Oops! Next release is 3.0!
This commit is too late?
1998-10-16 00:45:15 +00:00
Motoyuki Konno
3ae2d53411 Merge the following changes in the English version:
misc.sgml : 1.6 -> 1.7

Fix typo.
    x.sgml
1998-10-15 23:35:09 +00:00
Motoyuki Konno
c62d5fba6a Merge the following changes in the English version:
FAQ.sgml     : 1.100 -> 1.101
    x.sgml       : 1.3   -> 1.5

Submitted by:   Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
                HARADA Kiroh <kiroh@pp.iij4u.or.jp>
                hino@ccm.cl.nec.co.jp
1998-10-15 23:11:54 +00:00
Motoyuki Konno
0004c07110 Merge the following changes in the English version:
bibliography.sgml : 1.33  -> 1.37
    contrib.sgml      : 1.310 -> 1.311
    handbook.sgml     : 1.89  -> 1.90
    install.sgml      : 1.66  -> 1.67
    porting.sgml      : 1.111 -> 1.112
    ports.sgml        : 1.30  -> 1.31
    submitters.sgml   : 1.238 -> 1.242

Submitted by:   Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
                HARADA Kiroh <kiroh@pp.iij4u.or.jp>
                hino@ccm.cl.nec.co.jp
                Motoyuki Konno <motoyuki@freebsd.org>
1998-10-15 22:47:01 +00:00
Jun Kuriyama
3e1766aead Catch up to 1.242. 1998-10-15 22:24:23 +00:00
Wolfram Schneider
33f0e25d0c Make the link to the search page a full link so it
will work from a local copy of the FAQ.
1998-10-15 20:24:22 +00:00
Wolfram Schneider
08482cd5b3 Make the link to the search page a full link so it
will work from a local copy of the handbook.
1998-10-15 20:23:33 +00:00
Motoyuki Konno
3639938984 Merge the following changes in the English version:
hackers.sgml : 1.4 -> 1.6

Submitted by:	HARADA Kiroh <kiroh@pp.iij4u.or.jp>
1998-10-15 16:19:10 +00:00
Jun Kuriyama
50d39f7b02 Catch up to 3.0-19980827-SNAP (3rd and last!)
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1998-10-15 16:06:18 +00:00
Jun Kuriyama
07612de43f Catch up to 1.118 1998-10-15 16:05:01 +00:00
Nate Williams
6a0645b31c - Remove my name (and added Mike Smith!) as the PCMCIA/APM Co-ordinator. 1998-10-14 19:35:11 +00:00
Doug White
f078b5a32a Fix incorrect ccdconfig command line.
Noticed most recently by: Bill Richter <richterb@binkley.wellsfargo.com>
1998-10-14 03:25:31 +00:00
Joseph Koshy
d6c7462104 Add warning about disabling necessary devices.
Submitted by:	Sue Blake <sue@welearn.com.au> on the -doc list
1998-10-13 09:09:48 +00:00
Nik Clayton
1afc0ec7a2 Reviewing the use of <informalexample> and <screen>.
In some cases <informalexample> wasn't appropriate, and the markup was
changed to <programlisting> or other.

In some cases there were spurious <para> elements before and after the
<informalexample>. These were removed.

Reformatted text within <screen> elements because the whitespace *is*
significant.

Added <prompt> and <userinput> elements within <screen> where necessary.

If I spotted inappropriate use of markup within the immediate vicinity
of the <informalexample> elements then I fixed that (mostly the use of
<emphasis remap="...">).

This is part one of these changes -- there's a load of them, and this
goes up to line 11,284 or thereabouts, roughly one third of the way
through.
1998-10-12 21:56:14 +00:00
Motoyuki Konno
0615b19fa0 Merge the following changes in the English version:
install.sgml : 1.9 -> 1.11

Submitted by:	Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
1998-10-11 15:32:16 +00:00
Jordan K. Hubbard
32c1156d1d Add John Hood <cgull@owl.org> for his wd driver submissions. 1998-10-10 23:10:54 +00:00
Jun Kuriyama
1df2059db7 Fix typos and sync with 3.0-19980827-SNAP (without ppp.8).
Reviewed by:	Japanese Online Manual Project <man-jp@jp.FreeBSD.ORG>
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1998-10-10 13:09:09 +00:00
David E. O'Brien
e360fabf3b Add Jeff Kletsky <Jeff@Wagsky.com> -- ftwk patch
Issei Suzuki <issei@jp.FreeBSD.ORG> -- rsync patch
1998-10-10 10:03:25 +00:00
Satoshi Asami
b0064631f6 Add description of NO_FILTER_SHLIBS and BROKEN_ELF.
Submitted (in part) by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-10-09 10:50:56 +00:00
Warner Losh
e45caebf62 Cut and paste my ELF explaination from my -current post a few days
ago.  SGMLify it (I hope), word smith minor nits and try to catch all
my typos.  Those more qualified than I at SGML and spelling should
check to make sure that I've not fu-bar'd anything.
1998-10-08 00:23:37 +00:00
Wolfram Schneider
f5fec84a0e New URL for The BSD family tree. 1998-10-07 19:35:13 +00:00
Jordan K. Hubbard
5fcfa1118c DTRT for installation.
Submitted by:	Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-10-07 02:54:53 +00:00
Motoyuki Konno
9f190414e6 Refine translation.
Submitted by:	Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-10-06 14:29:34 +00:00
Thomas Gellekum
9dd4668af9 Add Vladimir Kushnir for his python port fixes. 1998-10-06 06:55:55 +00:00
Motoyuki Konno
dd2c0471a7 Fix typo. 1998-10-05 15:43:37 +00:00
Motoyuki Konno
add582d295 Merge the following changes in the English version:
porting.sgml : 1.109 -> 1.111

Submitted by:	Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
		Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1998-10-05 15:33:28 +00:00
Motoyuki Konno
a65ddc1a9c Merge the following changes in the English version:
policies.sgml : 1.17 -> 1.18

Submitted by:	Mihoko Tanaka <Mihoko_Tanaka@yokogawa.co.jp>
1998-10-05 15:27:12 +00:00
Motoyuki Konno
ff3108ad70 Merge the following changes in the English version:
network.sgml : 1.12 -> 1.15

Submitted by:	HARADA Kiroh <kiroh@pp.iij4u.or.jp>
1998-10-05 15:20:07 +00:00
Motoyuki Konno
2af0f043a4 Fix typo.
Reviewed by:	asami
Submitted by:	Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-10-05 15:10:42 +00:00
Jordan K. Hubbard
0f2972d8c9 Vastly simplify section 4.3.1 now that the ports collection has gotten
smarter (long ago) about CDROMs.
1998-10-04 01:14:38 +00:00
Martin Cracauer
a5a8bf522a Add new German book. 1998-10-03 13:08:44 +00:00
Wolfram Schneider
30af820f70 Added Kirk McKusick as committer. 1998-10-02 22:34:17 +00:00
Motoyuki Konno
b0d08d1406 Merge the following changes in the English version:
authors.sgml    : 1.116 -> 1.117
    contrib.sgml    : 1.306 -> 1.310
    hw.sgml         : 1.83  -> 1.84
    memoryuse.sgml  : 1.11  -> 1.12
    pgpkeys.sgml    : 1.26  -> 1.28
    relnotes.sgml   : 1.27  -> 1.28
    submitters.sgml : 1.234 -> 1.238
1998-10-01 15:58:44 +00:00