Commit graph

13 commits

Author SHA1 Message Date
Marc Fonvieille
b2fbb31f74 Typo and punctuation fixes. 2006-08-29 07:38:23 +00:00
Ceri Davies
d5e7a5e2dd Fix a missing full stop and a subject/verb mismatch.
PR:		docs/92826
Submitted by:	Alec Berryman <alec at thened punkt net>
2006-02-04 22:31:33 +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
Hideyuki KURASHINA
bdf2b25237 Add a missing </para>.
Submitted by:	Martin Karlsson <mk-freebsd@bredband.net>
PR:		docs/54862
2003-07-25 20:19:18 +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
a1161205fd Update copyright. 2003-02-17 23:00:10 +00:00
Ceri Davies
44032f4e32 Improve the wording in a sentence.
PR:		docs/48011
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-06 22:09:09 +00:00
Giorgos Keramidas
4c59eaec75 Add missing semicolon in entity.
Convert man ref to an entity.
Expand a few remaining contractions.
2002-08-31 16:42:19 +00:00
Ceri Davies
51ff002832 Grammatical fixup. 2002-08-17 20:01:18 +00:00
Ceri Davies
5d46927ce0 Whitespace change. 2002-08-17 19:56:57 +00:00
Michael Lucas
27764b85bc Warner Losh's "Working with Hats" article.
pointy hat to: mwlucas, for thinking he had committed this months ago...
2002-06-25 16:58:12 +00:00