Commit graph

30 commits

Author SHA1 Message Date
Mathieu Arnold
36ed4c972f Fix up formatting issues in <screen> entries.
PR:		222006 (for the committer's guide)
Submitted by:	Paul Townsend
Sponsored by:	Absolight
2017-09-07 11:21:07 +00:00
Warren Block
13ab27f9ec Fix paths to images. 2015-02-25 23:42:05 +00:00
Warren Block
a4cb367ca7 Restore the vinum chapter as an article. 2015-02-25 19:22:04 +00:00
Gabor Kovesdan
d8a2cdf09b - Remove the following articles and references to them. Where it is
reasonable to maintain the reference, use the archived docs.

  5-roadmap
  checkpoint
  dialup-firewall
  diskless-x
  euro
  formatting-media
  hats (content moved to htdocs/internal)
  multi-os
  storage-devices
  vinum
  zip-drive

All of these articles can be found here:
http://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/articles/

No objection from:	doc@, www@
2012-09-20 14:33:30 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
e6b69c3357 - XMLify English articles
Approved by:	doceng (implicit)
2012-06-21 16:01:00 +00:00
Sergey Kandaurov
a44a5a598c Remove duplicate word "size size".
PR:		docs/166272
Submitted by:	eadler
2012-03-20 08:56:30 +00:00
Marc Fonvieille
8177cbbd30 Typo and punctuation fixes. 2006-08-29 19:45:44 +00:00
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Alexey Zelkin
2e0fdd35b2 Add WITH_ARTICLE_TOC to big articles to simplify navigation across
article.
2004-04-06 13:40:48 +00:00
Simon L. B. Nielsen
09f3c92252 - Use trademark entities.
- Add trademark attributions.
2003-10-18 10:39:16 +00:00
Marc Fonvieille
6e6d907ceb Missing/empty tags fixes.
Found by:	make lint
2003-08-27 07:13:11 +00:00
Hiroki Sato
f6cd99b654 Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Marc Fonvieille
48467978c1 Remove images moved to share/images/articles. 2003-04-11 09:28:13 +00:00
Marc Fonvieille
47f6d4e260 Commit images separation from en_US.ISO8859-1/ directory to
share/images.  To link "generic" images (share/images ones) from
Makefiles use IMAGES_EN and to link localized images use IMAGES.
For an example look at en_US.ISO8859-1/books/handbook/Makefile
2003-04-11 09:21:15 +00:00
Giorgos Keramidas
526e6c0663 Typo in filename: fsatb > fstab. 2003-03-25 14:58:11 +00:00
Giorgos Keramidas
5f701d26d7 Fix minor grammar mistake.
Translators can ignore this, since it only applies to English.
2003-02-01 17:34:02 +00:00
Marc Fonvieille
84116021ba s/softupdates/Soft Updates/
Submitted by:	Hiten Pandya <hiten@uk.FreeBSD.org>
2002-12-01 13:39:29 +00:00
Daniel Harris
3e6279c157 Correct syntax of a command.
PR:		40134
Submitted by:	haribeau@gmx.de via the author
2002-07-07 17:54:24 +00:00
Greg Lehey
69af2ac521 Correct grammar. 2002-05-28 23:51:48 +00:00
Tom Rhodes
9ba764ae23 Consistancy checks: s/file system/filesystem/g 2002-05-16 01:42:28 +00:00
Giorgos Keramidas
fff8b480df Fix two minor typos:
strip -> stripe.
	mount -> mount_msdos

PR:		docs/35387
Submitted by:	Bob Van Valzah <bob@smtp.whitebarn.com>
2002-02-28 02:55:01 +00:00
Giorgos Keramidas
d690a988f5 Change most quote characters to proper <quote> tags,
or other more appropriate SGML entities.
2002-02-14 23:57:13 +00:00
Chern Lee
d2eb18e44b megabytes -> gigabytes
Submitted by: Nate Lawson <nate@rootlabs.com>
2001-10-31 23:12:55 +00:00
Chern Lee
98698f4f5e Spell check in articles:
* outtakes -> out takes
 * themself -> themselves
 * manpages -> man pages
 * suprising -> surprising
 * Blinkenlights -> blinking lights
 * transmition -> transmission
 * coresponds -> corresponds
 * accessable -> accessible
 * disasserting -> dis-asserting (for lack of a better word)
 * harddisks -> hard disks
 * likelyhood -> likelihood
 * repeate -> repeat
2001-10-31 23:10:31 +00:00
Chern Lee
77d92f2d84 Update by author, point readers to downloadable Perl script.
Submitted by: Bob Van Valzah <Bob@BGPBook.Com>
2001-10-29 23:20:40 +00:00
Chern Lee
5a6b16a798 Add Bob Van Valzah's Bootstrapping Vinum article.
Submitted by: Bob Van Valzah <Bob@BGPBook.Com>
2001-10-16 20:54:26 +00:00