Commit graph

2007 commits

Author SHA1 Message Date
Nik Clayton
b91811480c Replace the last few occurences of curly quoted items (`` and '')
with the right markup.
1998-06-29 09:48:32 +00:00
Nik Clayton
f4e931897c <emphasis remapt=it> -> <emphasis> in some cases. 1998-06-29 09:46:44 +00:00
Nik Clayton
1454451780 Mark up domain names, hostnames, IP addresses, netmasks and MAC addresses
using the new <hostid> element (with appropriate roles).
1998-06-29 09:43:53 +00:00
Nik Clayton
4649264b1d More things that should be filenames marked up as such. 1998-06-29 09:38:56 +00:00
Nik Clayton
190d8f54c8 Use the new FreeBSD Doc. Project DTD. 1998-06-29 08:23:33 +00:00
Nik Clayton
44198605b2 Catalog file to map the FPI "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN"
back to a filename.
1998-06-29 08:10:48 +00:00
Nik Clayton
c6bb359c12 DTD for the FreeBSD Documentation Project.
Extends DocBook v3.0, with (currently) the following additions.

 1. <hostid>, <username>, <devicename>, <makevar>, and <maketarget> have
    been added. Sample uses would be be.

      <para>By convention, the the local machine can always be referred
	to as <hostid>localhost</hostid>, with the IP address
	<hostid role="ipaddr">127.0.0.1</hostid>.</para>

      <para>The most powerful account on the system is
	<username>root</username>, able to leap tall buildings in a single
	bound.</para>

      <para>Some devices have an entry in <filename>/dev</filename>. For
	example, <filename>/dev/cuaa0</filename> corresponds to
	<devicename>sio0</devicename>. Other devices, such as
	<devicename>ed0</devicename> do not have entries in
	<filename>/dev</filename>.

      <para>To rebuild the system, use the <maketarget>world</maketarget>
	target. If you do not want to build profiled libraries then ensure
	that <makevar>NOPROFILE</makevar> is set.</para>

 2. <FAQList> has been added as a new list type, with its own listitem.

    Use like so;

      <FAQList>
	<FAQListItem>
	  <FAQQuestion>
	    <para>I have bad blocks on my hard drive!</para>

	    <!-- Nothing restricting a question to one paragraph -->
          </FAQQuestion>

	  <FAQAnswer>
	    <para>With SCSI drives, the drive should be capable&hellip;</para>

	    <para>&hellip;</para>
          </FAQAnswer>
	</FAQListItem>
      </FAQList>

    Long winded, but comprehensive, and in keeping with the rest of DocBook.

As I convert the handbook from LinuxDoc to DocBook I'm working on an
extensive markup guide for the project, where constructs like these will be
fully documented.
1998-06-29 08:08:52 +00:00
Masafumi Max NAKANE
cc5cc2b9ef Add SADA Kenji <sada@e-mail.ne.jp> for jcode.pl port. 1998-06-28 19:07:44 +00:00
Vanilla I. Shu
9535280321 Add J. T. Jang for his zh-bg5ps ports. 1998-06-27 03:34:29 +00:00
Tim Vanderhoek
81ada0706b (applications.sgml, hardware.sgml, install.sgml, troubleshoot.sgml):
docs/7082  Fix grammar errors (Dag-Erling Coidan <dag-erli@ifi.uio.no>)

admin.sgml:         Add section on amd
applications.sgml:  Add section on installing FrontPage
hardware.sgml:      Add sections on CAM, P&P modems, serial consoles
install.sgml:       Add section on why not to remove sc0
preface.sgml:       Sync versions-graph with our current temporal co-ordinates
x.sgml:             Add sections on missing Imake.tmpl, reversing mouse buttons
	docs/7083  (FAQ maintainer, dwhite)

admin.sgml:  Something about mounting root.  With -a.  Dooh!
	docs/7084  (FAQ maintainer, dwhite)
1998-06-27 01:13:49 +00:00
Nik Clayton
a805131f7a A cleanup to get it to validate. Fixed some invalid and missplet markup.
Lots of undefined entities still exist, but they will be fixed with a
later commit.
1998-06-26 11:37:37 +00:00
Nik Clayton
7fe8560d70 Replaced double quotes with appropriate elements. 1998-06-26 11:33:59 +00:00
Joseph Koshy
8a73f30eab Make the fonts tutorial upto-date with respect to TrueType support in FreeBSD.
PR:		docs/7049
Reviewed by:	the -doc list.
Spl-thanks-to: 	CHOI Junho <junker@jazz.snu.ac.kr> for information
		about Asian font support.
1998-06-26 10:47:27 +00:00
Joseph Koshy
77f0086166 Added Q `why does my 3Com PCI NIC not work with my Micron computer'?
PR: docs/6444
Reviewed-by: Doug White <dwhite@resnet.uoregon.edu> (FAQ maintainer)
1998-06-26 04:05:25 +00:00
David E. O'Brien
e443ff16ae Add Steven Samorodin for this ishido port. 1998-06-25 08:08:32 +00:00
Masafumi Max NAKANE
d1c94ab9ae Add Stefan Sec Zehl <sec@42.org> to additional contributor list
for the wmx port.
1998-06-24 11:08:28 +00:00
Hiroyuki Hanai
1c324e4f43 Changes in the English version(1.4 -> 1.5) are merged.
Submitted by: Nishika <nishika@cheerful.com>
1998-06-24 02:11:16 +00:00
Donald Burr
b6f18543a9 Oops, someone (was it Jordan?) decided to add Gilad Rom the same time
I did.  (or something)  His entry looks better, so I'm gettin' rid of mine.
1998-06-23 08:07:33 +00:00
Joseph Koshy
af3bed3816 New Q: "full screen apps on remote machines misbehave"; a short
lesson on the importance of TERM.

PR: 7012
1998-06-22 10:17:55 +00:00
Hiroyuki Hanai
e8a086fef8 Japanese Manual now corresponds to that of English version of 2.2-980620-SNAP.
Reviewed by: The Japanese Manual Project <man-jp@jp.FreeBSD.ORG>
Submitted by: horikawa@jp.freebsd.org
1998-06-22 05:30:59 +00:00
John Fieber
6d8ea7a982 MFR (Merge From Reality). 1998-06-22 02:58:48 +00:00
Nik Clayton
0da8631953 Updated my entry, as per Wolfram Schneider's <wosch@cs.tu-berlin.de>
suggestion.
1998-06-19 13:00:00 +00:00
Nik Clayton
a053b05e64 Another sweep for "" and "`" (and their closing equivalents), replacing
them with the correct markup.

The only quotes left now are either around items for which I'm not 100%
sure which element to use, or in literal blocks as part of commands the
user types in.
1998-06-19 08:48:37 +00:00
Nik Clayton
b1405c0516 Examine text marked up as <acronym>, alter markup as appropriate. 1998-06-19 08:39:18 +00:00
Joseph Koshy
02659c90fd Added section on using `DDD' to debug crash dumps.
PR: 6980
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-06-19 04:35:43 +00:00
Wolfram Schneider
3a1e6bb0f4 In the example for mydevselect the switch statement never closes.
nit pick nit pick... :) by Mike Tesch <tesch@malibu.caida.org>
1998-06-18 13:20:41 +00:00
Joseph Koshy
09f8e01832 Mention that ATAPI Zip drives are also supported, post 2.2.6-RELEASE.
Noticed by: Jeremy Shaffner <jer@jorsm.com>
1998-06-18 10:07:09 +00:00
Nik Clayton
cf82da2a44 A quick hack to build the HTML version of the DocBook handbook -- partly
so I can check my progress, partly so that others can offer comments on
the result of the conversion.

See <URL:http://www.freebsd.org/~nik/handbook/book01.htm> for the first
results. Keep in mind that the conversion has not been fine tuned in any
way. That said, comments are welcome.
1998-06-18 09:06:04 +00:00
Nik Clayton
bd9330d762 Swept through looking for explanatory notes and marking them up as 'note'
elements.
1998-06-18 08:42:02 +00:00
Donald Burr
1126384625 Add Jacques Vidrine <n@nectar.com> for his port www/grail. 1998-06-16 15:41:44 +00:00
Joseph Koshy
87f3a07e29 Remove mention of obsolete `ix' driver. Intel EtherExpress 16 support is
now in the `ie' driver.

Pointed out by: Bob Van Valzah <Bob@WhiteBarn.com>
1998-06-16 08:38:29 +00:00
Donald Burr
f2b383181c Add Dom Mitchell <dom@myrddin.demon.co.uk>
for his ports of daemontools and ucspi-tcp.
1998-06-16 07:56:52 +00:00
Jun Kuriyama
da1430045c Add Kentaro Inagaki <JBD01226@niftyserve.ne.jp> for his ports
of ja-vfxdvik and xdvik.
1998-06-15 14:53:53 +00:00
Hiroyuki Hanai
b4152ac92b Now, Japanese manual corresponds to English version of 2.2-980612-SNAP.
Reviewed by: The Japanese Online-manual Project <man-jp@jp.FreeBSD.ORG>
Submitted by: horikawa@jp.freebsd.org
1998-06-15 04:16:33 +00:00
Jordan K. Hubbard
1474fb1d3f Update some project assignments. 1998-06-15 00:56:55 +00:00
Jordan K. Hubbard
3cae2edbb5 Nuke the now-dead 386bsd newsgroups. 1998-06-12 17:50:49 +00:00
Jordan K. Hubbard
ea79d71b50 Add a convenient tag. 1998-06-12 17:36:39 +00:00
Jordan K. Hubbard
c2381fa445 Add latest contributors and also prune items from our "wish list" that
have already been taken care of.

Clean up some bogons in contrib.sgml which kept the handbook from
building and also eliminate some positions which never really went
anywhere.
1998-06-12 14:42:34 +00:00
Eivind Eklund
082f0d19a9 Document d_poll() and d_select(). 1998-06-12 13:59:49 +00:00
Wolfram Schneider
8be4630691 Add HTTP link to the PDF version on the FTP Server. I hope
Jordan will update the directory /pub/FreeBSD/docs more regulary ;-)
1998-06-12 13:01:18 +00:00
Thomas Gellekum
5aed64a878 Add Oliver Breuninger for his o2c port. 1998-06-12 12:25:51 +00:00
Wolfram Schneider
1cb2b175f9 Fix natd reference in section 10.3
Submitted by: Jeremy Shaffner <jer@jorsm.com>
1998-06-12 07:09:44 +00:00
Hiroyuki Hanai
12fdba4cc9 Following changes in the English version are merged.
handbook.sgml: 1.83 -> 1.86
  ports.sgml: 1.29 -> 1.30

Submitted by: Saeki Takashi <saeki@ba2.so-net.ne.jp>
1998-06-12 05:09:15 +00:00
Brian Somers
31426a9f8f Talk about why games aren't functional via a machine
that's using libalias.
1998-06-11 23:56:25 +00:00
Guy Helmer
6ae9dbdda9 Added myself to the committers list. 1998-06-11 14:06:55 +00:00
Nik Clayton
0c371d6340 <emphasis remap=tt>...</emphasis> -> <command>...</command> where
necessary.
1998-06-11 08:28:38 +00:00
Nik Clayton
f89eaac31c Converted appropriate occurences of <emphasis remap=tt>...</emphasis> to
<filename>...</filename>

As with most of these conversions, I won't have got all of them in this
first pass.
1998-06-11 08:24:07 +00:00
Wolfram Schneider
9a50f30a91 Delete Dave Cornejo, he does not have a freebsd.org account anymore. 1998-06-10 12:20:53 +00:00
Peter Wemm
1c28fa4185 Be more specific here about spelling and other trivial or cosmetic changes
to vendor branched files and the repository damage that they cause.  They
are to be strongly avoided.
1998-06-10 05:28:59 +00:00
Nik Clayton
9c96eae1b7 Remove the quotes from constructs like ``<option>...</option>'' 1998-06-09 08:30:31 +00:00