Commit graph

18 commits

Author SHA1 Message Date
Gabor Pali
6fb170b309 - Spelling fixes
PR:		docs/149140
Submitted by:	olgeni
2010-07-31 11:06:18 +00:00
Ceri Davies
eb2cd84505 Internet Explorer fails to render some tables generated by the
informaltable element properly, unless the pgwide attribute is
explicitly set to 1.  Use this consistently within the (en) tree, and
update the FDP accordingly.  This should finally silence the demons in:

PR:		docs/73095
Submitted by:	Hilko Meyer <Hilko dot Meyer at gmx dot de>
2004-11-29 21:43:38 +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
Giorgos Keramidas
46f0515db1 Fix a couple of misuses of <acronym> to wrap COM[0-9] device names and
add <devicename> tags around the remaining untagged instances of the same.

PR:		docs/69221
Submitted by:	Warren Block <wblock@wonkity.com>
2004-07-18 12:54:14 +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
Ceri Davies
9af16f8922 Correct a typo. 2003-11-23 18:50:32 +00:00
Simon L. B. Nielsen
b8494fd2f5 - Use trademark entities.
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
- Don't use trademarks as nouns (e.g. don't use "Windows NT's").
2003-09-18 15:32:54 +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
01bcf1ded6 Add infos about devfs(5) where needed.
Submitted by:		keramida
2002-12-02 21:11:55 +00:00
Crist J. Clark
cdae0fc73e Remove 'tty' and 'vector' from sio(4) device lines in kernel
configuration examples. These flags are depricated and will actually
cause config(8) to fail with a 'syntax error.'

Reviewed by:	-doc (one approval, no dissent)
2002-02-15 01:05:58 +00:00
Chern Lee
0ba13f481e Use "raising" and "lowering" the signal over "asserting" and
"disasserting" (not a word).

Suggested by: nik
2001-11-05 19:25:52 +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
Murray Stokely
720d4d69c8 * s/freebsd.org/FreeBSD.org/
* Correct some broken links
* Use relative links for freebsd.org documents

PR:		docs/31447
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
Found by:	linbot
2001-10-23 21:31:20 +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
Murray Stokely
788d821de5 Add a tutorial on serial communications, multiport cards, and UARTs.
This information is from the outdated and out-of-scope Appendix F of
the Handbook which will shortly be removed.
2001-07-13 22:01:35 +00:00