Commit graph

13 commits

Author SHA1 Message Date
Eitan Adler
4bca7fa226 Fiddle fiddle, tweak tweak:
minor wording changes to my last commit

Reviewed by:	gavin
Approved by:	dougb
2012-03-18 00:18:55 +00:00
Eitan Adler
2bdc87af7b Fix a variety of duplicate and misspelled words
Approved by:	dougb
2012-03-17 04:53:52 +00:00
Xin LI
e140896ec8 Escape <, >, &'s, plus some cleanups against the SGML. There should not
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.

Requested by:	intron at intron ac
Reviewed by:	Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by:	simon
2006-01-05 20:03:39 +00:00
Murray Stokely
0ccafc87cb * First pass at indexing.
* Add missing <literal> tag.
2005-05-05 00:08:49 +00:00
Simon L. B. Nielsen
e822759e45 Remove more contractions.
PR:		docs/77774
Submitted by:	Joel Dahl <joel@automatvapen.se>
2005-02-20 14:14:45 +00:00
Martin Heinen
048f08f9dc Fix some typos. 2004-04-11 08:38:42 +00:00
Murray Stokely
4c9ff90635 Whitespace change only. Clean up the big mess of this file I had made
by adding all the new tags without re-wrapping the paragraphs.
Translators can ignore this commit.
2003-08-12 06:21:55 +00:00
Murray Stokely
665bd7c9a2 Another pass.
Markup fixes :

* </programlisting> should end without a newline.
* More <filename> markup.
* Add <structname>, <function>, <replaceable>, <acronym>, <quote> tags.
* Move <programlistings> outside of <para>s.

Grammar fixes :

* Add missing words, where needed.
* Remove superfluous words.
* Shorten several redundant sentences of the form
  'Also, .... , as well.'
2003-08-12 06:17:10 +00:00
Murray Stokely
9b230b59b0 r1.3 was incorrect in changing '&sp' to ' '. Instead, '&amp;sp' is
what we want as the '&sp' is discussed and needs to be rendered in the
output document.
2003-08-12 05:39:13 +00:00
Murray Stokely
e8d283ef89 Spellcheck / fix typos :
description, recognize, manufacturer, business, additional, devices, numeric
Also, add a missing 'the' to a sentence.
2003-08-12 05:32:57 +00:00
Murray Stokely
78d43b7b3e * Use <filename> tags liberally.
* Also add some <literal> tags.
* Change $FreeBSD$ -> &dollar;FreeBSD&dollar; to prevent this from
  being unintentionally expanded when used in the text.
2003-08-12 05:22:40 +00:00
Murray Stokely
90814cffbe Make this a valid DocBook document by changing the few <param> tags to
<para> (typo, I think), and removing the '&sp' entities to just normal
spaces ' '.  No content or semantic changes intended.

Requested by:	imp
2003-08-12 05:12:59 +00:00
Warner Losh
301b3e945b document, in some detail with explainations and assides, how to add a
new device entry for PC Card devices with NEWCARD.

I've not connected this to the build because I can't test it locally
on this machine.  Feel free to fix any problems in this file, so long
as you don't change the semantic meaning without asking me.  I write
code, not docs :-)

Thanks to the person who attended my devd talk in INTEROP+NETWORLD
2003 Tokyo BSD BOF via IRC who asked me how to do this in the Q&A
section.  An excellent question that I glossed over at the BOF, but
hopefully this rectifies the problem.

Eventually, I'd like to expand this to include more information about
how to write a driver for a PC Card or CardBus device, but for now
this will have to do.
2003-07-04 00:47:27 +00:00