Commit graph

19 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
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
09f3c92252 - Use trademark entities.
- Add trademark attributions.
2003-10-18 10:39:16 +00:00
Giorgos Keramidas
bfdfba2177 Capitalize SCSI since all (most?) scsi(4) and related manpages
spell it in caps too.
2003-05-21 20:55:29 +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
Giorgos Keramidas
6dd95937d9 Put my flame resistant suit on, and remove all unnecessary duplication
of URL text in <ulink> attributes, reducing the probability of typos
in future changes to the docs.
2003-04-11 01:11:39 +00:00
Giorgos Keramidas
fa2077b4a2 s/Busmaster/Bus-master/ since it is a composite word. 2003-02-01 17:36:42 +00:00
Tom Rhodes
d4b003e30a FreeBSD documentation project prefers to use manual pages over man pages,
hence some documents should reflect this.

Tossed around on: -doc -developers
2002-07-11 19:08:31 +00:00
Jens Schweikhardt
88c2d34a1d Overhaul some bitrot in the SCSI section:
- shiny new drives are a bit bigger than 2GB these days
- move from st and sd devices to sa and da
- change a few stale references to files in /sys/scsi with /sys/cam/scsi
- bump typical rotational speeds by one generation; introduce 15,000RPM
- mention Ultra160 and Ultra320
- Make the reference to the SCSI-FAQ a true hyper link

There still is a lot to do, like describing CAM in the "SCSI subsystem
design" chapter, fixing some wording about "rogue" devices, which I
think are requiring "quirk" entries. I'm no expert in this field, so
leave it for a SCSI guru.

Discussed with and "go ahead" by:	wilko
2002-06-09 12:25:29 +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
Giorgos Keramidas
e7655d4598 Whitespace fixes.
Punctuation chars should not be preceded by spaces.
2002-02-14 22:31:00 +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
Giorgos Keramidas
c78727af17 Add missing newline at end of file.
Approved by:	nik
2001-10-16 13:11:02 +00:00
Giorgos Keramidas
6c15b3e8c9 Replace all contractions with their normal form.
Approved by:	nik
2001-10-16 12:14:00 +00:00
Chern Lee
3e8d98b70a Standardize:
TCL -> Tcl
ethernet -> Ethernet
ftp (noun) -> FTP

Approved by:	murray
2001-07-17 22:20:51 +00:00
Murray Stokely
26569d38b9 Add a tutorial about storage device hardware. This was previously
part of Appendix F in the Handbook.
2001-07-13 22:30:40 +00:00