Commit graph

25 commits

Author SHA1 Message Date
Jim Mock
af7c332a19 `by do a backup'' -> `by doing a backup''
PR:		19276
Submitted by:	Ed Ryan <ryane@aasis.albany-academy.org>
2000-06-14 23:20:38 +00:00
Jim Mock
aca13e8771 Attack of the spelling police. The grammar police were also occasionally
called onto the scene.
2000-06-13 18:05:39 +00:00
Jim Mock
3302fdee27 Change &ldquo;...&rdquo; to <quote>...</quote> as per a discussion on
-doc.

Suggested by:	nik
2000-06-08 01:56:23 +00:00
Josef Karthauser
f13001ead6 Added a note to Nik's tar and rsh pipeline example about being able
to use 'ssh' instead of 'rsh' should security be a factor.  I've
not explained that ssh is a port prior to 4.0-RELEASE.
2000-05-15 00:10:38 +00:00
Nik Clayton
3fd54e1b1e Add an example showing tar and an rsh pipeline
Submitted by:   Paul Southworth <pauls@etext.org>
2000-05-06 10:56:51 +00:00
Chris Costello
9d66d5d223 Properly capitalize section titles. Remove capitalization on `is'', `and'',
etc.  Capitalize all other words in titles.

Reviewed by:	jim
2000-04-03 02:15:43 +00:00
Jim Mock
25ef2c9ddb Back out previous commit. While I'm in here, take nik's suggestion and
mark the sections with no content so they can be easily ignored later.

Requested by:	nik
2000-03-21 19:55:41 +00:00
Jim Mock
635e958e91 Remove a link to one of the bits that was removed because it was content
free.
2000-03-20 22:20:24 +00:00
Jim Mock
745a40b82f Remove the bits that have no content. We can add them back later if
anyone writes something for them.
2000-03-20 22:00:50 +00:00
Jim Mock
7aed1ee966 Add a real introduction here. Not only did the previous one need to be
split into it's on <sect1> tag (the Synopsis), it made absolutely no
sense.  I think it was from the hardware compatibility chapter or
somesuch.
2000-03-20 21:30:44 +00:00
Jun Kuriyama
b5a291c5f5 /etc/fstab is <filename>, not <command>. 1999-11-28 12:07:26 +00:00
Chris Costello
7cfb0ff20b Rid blank lines of whitespace.
(Translation teams:  You can ignore this commit.)
1999-11-07 01:54:56 +00:00
Nik Clayton
ce64e9b1c4 Additional information about DDS-3, 8mm, DLT, and AIT capacities. Prose
is a little stilted, which is my fault.  This section really needs rewriting
with tables of tape types, capacities, and so on, which would present the
information much more intuitively.

Submitted by:   Adam Steffes <asteffes@ucdavis.edu>
1999-10-26 21:39:59 +00:00
Jim Mock
415db4a38e Added content to empty handbook section on backups to floppies.
PR:		13605
Submitted by:	Mark Ovens <mark@ukug.uk.freebsd.org>
Reviewed by:	nik
1999-09-10 00:56:44 +00:00
Peter Wemm
5ff728b8ca $Id$ -> $FreeBSD$ 1999-09-06 06:53:43 +00:00
Nik Clayton
743ed16724 Actually inform the user when the floppy has been unmounted in the
sample script.

PR:             docs/13384
Submitted by:   Nestor Calvo <ncalvo@es.freebsd.org>
1999-09-03 17:27:55 +00:00
Nik Clayton
122d319794 "../handbook.sgml" -> "../book.sgml" in Emacs local variables section. 1999-08-23 21:24:10 +00:00
Mike Pritchard
5083d9c631 The backups section still refers to the old SCSI devices.
Updated to reflect the current naming scheme.

PR:		12184
Submitted by:	Chris Costello <chris@calldei.com>
1999-06-15 20:37:38 +00:00
Doug White
7acee8827e Don't bother specifying the boot programs, disklabel will find them. It was
wrong anyway since 3.X moved /usr/mdec to /boot.
1999-05-25 18:43:24 +00:00
Nik Clayton
10b0b0a21e Add SGML comments at the top of the files with the $Id$ string. Remove
most of the other spurious comments.

Two comments relating to copyright have *not* been merged in from the
LinuxDoc version yet -- I've contacted the original authors to ask if
they would be willing to assign the copyright to the project. When I
get their response the copyright comments will either be merged in, or
left out, as necessary.
1999-03-08 22:04:49 +00:00
Nik Clayton
1e28ab5a96 Huge whitespace changes. Translators can ignore this commit completely.
Rationale: All the changes to the DocBook handbook so far have been
careful to keep whitespace changes to a minimum. This is so the
translators have as easy a job as possible in identifying exactly what's
changed.

This has meant the English version has become more and more 'ugly'. Lines
indented by the wrong amount, some lines longer than 130 characters,
others shorter than 20, gaps of 3 or 4 lines between paragraphs (and
sometimes within paragraphs). This makes it difficult to follow the
structure of the document, and needlessly complicates fixing SGML
problems.

It also makes the source practically useless as a teaching aid; the
more baroque the source looks, the less likely people are to dive in and
contribute.

This commit fixes all that -- and boy was it tedious. The snag is, it's
touched almost every line in every file in the Handbook.

Technically, the changes were made by running (in Emacs)
sgml-indent-or-tab (bound to the TAB key) on almost each line (except
those in <programlisting>, <screen>, <literallayout>, and other
verbatim sections), and then running sgml-fill-element (bound to
C-c C-q) on most paragraphs.

FWIW, this is the first, only, and last change of this type contemplated.
1999-03-07 21:26:43 +00:00
Nik Clayton
62a7d13816 Created a new set of entities for manual pages.
The construct:

    <citerefentry>
      <refentrytitle>foobar</refentrytitle>
      <manvolnum>1</manvolnum>
    </citerefentry>

is a pain to type, and messes up the pretty-printing of the source code.
Replace every occurence of a entry like that with:

    &man.foobar.1;

Adjusting the manual page name and section number appropriately.

The definitions for these entities are stored in man-refs.ent. This
file is in doc/share/sgml because it is not just specific to the Handbook.
I expect the DocBook'd FAQ and Tutorials (coming RSN) to use them as
well.

A new PUBLIC identifier has been created for these entities, and added to
the catalog file.
1999-03-07 16:32:22 +00:00
Nik Clayton
fe79ecbe4d Revert one of my previous changes. Sentences now have two spaces after
the period. Apologies for the repository bloat. This is entirely a
whitespace change.
1999-03-04 22:42:55 +00:00
Nik Clayton
7321b94099 Suddenly realised none of the
<informalexample>
    <screen>
      ...
    </screen>
  </informalexample>

need the <informalexample> element. So remove it. Simple search and
replace does the trick.
1999-01-30 23:35:05 +00:00
Nik Clayton
276c9344d5 Merged in the following changes. This was done by taking diffs between the
tags LINUXDOC_2_DOCBOOK_START and LINUXDOC_2_DOCBOOK from doc/handbook/.

Note that the LINUXDOC_2_DOCBOOK tag is not necessarily at the HEAD of
the file. So some files won't show changes because changes were applied
after I laid down the LINUXDOC_2_DOCBOOK tag.

Not everything was merged. In some cases, URLs had been shortened;

    http://www.freebsd.org/docproj/

becomes

     ../docproj/

This is a mistake, since users browsing the Handbook on their own machine
can't be expected to have links like this work. Of course, for mirrors,
they'll end up pointing back to the main site. For the mean time, do
nothing -- this will need an entity defined to reference the base URL
of the FreeBSD site, individual mirrors can set this as necessary.

Notice how some files (on the left) are merged to the same file (on
the right). This is because the new Handbook file structure is organised
on DocBook chapter lines.

Files with no revision number in the "From" column didn't exist when I
started the conversion.

File                 From  ->  To      Merged to files...
---------------------------------------------------------------
anoncvs.sgml               ->  1.1     cutting-edge/chapter.sgml
authors.sgml         1.93  ->  1.118   authors.ent
backups.sgml               ->  1.4     backups/chapter.sgml
bibliography.sgml    1.33  ->  1.37    bibliography/chapter.sgml
contrib.sgml         1.274 ->  1.312   staff/chapter.sgml
ctm.sgml             1.22  ->  1.23    cutting-edge/chapter.sgml
cvsup.sgml           1.36  ->  1.40    cutting-edge/chapter.sgml
disks.sgml                 ->  1.3     disks/chapter.sgml
eresources.sgml      1.39  ->  1.50    eresources/chapter.sgml
firewalls.sgml       1.19  ->  1.20    security/chapter.sgml
handbook.sgml        1.83  ->  1.91    handbook.sgml
history.sgml         1.24  ->  1.25    introduction/chapter.sgml
install.sgml         1.65  ->  1.67    install/chapter.sgml
isdn.sgml            1.12  ->  1.15    advanced-networking/chapter.sgml
kerberos.sgml        1.12  ->  1.13    security/chapter.sgml
kernelconfig.sgml    1.31  ->  1.32    kernelconfig/chapter.sgml
kerneldebug.sgml     1.17  ->  1.19    kerneldebug/chapter.sgml
linuxemu.sgml        1.22  ->  1.24    linuxemu/chapter.sgml
memoryuse.sgml       1.11  ->  1.12    internals/chapter.sgml
mirrors.sgml         1.80  ->  1.92    mirrors/chapter.sgml
nutshell.sgml        1.14  ->  1.15    introduction/chapter.sgml
pgpkeys.sgml         1.25  ->  1.28    pgpkeys/chapter.sgml
policies.sgml        1.16  ->  1.18    policies/chapter.sgml
porting.sgml         1.93  ->  1.112   contrib/chapter.sgml
ports.sgml           1.29  ->  1.31    ports/chapter.sgml
printing.sgml        1.21  ->  1.22    printing/chapter.sgml
relnotes.sgml        1.24  ->  1.28    introduction/chapter.sgml  [1]
submitters.sgml      1.161 ->  1.246   contrib/chapter.sgml
synching.sgml        1.12  ->  1.13    cutting-edge/chapter.sgml
userppp.sgml         1.28  ->  1.30    ppp-and-slip/chapter.sgml

[1] A chunk of relnotes.sgml is in an IGNORED marked section. Why?

Submitted by:	A bunch (~ 50%) of merging done by Charles A. Wimmer
                (cawimm@FreeBSD.ORG), rest by Nik.
1998-11-12 01:26:39 +00:00