Commit graph

16929 commits

Author SHA1 Message Date
Remko Lodder
d41b3b2685 Remove anoncvs.de.freebsd.org from the anoncvs list. It no longer
resolves (anoncvs2.de.freebsd.org does still resolve).

Noticed by:	Pankov Pavel <pankov_p at mail dot ru> on doc@
2007-05-30 09:22:32 +00:00
Bruce A. Mah
321d96dbac Add entity for libmagic(3). 2007-05-29 16:32:30 +00:00
Nicola Vitale
98c5516577 - Add Tomas Verbaitis (ports/print/splix) 2007-05-29 13:21:55 +00:00
Marc Fonvieille
e93cec2655 Typo fixing. 2007-05-29 12:10:12 +00:00
Giorgos Keramidas
0dee721fb2 Fix a syntax nit.
Submitted by:	ganbold at micom.mng.net
2007-05-29 10:47:34 +00:00
Giorgos Keramidas
3b70d3c745 Update the Mongolian translation of the FreeBSD Handbook
1.25 -> 1.27    mn_MN.UTF-8/books/handbook/audit/chapter.sgml
(updated)       mn_MN.UTF-8/books/handbook/config/chapter.sgml
(updated)       mn_MN.UTF-8/books/handbook/cutting-edge/chapter.sgml
(updated)       mn_MN.UTF-8/books/handbook/introduction/chapter.sgml
1.9 -> 1.10     mn_MN.UTF-8/books/handbook/jails/chapter.sgml
1.123 -> 1.124  mn_MN.UTF-8/books/handbook/l10n/chapter.sgml
1.432 -> 1.433  mn_MN.UTF-8/books/handbook/mirrors/chapter.sgml

Submitted by:   ganbold@micom.mng.net
2007-05-28 23:24:38 +00:00
Attilio Rao
fc2013542f Add myself to the list of committers.
Approved by: jeff (mentor)
2007-05-28 22:32:48 +00:00
Attilio Rao
c9ac00211b Add myself to the developers list (as described into committers-primer).
Approved by: jeff (mentor)
2007-05-28 22:30:03 +00:00
Daniel Gerzo
e2b30fe74c Extend the jails chapter with the new section called "Application of
Jails". This section is going to provide a few examples how can be
jails used in production. Also bring in the first example, or howto,
called "Service Jails" which is basically based on a document
originally written by simon@ and an updated article by Ken Tom.

I think this section is in a pretty good shape, but any additional
grammar or logic updates are welcome!

Reviewed by:	simon (I think only a bit),
		Jeremie Le Hen <jeremie(at)le-hen(dot)org>
Approved by:	keramida (mentor), trhodes (mentor)
2007-05-28 20:02:46 +00:00
Christian Brueffer
5420ab88ae Fix link.
PR:		112981
Submitted by:	jkois
2007-05-27 09:37:10 +00:00
Jun Kuriyama
5d65e7aa89 Fix previous commit. Add cvsup2.ie, not cvsup2.is. 2007-05-21 22:27:47 +00:00
Xin LI
d88127b651 Document __FreeBSDversion 700043 - shared library
verion bump, this is useful for ports that installs
binaries that relys on 6.x shared libraries once
we have misc/compat6x ready.
2007-05-21 14:05:02 +00:00
Mathieu Arnold
f98a64b5e8 Update my key 2007-05-21 12:11:15 +00:00
Yen-Ming Lee
3df3569f83 update my key 2007-05-21 00:53:25 +00:00
Marc Fonvieille
5bc7c8daea Add missing closing tag. 2007-05-20 18:59:20 +00:00
Joel Dahl
d77d5546aa Move jeh to the Development team alumni. 2007-05-20 11:17:16 +00:00
Pav Lucistnik
47c33a32a1 Add ports-x11-drivers collection 2007-05-19 21:40:49 +00:00
Pav Lucistnik
5ccde0a569 Add new x11-drivers category 2007-05-19 21:34:20 +00:00
Xin LI
e32e8dbaa2 Document 700042 gcc 4.2 import. 2007-05-19 13:01:38 +00:00
Christian Brueffer
8c82366dc9 Add ng_car(4). 2007-05-19 12:07:35 +00:00
Vitaly Bogdanov
2a9b2af3a1 MFen:
5-roadmap/article.sgml:		1.26 -> 1.27
	hats/article.sgml:		1.9  -> 1.10
	new-users/article.sgml:		1.47 -> 1.48
	laptop/article.sgml:		1.24 -> 1.25
	hubs/article.sgml:		1.62 -> 1.63
	portbuild/article.sgml:		1.11 -> 1.13; minor fix.
	relaydelay/article.sgml:	1.6  -> 1.7

	Obtained from: The FreeBSD Russian Documentation Project
2007-05-16 09:57:01 +00:00
Daniel Gerzo
9db2464206 - remove redundant "the" article and "," punctuation from title
Approved by: keramida (mentor)
2007-05-15 19:59:52 +00:00
Alexander Leidinger
d84ec6e7dc Update my key after some signing. 2007-05-15 19:49:37 +00:00
Vitaly Bogdanov
815ba7a5d7 MFen:
1.790 --> 1.794

Obtained from: The FreeBSD Russian Documentation Project
2007-05-15 19:22:41 +00:00
Giorgos Keramidas
782dd28094 Update the Mongolian FreeBSD Handbook:
1.28 -> 1.29	mn_MN.UTF-8/books/handbook/geom/chapter.sgml
(updated)	mn_MN.UTF-8/books/handbook/introduction/chapter.sgml
1.26 -> 1.28	mn_MN.UTF-8/share/sgml/glossary/freebsd-glossary.sgml
1.38 -> 1.40	mn_MN.UTF-8/share/sgml/trademarks.ent

Submitted by:	Ganbold Tsagaankhuu
2007-05-15 09:53:52 +00:00
Xin LI
74936af500 Correct several typos, etc. in jail chapter:
- Correct misuse of '.' and '_'
 - ntohl() converts from network order to host order,
   which is described oppositely.
 - Userland jail.c does not do fork() before execve(),
   reflect the fact.
 - prison_ip() returns 0 when IP is owned by the current
   jail, and the arch handbook describes the opposite.

Submitted by:	MQ <nodummy yeah net>
PR:		docs/108676
2007-05-15 02:39:44 +00:00
Marc Fonvieille
53b47f0187 - Use of trademark entities;
- Tag an inline command-line;
- Use of user/group/filename tags where needed;
- Use of application tags for a deamon as done in the rest of the
  book.
2007-05-14 20:49:35 +00:00
Johann Kois
a1470d7a82 MFbed: Update the German documentation set.
doc/de_DE.ISO8859-1/books/faq/book.sgml                         1.793 -> 1.794 + fixes
doc/de_DE.ISO8859-1/books/handbook/Makefile                     1.103 -> 1.104
doc/de_DE.ISO8859-1/books/handbook/book.sgml                    fixes only
doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml      fixes only
doc/de_DE.ISO8859-1/books/handbook/introduction/chapter.sgml    fixes only
doc/de_DE.ISO8859-1/books/handbook/l10n/chapter.sgml            fixes only
doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml         fixes only
doc/de_DE.ISO8859-1/books/handbook/preface/preface.sgml         fixes only
doc/de_DE.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml   1.26  -> 1.28

Obtained from:  The FreeBSD German Documentation Project.
2007-05-14 15:54:08 +00:00
Daniel Gerzo
f7c47b1bb1 - update entry of Matus Uhlar
Approved by: trhodes (mentor), keramida (mentor)
2007-05-14 06:17:12 +00:00
Chin-San Huang
e78fcb2781 - Remove entries for Sempron, Turion.
Noticed by:	simon@
Approved by:	delphij@ (mentor)
2007-05-14 02:10:00 +00:00
Chin-San Huang
d94e1ee29f - Add entries for AMD/Sempron, AMD/Turion.
Approved by:	delphij@ (mentor)
2007-05-13 17:27:00 +00:00
Chin-San Huang
2257016495 - Add The FreeBSD Traditional-Chinese Documentation Project members:
Cheng-Tao Li(aka. psilotum), Tz-Huan Huang(aka. tzhuang,
Wei-Hao Syu(aka. pig), they have contributed a lots of works on translation.

Therefore, we add them as FreeBSD contributors.
I hope this could cheer more people to join the doc team.

Approved by:	delphij@ (mentor)
2007-05-13 16:30:37 +00:00
Daniel Eischen
6227cd903c Document FreeBSD version bump and switching to libthr as default threading
library.
2007-05-13 14:34:03 +00:00
Chin-San Huang
1d47450a14 - Update the outdated screenshot of handbook.
The old:
http://people.freebsd.org/~chinsan/doc/main-keymap.old.png

The new:
http://people.freebsd.org/~chinsan/doc/main-keymap.new.png

PR:		docs/107378
Submitted by:	ceri@
Approved by:	delphij@ (mentor)
2007-05-13 14:15:18 +00:00
Pav Lucistnik
175813ca69 Remove question about ISA PnP modems, which refers to a kernel facility which
was present in FreeBSD 3.X only
2007-05-12 21:52:35 +00:00
Johann Kois
af1ce10290 The FreeBSD German Documentation Project has a new member:
Oliver Peter (hoschi at mouhaha dot de) has contributed his first translation
work (doc/de/books/handbook/virtualization/chapter.sgml) and is working at his
second handbook chapter.

So we add him as a FreeBSD contributor.  :)

Discussed with and approved by:         remko@
2007-05-12 16:30:18 +00:00
Pav Lucistnik
fe1a0d5f8b Correct typo, the hint file is called boot.config
PR:		docs/112305
Submitted by:	Marian Cerny <jojo@matfyz.cz>
2007-05-12 15:57:48 +00:00
Pav Lucistnik
bd7ee412d2 Revert BIND acronym change from previous rev.
Clue provided by:	jkois
2007-05-12 13:12:14 +00:00
Pav Lucistnik
ab2b3b7542 Correct expanded BIND acronym
Fill in entries for CVS, DES, DSR, DTR, DDB, IMAP, KLD, POP3, RD, RISC, RTS, TD
Mark up acronyms in some other entries

PR:		doc/74612
Submitted by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2007-05-12 11:18:38 +00:00
Christian Brueffer
33601ae8b9 Add hptiop(4). 2007-05-11 22:55:50 +00:00
Giorgos Keramidas
d6840dfe47 New translated drop of the Mongolian translation of the Handbook.
1.103 -> 1.104  mn_MN.UTF-8/books/handbook/Makefile
  (misc updates)  mn_MN.UTF-8/books/handbook/basics/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/firewalls/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/install/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/ports/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/printing/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/users/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/x11/chapter.sgml

Submitted by:  Ganbold Tsagaankhuu <ganbold@micom.mng.net>
2007-05-11 22:04:31 +00:00
Dag-Erling Smørgrav
c5037ac6e9 Add entry for __FreeBSD_version 700040. 2007-05-10 15:44:03 +00:00
Dag-Erling Smørgrav
b2d8ead21d Add man.flopen.3 entity. 2007-05-10 15:43:05 +00:00
Vitaly Bogdanov
a4420810e9 MFen:
1.251->1.261

	Obtained from: The FreeBSD Russian Documentation Project
2007-05-09 06:08:50 +00:00
Christian Brueffer
27b3ab6742 Add rum(4). 2007-05-09 05:22:40 +00:00
Daniel Gerzo
dc1b399db4 Install missing callout images, which are required for example in Security
Advisories chapter.

Approved by: keramida (mentor), trhodes (mentor)
2007-05-06 09:52:34 +00:00
Joel Dahl
e18ac15a87 Move archie to the Development team alumni.
Reminded by:	erwin
2007-05-05 14:39:46 +00:00
Gabor Kovesdan
0486f47033 - Fix some typos and improve grammar
Reported by:	Gabor Sari <sari.gabor@gmail.com>
2007-05-04 16:40:10 +00:00
Ceri Davies
c27a266461 Use <quote> elements over '"' where appropriate, and other elements over
'"' where that makes more sense.
2007-05-04 12:45:05 +00:00
Ceri Davies
389924ee76 Make the whitespace in this file consistent; that last merge was
horrible.
2007-05-04 12:39:58 +00:00