Commit graph

6218 commits

Author SHA1 Message Date
Dima Dorfman
1f29c99f7c $Date$ isn't expanded, so don't use it. 2001-08-31 18:06:41 +00:00
Dima Dorfman
613da21466 Fix my grammar error.
Submitted by:	bmah, Rahul Siddharthan
2001-08-31 17:04:49 +00:00
Dima Dorfman
b0b5e7861e Fill paragraphs and fix some misindentation. No content changes. 2001-08-31 16:26:23 +00:00
Dima Dorfman
347fa35657 Update the question about sysinstall security profiles to reflect
reality.  Also fix some bad grammar.

PR:		30203
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2001-08-31 16:14:25 +00:00
Randy Pratt
dd93ac6342 Continues the cleanup of sgml markup for <guibutton> and <guimenuitem>.
Revision of text to a more formal tone.
Revise parts to reflect the new menus in 4.4

Reviewed by:	murray
2001-08-31 14:35:16 +00:00
Chern Lee
046cdeced2 Accident, forgot to describe previous commit:
* Convert itemizedlist of options into variablelist and describe it.
2001-08-31 00:47:35 +00:00
Chern Lee
05c872e867 *** empty log message *** 2001-08-31 00:39:47 +00:00
Chern Lee
48be3c9f93 Update OpenSSH section
* Incorporate more information about SSH v2
   client, DSA keys
 * Explain scp in better terms
 * Change tunneling section
 * Add two "Practical Tunneling Examples"

Reviewed by:	murray
2001-08-31 00:10:35 +00:00
Murray Stokely
acc8614939 Add Jan L. Peterson to Additional Contributors list for patch
submitted in kern/22967
2001-08-30 23:39:15 +00:00
Chern Lee
3cdadf5703 Spelling/Typos:
* partiton -> partition
 * preceeded -> preceded
2001-08-30 22:55:47 +00:00
Valentino Vaschetto
4623c525db CTRL -> <keycap>Ctrl</keycap>
SPACE -> <keycap>Space</keycap>
ALT -> <keycap>Alt</keycap>
ENTER -> <keycap>Enter</keycap>
and so on...

Reviewed by:	chern
2001-08-30 22:44:37 +00:00
Valentino Vaschetto
0c123b6a75 Clarified that fdimage can be run in Windows as well as DOS.
Submitted by:	<legend_420@hotmail.com>
Reviewed by:	chern
2001-08-30 21:47:38 +00:00
Chern Lee
3d1408f159 Minor markup changes, placed items in:
* groupname
 * username
 * option
 * filename
 * note

Minor English consistency/flow changes.
2001-08-30 18:59:28 +00:00
Nik Clayton
e5b7e8512b Fix a couple of thinko's.
Put the disk model image back in place now that it's been updated to match
reality.
2001-08-30 16:55:23 +00:00
Nik Clayton
ffebacfa76 Update the conceptual disk model figure. 2001-08-30 16:54:13 +00:00
Dima Dorfman
a8910c56a2 Revert previous delta--<filename> is more appropriate.
Submitted by:	nik
2001-08-30 11:25:50 +00:00
Dima Dorfman
551a4293e5 Assorted mechanical fixes.
PR:		29841
Submitted by:	root@www-1.wr.usgs.gov
2001-08-30 11:03:57 +00:00
Dima Dorfman
13cb1102a8 Use <devicename> instead of <filename> to mark up things like
`/dev/cuaa2'.

PR:		30068
Submitted by:	Felix-Antoine Paradis <reel@sympatico.ca>
2001-08-30 10:14:26 +00:00
Dima Dorfman
f0e2e70507 Add entries for ntp-genkeys(8) and daemon(8). 2001-08-30 05:25:44 +00:00
Tom Hukins
6d2c17c663 Document %%PORTDOCS%% capability in pkg-plist 2001-08-29 17:31:24 +00:00
Murray Stokely
22a6c45155 Add output.html entity to silence warning when building print version. 2001-08-29 08:20:46 +00:00
Nik Clayton
8556d28c40 s/tex/pdftex/ as appropriate.
Submitted by:	Hiroki Sato <hrs@eos.ocn.ne.jp>
2001-08-29 00:34:27 +00:00
Nik Clayton
76b6b0fb96 Update to 4.1 of the DTD. 2001-08-29 00:15:40 +00:00
Nik Clayton
84bd9dbf6c Add more devices to the sample inventory.
Be more accurate in explaining PC primary, extended, and logical partitions.
I'm learning more about this stuff than I ever wanted to.

Add a "collect your network configuration" section to the pre-installation
tasks.

Add a link to the errata information.

Note that the 'c' partition refers to the enclosing slice, not the whole
disk, as I have always thought for the past seven years.  Also note that
the 'd' partition is no longer special, but that lots of software,
including sysinstall, believes that it still is.  Update the ASCII art
disk layout diagram to reflect this, comment out the EPS version until I
can fix it.

Fix some typos.

Some of this is my own work, the rest is based on comments from
William Roth <RothW@SEC.GOV>, and Annelise Anderson
<andrsn@andrsn.stanford.edu>
2001-08-28 23:33:07 +00:00
Jimmy Olgeni
ff37f1f3bb Change description of the @reboot time specification: actually it is not an
undocumented option.

Reviewed by:	dd (patch posted on -doc@)
2001-08-28 14:12:27 +00:00
Dima Dorfman
38fa0139b8 Correct a typo.
Submitted by:	Daniel B. Hemmerich <dan@BSDpro.com>
2001-08-28 12:50:03 +00:00
Dima Dorfman
bcf62d4c42 Describe slices and partitions a little better.
An an aside, most of this part of the chapter is marked up
incorrectly--e.g., <quote> is used where something like <devicename>
is much more appropriate.  This delta doesn't help, but keeps things
relatively consistent.

PR:		30062
Submitted by:	Mike Meyer <mwm@mired.org>
2001-08-28 12:36:43 +00:00
Bruce A. Mah
cd4ba70ca7 Back out 1.43->1.44 delta, which turned on hyphenation and justification
by default for printed output.  It turns out that this combination results
in URLs running of the right margin of the printed page.

This back-out is a temporary work-around to fix the PS/PDF
documentation for the impending 4.4-RELEASE.

Approved by:	murray
2001-08-27 04:01:40 +00:00
Randy Pratt
9b954e7acc Rewrite Choose Distributions section in a more formal style.
Added markups for guibutton/guimenuitem.
Added xrefs to other relevant handbook sections.

Reviewed by:	murray
2001-08-26 20:41:27 +00:00
Dima Dorfman
ff522925e3 authors.ent has been moved to en_US.ISO8859-1/share/sgml/authors.ent.
The file is hardly Handbook-specific.

Repo-copy by:	jdp
2001-08-25 22:02:08 +00:00
Dima Dorfman
773ff743ed Reference %authors via its PUBLIC rather than SYSTEM identifier.
There's a reason we have catalogs, and it isn't to use inodes.
2001-08-25 21:55:57 +00:00
Dima Dorfman
78bfef433f Remove authors.ent from SRCS since there's no need for it to be there,
and because the path is liable to change (that's why we have
catalogs).
2001-08-25 21:52:35 +00:00
John Polstra
828100e69c Remove cvsup6.freebsd.org. It seems to have vanished into thin air. 2001-08-25 18:27:25 +00:00
Bruce A. Mah
5d6c7d38be freebsd-ircops is a non-existent list, so it shouldn't be in
the Handbook.

PR:		30066
Submitted by:	Félix-Antoine Paradis <reel@freebsd-fr.org>
2001-08-25 03:23:50 +00:00
Chern Lee
d4f93834b9 * Placed ccd in <application> tags
* shoud -> should
* exsist -> exist
* specificy -> specify
2001-08-24 20:44:08 +00:00
Robert Drehmel
ba1c8adaa6 - add an entity for myself
- add myself to the developers section

Approved by:	jake
2001-08-24 15:46:30 +00:00
Randy Pratt
c92fcdc0fa Fix typo for marking slice as bootable. A-->S
Submitted by:	milan_mlynarcik@hotmail.com
Approved by:	murray
2001-08-24 13:39:00 +00:00
Joseph Koshy
e45f6837b0 Add `Johannes 5 Joemann' for his extensive patches to the SML-NJ port. 2001-08-24 09:27:36 +00:00
Murray Stokely
f0042b1654 Reword a couple of sentences that I found very confusing. Often this
was due to missing words or sentences that made it very difficult to
understand the text.
2001-08-24 07:27:05 +00:00
Murray Stokely
9adf756449 pop -> POP 2001-08-24 06:59:07 +00:00
Murray Stokely
39da75d5ba lan -> LAN
Reword an informal question while I'm here.
2001-08-24 06:56:10 +00:00
Kazuo Horikawa
fa94710967 Catch up with 4.4-RC-20010824-JPSNAP 2001-08-24 04:22:29 +00:00
Valentino Vaschetto
f260262e67 Added sect1 on ccd
Reviewed by:	chern
2001-08-24 01:05:20 +00:00
Chern Lee
bfe5032a69 * Add information about NMBCLUSTERS/mbufs
* Add another item to the standard sypnosis
2001-08-23 23:11:29 +00:00
Dima Dorfman
fded897c40 Periods generally go outside of <ulink>.
PR:		29912
Submitted by:	Felix-Antoine Paradis <reel@freebsd-fr.org>
2001-08-23 22:06:11 +00:00
Dima Dorfman
1ec47d9140 Nuke a paragraph that doesn't make sene. 2001-08-23 21:23:03 +00:00
Murray Stokely
59f04914ee Point users to the automatically generated keyring for easy download.
Also fix the markup for two keys that I missed in a previous edit.
2001-08-23 08:24:07 +00:00
Murray Stokely
e90bee4e01 Add a new target to the Handbook makefile: 'pgpkeyring'.
This target finds all <programlisting role="pgpkey"> elements in the
Handbook and writes out a flat text file suitable for importing into
PGP or GPG.

This can be used in the web build to automatically update the public
keyring of FreeBSD developers.
2001-08-23 07:59:07 +00:00
Dirk Meyer
32d1e01323 addded: Thomas E. Zander <rriggs@f113.hadiko.de>
for port/grahics/mplayer*
2001-08-23 06:08:58 +00:00
Mike Barcroft
5c3cd78ad4 Correct the Committer Guide:
newsflash.sgml is now news.xml

Discussed with:	nik
2001-08-22 23:16:09 +00:00