Commit graph

14603 commits

Author SHA1 Message Date
Murray Stokely
15491b5420 Add disk striping diagram to the GEOM chapter.
Submitted by:	loader@freebsdmall.com
2005-08-12 12:00:23 +00:00
Murray Stokely
899655c9e0 Add diagram of RAID0 / striping with four disks.
Submitted by:	Fukang Chen <loader@freebsdmall.com>
2005-08-12 11:59:22 +00:00
Xin LI
6b6905c079 The filename should not contain a tailing dot, so move it outside
<filename> tag.
2005-08-12 10:08:26 +00:00
Jesus R. Camou
ee2e3466d4 Add the freebsd-drivers mailing list.
PR:		docs/84812
Submitted by:	David Wolfskill <david@catwhisker.org>
Approved by:	trhodes (mentor)
2005-08-12 09:13:19 +00:00
Jesus R. Camou
f6371980b3 Add new entitity for the freebsd-drivers
mailing list.

PR:		docs/84812
Submitted by:	David Wolfskill <david@catwhisker.org>
Approved by:	trhodes (mentor)
2005-08-12 09:07:16 +00:00
Pav Lucistnik
112e1b7803 11.7 Using rc under FreeBSD 5.X:
- eliminate single use of term "rcNG"
- change chapter name to mention FreeBSD 5.X and newer, not just 5.X
- kill <indexterm> rcNG
- kill mention of 5.X at the end of the chapter, it's not just 5.X

Approved by:	keramida (mentor)
2005-08-12 08:16:43 +00:00
Giorgos Keramidas
70010d72ab Move rescue/ to the right place. Paths are sorted alphabetically. 2005-08-11 01:03:44 +00:00
Giorgos Keramidas
6368b6d37a Add a description of src/rescue to the layout of src/.
Submitted by:	Ulf Lilleengen <lulf@kerneled.org>
2005-08-11 00:59:28 +00:00
Simon L. B. Nielsen
dc36051107 Add a id tag to the Utilizing Multiple Sound Sources section so it can
be linked to externally.

Requested by:	markus
2005-08-10 21:02:12 +00:00
Simon L. B. Nielsen
042924285b Break some rather long lines (whitespace change only, translators can
ignore).
2005-08-09 19:12:03 +00:00
Simon L. B. Nielsen
7b7646f148 Note that you cannot change the number of virtual channels for a
device while it is in use.

Submitted by:	lawrance
PR:		docs/84639
2005-08-09 19:03:39 +00:00
Simon L. B. Nielsen
6ea69c031a - Add a paragraph about enabling GDM, and note that using GDM is the
easiest way to start GNOME.
- Fix a few small grammar errors in the GNOME section and adds a few
  small clarity tweaks.

Submitted by:	adamw
PR:		docs/84713
2005-08-09 18:51:29 +00:00
Jesus R. Camou
2a49529622 o Fix punctuation.
o s/bugfixes/bug fixes/

Approved by:	trhodes (mentor)
2005-08-08 22:08:06 +00:00
Brad Davis
dc5495297f - Add my PGP key.
Approved by:	ceri (mentor)
2005-08-07 21:14:42 +00:00
Dmitry Morozovsky
6c9e8e4ded Use translated portmgr Q&A page.
Fix a typo.

Obtained from:	The FreeBSD Russian Documentation Project
2005-08-07 16:45:55 +00:00
Dmitry Morozovsky
40e058b761 MFen: 1.224 -> 1.225 article.sgml
Obtained from:	The FreeBSD Russian Documentation Project
2005-08-07 15:05:24 +00:00
Murray Stokely
c41bff6727 We're talking about learning to mirror disks here, not expel evil spirits.
s/exorcise/exercise/
2005-08-06 14:36:19 +00:00
Murray Stokely
9c57aa898b Significant cleanup/rewrite of GEOM Striping section.
* This chapter claims to be about striping, but talks about
  disk concatenation in some paragraphs.  Remove all references to
  concatenation, add a brief paragraph explaining what striping is and
  why it provides superior I/O performance through parallel I/O to
  multiple disks simultaneously.

* Do not alternate between calling striping raid0 and raid1.
  Consistently refer to it as raid0, as raid1 is mirroring.

* Cleanup / reorganize the example set of commands for creating a
  stripe of two ATA disks.  Wrap it in a DocBook <procedure> tag with
  individual <steps> to provide a title for this procedure and make the
  numbered steps very clear to follow without confusing verbiage and
  side tangents adding confusion.

* Expand 'redundant array of inexpensive disks' in <acronym> tag for
  mouseover on first use of HTML output.

* Remove some poorly worded, confusing, and contradictory sentences
  and paragraphs.
2005-08-06 14:28:09 +00:00
Murray Stokely
8213454821 Correct typos.
Found by:	make spellcheck
2005-08-06 13:53:20 +00:00
Murray Stokely
475cbc9c32 Correct two typos.
Found by:	'make spellcheck'
2005-08-06 13:33:03 +00:00
Murray Stokely
741798924c Update some likns that were broken when DocBook id's were
standardized.

Pointed out by:	Dan Lukes <dan@obluda.cz>
2005-08-06 13:29:20 +00:00
Alexander Leidinger
1b6e33c3c2 Add Ariff Abdullah and Harry Coin for their src submissions/fixes. 2005-08-06 11:37:39 +00:00
Christian Brueffer
a89fe63001 Add a missing root prompt and change indentation to correct the
resulting HTML output in two instances.
2005-08-06 11:10:35 +00:00
Christian Brueffer
d54bb8745e Add missing ' in a command 2005-08-06 10:23:54 +00:00
Tom Rhodes
9e1457cbcb Bring in two new chapters:
Audit - not hooked up to the build, but provided for when the audit framework
becomes available in the base system.

GEOM - Incomplete, only covers striping and mirroring since that is all I
have tested.  Incomplete is better than nothing in my opinion.  This one is
hooked up to the build.
2005-08-06 03:22:18 +00:00
Tom Rhodes
982ab48b5c Wrap long lines. 2005-08-06 02:31:55 +00:00
Murray Stokely
aad8957506 1. Remove redundant use of the proper noun.
2. Note that bsdtar is the default since 5.3, and that it doesn't
   support tarring to remote tapes directly, only via a pipeline
   through ssh or similar.

PR:		docs/81738
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2005-08-05 19:06:20 +00:00
Roman Bogorodskiy
5bc2516e34 Add UID/GID reserved by mail/simscan.
Approved by:	simon
2005-08-05 18:28:50 +00:00
Bruce A. Mah
b439accc67 Update my key with new prefs and, um, whatever signatures got added
to it in the last year or so.
2005-08-05 14:32:03 +00:00
Remko Lodder
287e5fe13b Fix various typo's and grammar nits.
Noticed by:		Samy Al Bahra <samy at kerneled dot org>
2005-08-04 18:32:10 +00:00
Remko Lodder
0168f9ce09 Import the Storage chapter based on revision 1.239
Translated by:		Rene Ladan <r dot c dot ladan at student dot tue dot nl>
Reviewed by:		Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
2005-08-03 18:12:08 +00:00
Renato Botelho
f9028c9e4a Add Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> for unbreak these ports:
- editors/dte
- devel/cvsadmin
- editors/sted
2005-08-03 10:31:16 +00:00
Robert Watson
e37399ff75 Remove stale comment regarding root non-exemption from mac_seeotheruids:
this was changed in mac_seeotheruids.c:1.7 in HEAD, and then merged to
RELENG_5 as 1.6.2.1, so was present in FreeBSD 5.4-RELEASE.

Submitted by:	g <glaive at vaned dot net>
PR:		84453
2005-08-03 09:51:45 +00:00
Remko Lodder
5ab0fcff5b Update the Dutch Documentation:
MFen:

Config:		1.208 -> 1.210
Firewalls:	1.57 -> 1.62
Introduction	1.109 -> 1.110
Multimedia	1.106 -> 1.107
Network-servers	1.65 -> 1.69
Ports		1.239 -> 1.242
Mirrors		1.384 -> 1.386
Kernelconfig	Style updates
Eresources	1.166 -> 1.171, typo correction
Basics		Typo corrections [1]
Preface		1.28 -> 1.29, typo corrections [1]
Mailing-lists	1.43 -> 1.45
Security	1.268 -> 1.281
Pgpkeys		1.260 -> 1.267

Obtained from:	The FreeBSD Dutch Documentation Project (Siebrand Mazeland)
Corrections by:	Stein van Uytven <stein dot van dot uytven at telenet dot be>
2005-08-02 21:04:58 +00:00
Remko Lodder
3540e3a5fc I should have used the correct template for this one:
Translated by:		Willem Jaap Zwart <W dot J dot Zwart at NescioLudens dot nl>
2005-08-02 19:51:18 +00:00
Remko Lodder
517c5e8e66 Import the installation chapter based on revision 1.325 (english version).
Translated by:		Rene Ladan <r dot c dot ladan at student dot tue dot nl>
Reviewed by:		Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
2005-08-02 19:49:44 +00:00
Erwin Lansing
179b5db8d8 - A ports freeze is not a ports lock for tagging, so it takes
a bit more than "an hour or two".
- The explenation of what needs approval and what not, during
  a freeze was ambiguous, so clarify that all patches need
  approval during a freeze.
While here:
- Add some links to the Portmgr Quality Assurance page.
- Use "the ports management team" instead of "the ports
  manager" as we're more than one person and have been
  for quite a while.

Reviewed by:	marcus, krion
Approved by:	remko
2005-08-02 18:57:32 +00:00
Remko Lodder
65f73cf928 Nuke Quota support information for FreeBSD 3.2
Requested by:		Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
Discussed with:		#bsddocs
2005-08-02 18:48:04 +00:00
Dmitry Morozovsky
09931d1f9e MFen:
1.98 -> 1.100   chapter.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-08-02 17:45:26 +00:00
Dmitry Morozovsky
4062b7bef6 MFen:
1.384 -> 1.386  chapter.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-08-02 17:40:57 +00:00
Dmitry Morozovsky
bec16ddf33 MFen:
1.223 -> 1.224  article.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-08-02 17:14:56 +00:00
Joseph Koshy
ed2e06c8e6 Typo fix.
Reviewed by:	murray
2005-08-02 02:12:10 +00:00
Sam Lawrance
abd76a7fad Add Aldert Nooitgedagt for www/openacs{,-dotlrn} 2005-08-01 14:36:14 +00:00
Ceri Davies
c30385ebe8 FreeBSD Services Ltd is all wrapped up. Remove the entries. 2005-07-31 14:09:08 +00:00
Marc Fonvieille
12f0fb7d79 A s/null modem/null-modem to match the word list. 2005-07-30 21:03:15 +00:00
Marc Fonvieille
2b001b23e3 Add null-modem to the word list since it's the spelling used in our
docs.
2005-07-30 19:44:30 +00:00
Marc Fonvieille
215845ef36 Complete r1.316 with a missed s/Null Modem/Null-modem 2005-07-30 19:25:28 +00:00
Hiroki Sato
f72e4616f4 Fix encoding violation problem. 2005-07-30 18:17:01 +00:00
Hiroki Sato
f67cfb5d42 Fix directory-related variables such as SUBDIR and MANDIR. 2005-07-30 17:46:25 +00:00
Hiroki Sato
0f451e1628 Disable build of doc/ja_JP.eucJP/man directory by default. 2005-07-30 13:48:40 +00:00