Commit graph

19 commits

Author SHA1 Message Date
Tom Rhodes
dbce399597 Some minor grammatical tweaks.
Sponsored by:	AINet
2005-09-02 09:17:09 +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
Denis Peplin
c12c11040e Use url entities for links between docs 2004-08-05 10:04:31 +00:00
Simon L. B. Nielsen
e111749acf Add an id attributes to the sect1 tags that does not have one already.
This fixes filenames like x31.html, which is generated in html-split
mode, that somebody will end up linking to at some point.
2004-07-12 22:25:11 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Simon L. B. Nielsen
2993ccd69a *.sgml:
- Use trademark entities
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add entities for more trademarks / companies.
 - Sort the Sun trademark attribution entity.
2003-09-14 11:29:06 +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
5668c24a20 Typo: s/IPSec/IPsec/
PR:		docs/38612
Submitted by:	Marc Fonvieille <marc@blackend.org>
Approved by:	keramida
2002-06-18 09:44:05 +00:00
Bruce A. Mah
b04b9abdad Punctuation fixup (use a colon instead of a full-stop).
PR:		38607
Submitted by:	Marc Fonvieille <marc@blackend.org>
2002-06-11 00:44:53 +00:00
Giorgos Keramidas
0b824da1aa Remove all contractions from most of the articles. This solves the
problems with the usage of "its" vs "it's" among other things

Approved by:	nik
2001-10-16 11:53:01 +00:00
Valentino Vaschetto
6f8e9237fc Close para and sect1 tags in regard to the "4.4-RC: errors in doc build"
thread in freebsd-doc.

Reviewed by:	murray
2001-08-21 20:16:45 +00:00
Dima Dorfman
f5b86578d6 Miscellaneous markup fixes, among which: use <screen> and
<programlisting> properly, and UNIX -> unix,
2001-07-29 09:52:55 +00:00
Dima Dorfman
ee5a0d9393 Convert to DocBook.
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-07-29 09:47:40 +00:00
Dima Dorfman
1011e0acaa Assorted spelling, punctuation, and markup fixes.
PR:		28916
Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-07-19 11:55:05 +00:00
Chern Lee
6dbf07d805 Fix/Standardize:
internet -> Internet
can not -> cannot
CD-ROM -> CDROM
cdrom -> CDROM
UNIX -> Unix

To be standardized with the rest of the doc tree.

Approved by:	murray
2001-07-17 20:51:52 +00:00
Tom Hukins
cc853292bc Replace erroneous occurences of "the the" with "the" throughout the docs
PR:		28086
Submitted by:	Félix-Antoine Paradis <reel@sympatico.ca>
2001-06-13 11:37:03 +00:00
Hiroki Sato
96ae5263ea Fix malformed anchor names. 2001-03-07 20:42:07 +00:00
Nik Clayton
3a76b7c251 An article explaining how to independently verify that your IPSec
configuration is working.
2000-06-26 09:10:24 +00:00