Commit graph

73 commits

Author SHA1 Message Date
Chern Lee
be2032ed93 Add section about configuring inetd.
Reviewed by:	murray
2001-08-07 23:58:38 +00:00
Chern Lee
8821260cc9 Reworded sections of "Reasons to run a name server" and changed
definition of "Origin" in DNS section.

Reviewed by:	murray
2001-08-06 22:50:16 +00:00
Chern Lee
c20dd61362 Spelling Changes:
* OSs -> Operating Systems
* commmunications -> communications
* realise -> realize
* customising -> customizing
* customise -> customize
* realise -> realize
* behaviour -> behavior

British to American spelling for some of the above words only in the
Handbook as discussed on -doc.

Reviewed by:	murray
2001-08-06 21:25:28 +00:00
Chern Lee
2ed036cc7c Structural Markup Changes to DNS:
* Terminology -> <informaltable>
* File list -> <informaltable>
* Record Types -> <variablelist>
* Links -> <itemizedlist>

Reviewed by:	murray
2001-08-06 20:25:01 +00:00
Jim Mock
f1d9605e83 Change the remaining instances of e-mail to email. 2001-08-04 20:06:22 +00:00
Chern Lee
e4aad960d6 Revised wording of DNS section, added some content.
Minor markup changes:
 * Cuddle up <programlisting>
 * Placed hostnames in <hostid>
 * Placed some terms in <literal>

Reviewed by:	murray
2001-08-02 01:57:08 +00:00
Murray Stokely
2fdac55c46 * Combine singular/plural index terms.
* Add a few section id's so that the printed index can find the page
  number.

Submitted by:	Valentino Vaschetto <valentino.vaschetto@windriver.com>
2001-07-30 17:18:54 +00:00
Murray Stokely
cbe8d4a8bd * Enclose author attributions in <chapterinfo>, <sect1info>, etc.
* Modify an example `ls /usr/lib/*crypt*' listing so that it doesn't
  wrap on a printed page.
2001-07-27 22:03:56 +00:00
Chern Lee
aa873b5501 Remove smileys/emoticons as discussed in -doc to give the handbook a more
formal look.

Reviewed by:	murray
2001-07-23 22:51:33 +00:00
Murray Stokely
3741b3edfb Add ID attributes to <indexterms>
Add <see> tags to cross-reference similar indexed topics
2001-07-21 09:13:55 +00:00
Chern Lee
474756bf03 Markup Fixes:
Place some terms in <varname>
Change <emphasis> -> <varname> in some intstances
Place commands in <command> or man entitiy
Place applications in <application>
Place filenames in <filename>
Place hostnames in <hostid>
One instance of <quote> -> <errorname>

Spelling/Terminology Fixes:
ip -> IP address
IPs/ips -> IP addresses
cfg -> config
Unice -> Unix systems

Reviewed by:	murray
2001-07-19 18:38:43 +00:00
Chern Lee
4593015dcc Modified existing <indexterm>'s to make them more specific using
<filename>, <command>, and <application> tags.

Submitted by:	Valentino Vaschetto <valentino.vaschetto@windriver.com>
Approved by:	murray
2001-07-17 23:33:28 +00:00
Chern Lee
3e8d98b70a Standardize:
TCL -> Tcl
ethernet -> Ethernet
ftp (noun) -> FTP

Approved by:	murray
2001-07-17 22:20:51 +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
Chern Lee
7001f29865 Standardize:
UNIX -> Unix
UNIX's -> Unixes (one instance)

Unix is a proper noun, not an acronym.  Also conforms to O'Reilly's word list.

Approved by:	murray
2001-07-17 00:11:24 +00:00
Murray Stokely
99c9a56f15 Consistently use an uppercase replaceable 'X' :
4.x-STABLE    -> 4.X-STABLE
   FreeBSD 2.2.x -> FreeBSD 2.2.X
2001-07-14 23:40:29 +00:00
Chern Lee
1c9cca9012 can not -> cannot
"Cannot" is proper English, has more instances in the handbook than "can not"
and conforms to O'Reilly's word list.

Approved by:	murray
2001-07-14 02:21:12 +00:00
Chern Lee
a3496b5d17 Standardize internet -> Internet
Approved by:	murray
2001-07-14 01:56:33 +00:00
Murray Stokely
1853b9bcf6 CD-ROM -> CDROM
O'Reilly has standardized on 'CD-ROM' as have several other
publishers, however 'CDROM' outnumbers 'CD-ROM' 2 to 1 in our
documentation and it has always appeared this way on FreeBSD CDs from
Walnut Creek/BSDi/WRS.  I don't have a preference either way as long
as it stays consistent.
2001-07-14 00:57:56 +00:00
Murray Stokely
1fffa4c4ce Remove a reference to the UART section in Appendix F. Point users to
the tutorial instead.
2001-07-13 22:44:03 +00:00
Nik Clayton
ef12bb1d4c Remove these -- now that peps is being used the automatic conversion from
the EPS originals suffices.
2001-07-13 12:12:41 +00:00
Dima Dorfman
4a5e851cb2 DocBook police: open and close tags for <screen> should cuddle up to
the contents within.
2001-07-06 13:03:06 +00:00
Nik Clayton
4e521b8bb2 Makefile's to make it easy to build individual handbook chapters. These
are *not* recursed in to by the top level Makefile.
2001-06-30 14:55:40 +00:00
Murray Stokely
e6917a777e Properly wrap indexterm entries that exceed 80 characters. Also move
<indexterm> tags outside of <para>s since this can add extra
whitespace characters to the output (for print stylesheets).

Pointed out by: Chris Costello
2001-06-26 20:10:25 +00:00
Murray Stokely
a04cbb22cc Add ~96 index entries 2001-06-26 00:09:52 +00:00
Murray Stokely
ca002b6606 The author of this section was slightly confused about the terminology
used to describe network topology.  Change instances of '10 base T' to
'10 base 2' and adjust sentence structure when describing a bus-based
topology.

While I'm here, consistently use 'LAN' instead of 'lan' for local area
networks.
2001-06-24 03:22:48 +00:00
Murray Stokely
506d3469cb Add graphical figures for the network diagrams in the ISDN section.
Submitted by:	G. Adam Stanislav
2001-06-24 03:06:38 +00:00
Murray Stokely
8d2a434262 Add a graphical figure for the natd chapter to replace the ASCII art
when the output format supports it.

The PNG driver for Ghostscript doesn't support anti-aliasing on
FreeBSD, so the PNG file was created on another platform and should
not be automatically generated from the eps file.

Submitted by:	G. Adam Stanislav (created the EPS file with a text editor)
2001-06-23 22:46:16 +00:00
Murray Stokely
88f3235bb0 Spelling corrections :
transalates    -> translates
  indictes       -> indicates
  ficticious     -> fictitious
  sandox         -> sandbox
  priveleged     -> privileged
  unix           -> Unix
  versatily      -> (sentence reworded)
  inerface       -> interface
  internet       -> Internet
  appriate       -> appropriate
  Logictech      -> Logitech
  extetions      -> extensions
  occuring       -> ocurring
  keypair        -> key pair
  tunnelled      -> tunneled
  inializes      -> initializes
  ommitted       -> omitted
  seperate       -> separate
  unintelligable -> unintelligible
  signalling     -> signaling
  appearence     -> appearance
  descision      -> decision

Pointed out by: ispell(1)
2001-06-21 17:21:01 +00:00
Murray Stokely
001e62c2c9 Add a section on using natd to share an internet connection, do port
forwarding, etc.

Submitted by:	Chern Lee <chern.lee@windriver.com>
Obtained from:	based on the natd man page, and online documentation
2001-06-15 21:47:55 +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
Dima Dorfman
d15224bb59 Correct assorted spelling and grammar errors.
PR:		27882
Submitted by:	Eric S. Van Gyzen <esv@vangyzen.net>
2001-06-05 01:37:15 +00:00
Sheldon Hearn
47cbf9754a Replace old-style "chown foo.bar" with orthodox "chown foo:bar".
Reported by:	dcs
2001-05-28 13:41:59 +00:00
Murray Stokely
f868320eb8 Remind users that they must kill -HUP the mountd process after making
changes to /etc/exports.

Suggested by: Bernd Salbrechter <salb@hell.gud.siemens.at>
2001-05-11 09:25:31 +00:00
Murray Stokely
74d2891767 Add section on running named in a sandbox.
PR:		docs/27024
Submitted by:	mikem <mike_makonnen@yahoo.com>
Reviewed by:	Chern Lee <chern@osd.bsdi.com>
2001-05-09 01:14:29 +00:00
Dima Dorfman
a0415e82f0 Remove references to first-person pronouns ("I", "me", etc.): all they
do is serve to confuse the reader (who is this "I"?).  Stuff inside
<question> tags in the mini-faq's and clearly-attributed blocks was
left alone.
2001-04-17 01:37:48 +00:00
Murray Stokely
d56db00760 Add section on setting up a DNS server in the Advanced Networking Chapter.
Submitted by:	Chern Lee <chern@osd.bsdi.com>
2001-04-14 00:58:57 +00:00
Dima Dorfman
caa6994914 DocBook police: open and close tags for <programlisting> should cuddle
up to the contents within.

Approved by:	nik
2001-04-09 00:33:58 +00:00
Daniel Harris
2865db4f4d Typo: appreciate -> appropriate.
Submitted by:	"Jamyn" <jshanley@wt.net> on -doc
2001-02-09 16:02:02 +00:00
Ben Smithurst
5543c25d08 Explain that portmap is needed in order for an NFS server to work.
PR:		24382
Submitted by:	Willem van Engen <wvengen@stack.nl>
2001-01-16 21:38:07 +00:00
Jim Mock
6b86823ee6 Fix some spelling errors and some other minor nits. 2000-12-15 21:52:35 +00:00
Ben Smithurst
30aaf2fe1b Fix some of the indentation which needed changing after the previous commit.
This is a white-space only change; translators may ignore it.
2000-09-19 17:06:59 +00:00
Ben Smithurst
ed2dcfcb23 Extend the bit about using DHCP so that it mentions that BPF is
required in the kernel for DHCP to work.

PR:		21399
Submitted by:	Dan Pelleg <dpelleg+bsd@cs.cmu.edu>,
		Eric Ogren <eogren@earthlink.net>
2000-09-19 17:05:47 +00:00
Alexander Langer
9530ef3ecf Big part about NIS Netgroups: What they are and why they are useful,
along with realtime examples as in the other parts.

Submitted by:	Udo Erdelhoff <ue@nathan.ruhr.de>
Reviewed by:	Neil Bliss <yoda@integratus.com> and myself
2000-09-01 21:31:46 +00:00
Alexander Langer
8171c7589b Big overhaul of the NIS tutorial, e.g. add examples how to exclude
users (and more changes).

The original patch was
Submitted by:		Eric Ogren <eogren@earthlink.net>
PR:			18926
but I received a big
Comment email by:	Udo Erdelhoff <ue@nathan.ruhr.de>
where he addressed many nits in Eric's changes and/or suggested how to
rewrite parts in a correct/better way and gave me some further content.

Eric's patches removed some of Bill Swingle's old work.  I decided
to keep these but to merge Eric's changes into the existing content.

The result is a very fine NIS tutorial, which is supposed to be extended
by NIS Netgroups content written by Udo Erdelhoff soon (at least he
promised that :-])
2000-08-18 15:20:35 +00:00
Ben Smithurst
ae4c2b5ba2 option BRIDGE -> options BRIDGE in kernel config.
PR:		20030
Submitted by:	Sam Wun <swun@esec.com.au>
2000-07-19 13:14:15 +00:00
Nik Clayton
4f20439b93 Add a section about using FreeBSD as a bridge.
PR:		docs/19105
Submitted by:	Steve Peterson <steve@zpfe.com>
2000-06-19 13:29:01 +00:00
Jim Mock
aca13e8771 Attack of the spelling police. The grammar police were also occasionally
called onto the scene.
2000-06-13 18:05:39 +00:00
Jim Mock
3302fdee27 Change &ldquo;...&rdquo; to <quote>...</quote> as per a discussion on
-doc.

Suggested by:	nik
2000-06-08 01:56:23 +00:00
Bill Swingle
4463ff344b Fixed tiny but glaring error in NFS chapter.
Thanks to Dan Langille for pointing this out.
2000-05-02 22:40:41 +00:00