Commit graph

227 commits

Author SHA1 Message Date
Dima Dorfman
15801a26bb Add a section on creating and burning CDs. Documents mkisofs(8),
burncd(8), and cdrecord(1).

PR:		25890
Submitted by:	Mike Meyer <mwm@mired.org>
2001-04-21 23:14:53 +00:00
Dima Dorfman
caa6994914 DocBook police: open and close tags for <programlisting> should cuddle
up to the contents within.

Approved by:	nik
2001-04-09 00:33:58 +00:00
Jim Mock
6b86823ee6 Fix some spelling errors and some other minor nits. 2000-12-15 21:52:35 +00:00
Jim Mock
87102df05e Add a section on using slices.
PR:		22996
Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2000-12-05 12:54:46 +00:00
Hiroyuki Hanai
7be1e236ad rollback my previous commit. 2000-07-19 02:07:46 +00:00
Hiroyuki Hanai
4a96d7eb41 acd is from 4.0-RELEASE. 2000-07-17 07:16:57 +00:00
Jim Mock
baf34fae9f Rewrite a sentence in the ``Adding Disks'' section to mention wd is from
pre-4.0 and ad is for 4.X+.

PR:		19334
Submitted by:	Bob Johnson <bobj@atlantic.net>
2000-06-16 18:17:47 +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
Nik Clayton
e8e0d365eb Add information about BIOS renumbering of disk drives, and why it might
be a bad idea from a FreeBSD perspective.

Submitted by:   bill@2ez.com
2000-04-30 22:10:06 +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
Neil Blakey-Milner
2c7bde250c Information on mounting and unmounting filesystems.
Add a disk type to the vnconfig disklabel.
2000-03-25 20:05:40 +00:00
Neil Blakey-Milner
fc0d59aaec Move the prompt out of userinput. Stupid fingers. 2000-03-25 14:39:58 +00:00
Neil Blakey-Milner
a64ff19866 Initial take at documenting vnconfig and the new md. 2000-03-25 14:12:56 +00:00
Jim Mock
f3ed71088e Fix typos in the quotas section.
PR:		17277
Submitted by:	Bob Johnson <bobj@atlantic.net>
2000-03-20 22:21:32 +00:00
Jim Mock
f1bb87de1d Move the quotas chapter into the disks chapter. 2000-03-20 20:59:51 +00:00
Jim Mock
2ccbd656fa Contributed by -> Originally contributed by 2000-03-20 20:06:25 +00:00
Neil Blakey-Milner
b13ac31516 Add synopsis and naming convention sections to the disks chapter 2000-03-20 12:38:39 +00:00
Neil Blakey-Milner
934e57c16c Whitespace/tag-only commit - move the entire disk adding procedure a
further step in, to allow for more topics in this chapter.  Enwrap
it with <sect1 id="disks-adding"> and <title>Adding disks</title>.

Translators need just add the above, and indent, and then add the
closing tag where I did.
2000-03-20 12:33:41 +00:00
Peter Wemm
5ff728b8ca $Id$ -> $FreeBSD$ 1999-09-06 06:53:43 +00:00
Nik Clayton
122d319794 "../handbook.sgml" -> "../book.sgml" in Emacs local variables section. 1999-08-23 21:24:10 +00:00
Nik Clayton
083e477937 Refer to "da" instead of "sd". "Jazz" -> "Jaz"
PR:		docs/11215
Submitted by:	Chris Costello <chris@holly.dyndns.org>
1999-05-16 13:40:15 +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
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