Commit graph

19936 commits

Author SHA1 Message Date
Benedict Reuschling
2e29f776fe MFde: Update the german handbook.
Resync multiple handbook chapters with the latest version.

books/handbook/audit/chapter.sgml           1.33 -> 1.34
books/handbook/boot/chapter.sgml            1.65 -> 1.70
books/handbook/introduction/chapter.sgml    1.136 -> 1.137
books/handbook/l10n/chapter.sgml            1.129 -> 1.131 [1]
books/handbook/mirrors/chapter.sgml         1.464 -> 1.474

[1] Contributed by:     Frank Boerner (frank dash freebsd at online dot de)
Obtained from:          The FreeBSD German Documentation Project
2010-01-09 18:01:42 +00:00
Mark Linimon
8d6020bd8d Include OpenJDK in the list of Sun's trademarks. While here, make sure
the first use of Java and JDK in text paragraphs carry the TM as well.
2010-01-09 06:16:56 +00:00
Mark Linimon
fad690046d Based on my reading of Sun licensing documentation*, add OpenJDK as
a Sun trademark.

http://www.sun.com/software/opensource/java/faq.jsp#j5
2010-01-09 05:21:49 +00:00
Greg Larkin
8fb8a16022 - Added Joe Horn as a new contributor
PR:		ports/140641
2010-01-08 21:59:27 +00:00
Greg Larkin
7727cfc039 - Added new contributor Dmitry V. Sukhodoyev
PR:		ports/141996
PR:		ports/141997
2010-01-08 16:26:08 +00:00
Ryusuke SUZUKI
8707f8940a Merge the following from the English version:
1.92->1.120	handbook/x11/chapter.sgml

Submitted by:	Hiroki Kobayashi <solidsneak _at_ hyper.cx>
Reviewed by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>, ryusuke
References:	[doc-jp-work 1503, 1524, 1525, 1528, 1529, 1540, 1566,
		1599, 1638, 1798, 1799]

Approved by:	hrs (mentor)
2010-01-05 21:48:20 +00:00
Manolis Kiagias
08856b4a9f MFen: 1.200 -> 1.201 en_US.ISO8859-1/books/handbook/x11/chapter.sgml
Obtained from:	FreeBSD Greek Documentation Project
2010-01-05 21:42:12 +00:00
Ganbold Tsagaankhuu
0e0a87ad3b MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2010-01-05 15:18:04 +00:00
Ryusuke SUZUKI
9fb7f3f304 Merge the following from the English version:
1.472 -> 1.474	handbook/mirrors/chapter.sgml
	1.289 -> 1.290	handbook/ports/chapter.sgml

References:	[doc-jp-work 2007-2009]
Approved by:	hrs (mentor)
2010-01-05 11:23:02 +00:00
Rene Ladan
3f6665b88a MFen 1.200 -> 1.201 2010-01-04 22:12:16 +00:00
Doug Barton
6152de8557 Actually having the $FreeBSD$ tag expanded in the example rc.d script
did not end up looking as cool as I thought it would, so switch to an
unexpanded example.

Fix the text in the new paragraph to work better around the markup.
2010-01-04 20:38:15 +00:00
Greg Larkin
c12cd8b0d1 - Added Christopher Knaust as a new contributor
PR:		ports/141854
2010-01-04 17:34:50 +00:00
Benedict Reuschling
d65f43502c Add missing application tags to KDE, GNOME and
Firefox in the anti-aliasing section.
2010-01-04 16:30:55 +00:00
Konstantin Belousov
f1ef75d418 Document __FreeBSD_version 900006. 2010-01-04 16:12:04 +00:00
Gabor Pali
c1c9ee5b6c MFen:
1.1118     -> 1.1119     hu_HU.ISO8859-2/books/faq/book.sgml

Obtained from:	The FreeBSD Hungarian Documentation Project
2010-01-03 00:20:07 +00:00
Ryusuke SUZUKI
10e5a3e4b4 Merge the following from the English version:
1.464 -> 1.472	handbook/mirrors/chapter.sgml
 1.134 -> 1.135	handbook/multimedia/chapter.sgml

References:	[doc-jp-work 2003-2005]
Approved by:	hrs (mentor)
2010-01-02 10:18:09 +00:00
Doug Barton
83f04e3f5e Update the example rc.d script:
1. Add a $FreeBSD$ tag
2. Add KEYWORD: shutdown
3. Change %%RC_SUBR%% to /etc/rc.subr

Add a paragraph of text explaining why REQUIRE: LOGIN is preferred,
and when to use KEYWORD: shutdown.

While I'm here update the copyright. Happy 2010. :)
2009-12-31 21:14:16 +00:00
Manolis Kiagias
798e078f96 Change the link to "The BSD Family Tree"
This is the second time the article is lost, it is now copied
to a safe location.

Submitted by:	Brie <brie at unixsysadmin dot org>
2009-12-31 18:32:33 +00:00
Martin Wilke
15ab7e72ad - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR:		ports/136065 ports/127469
Submitted by:	N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com>
2009-12-29 10:27:15 +00:00
Gabor Pali
7e087a2e69 MFen:
1.473      -> 1.474 hu_HU.ISO8859-2/books/handbook/mirrors/chapter.sgml

Obtained from:	The FreeBSD Hungarian Documentation Project
2009-12-28 23:26:35 +00:00
Ryusuke SUZUKI
344a77b0dc Merge the following from the English version:
1.135 -> 1.137	handbook/introduction/chapter.sgml

References:	[doc-jp-work 2002, 2006]
Approved by:	hrs (mentor)
2009-12-28 09:09:33 +00:00
Hiroki Sato
39d6423ca4 Fix doc tree build when Ghostscript 8.70 is used.
The ps2epsi.ps file in Ghostscript 8.70 requires %%BoundingBox line
exists in the output EPS file *before* the conversion while the older
versions calculated it from the PS file and output the line during the
conversion.

Approved by:	doceng (implicit)
2009-12-25 18:12:00 +00:00
Marc Fonvieille
dc2a444aae GS 8.70 needs that target files exist before being created. This
unbreakis doc builds with that GS version.

Submitted by:	hrs@
2009-12-23 13:17:35 +00:00
Xin LI
230f2968cc Add Pengfei Ju for his chinese/fortune contribution. 2009-12-22 17:52:43 +00:00
Ryusuke SUZUKI
2a978d5d33 o Add my author entity.
o Add myself to the developers section.
o Add my PGP key.

Approved by:	hrs (mentor)
2009-12-22 15:43:15 +00:00
Manolis Kiagias
9dab5a6227 MFen: 1.473 -> 1.474 en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml
Obtained from:	FreeBSD Greek Documentation Project
2009-12-21 21:10:17 +00:00
Pav Lucistnik
fa4d62c51e - Add a PLIST_SUB @comment example to the pkg-plist section 2009-12-20 19:26:07 +00:00
Rene Ladan
e3b5c08faf MFen 1.473 -> 1.474 2009-12-20 17:45:46 +00:00
Gabor Kovesdan
91ff6c7263 - Document __FreeBSD_version 900005
Requested by:	attilio
2009-12-20 16:25:55 +00:00
Ganbold Tsagaankhuu
fdaae43c12 MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2009-12-20 14:27:14 +00:00
Xin LI
f177a4d1c4 Add anoncvs.tw.freebsd.org's RSA public key fingerprint.
Submitted by:	lwhsu
2009-12-20 06:12:01 +00:00
Manolis Kiagias
01f2061056 Resync the Greek Handbook to the latest changes
MFen:

1.289 -> 1.290	en_US.ISO8859-1/books/handbook/ports/chapter.sgml
1.197 -> 1.200	en_US.ISO8859-1/books/handbook/x11/chapter.sgml
1.193 -> 1.194	en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
1.129 -> 1.131	en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
1.191 -> 1.192	en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml

Obtained from:	FreeBSD Greek Documentation Project
2009-12-16 20:10:47 +00:00
Hiroki Sato
e090683200 Merge the following from the English version:
1.132 -> 1.134	handbook/multimedia/chapter.sgml

Submitted by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 2001]
2009-12-16 05:00:20 +00:00
Gabor Pali
ac9bcb4141 MFen:
1.33       -> 1.34       hu_HU.ISO8859-2/books/handbook/audit/chapter.sgml
	1.91       -> 1.92       hu_HU.ISO8859-2/books/handbook/firewalls/chapter.sgml
	1.193      -> 1.194      hu_HU.ISO8859-2/books/handbook/kernelconfig/chapter.sgml
	1.129      -> 1.131      hu_HU.ISO8859-2/books/handbook/l10n/chapter.sgml
	1.289      -> 1.290      hu_HU.ISO8859-2/books/handbook/ports/chapter.sgml
	1.197      -> 1.200      hu_HU.ISO8859-2/books/handbook/x11/chapter.sgml
	1.1117     -> 1.1118     hu_HU.ISO8859-2/books/faq/book.sgml

Obtained from:	The FreeBSD Hungarian Documentation Project
2009-12-15 22:32:54 +00:00
Ganbold Tsagaankhuu
eb546e31b3 MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2009-12-15 14:29:52 +00:00
Rene Ladan
082b760ec0 MFen handbook:
* kernelconfig 1.193 -> 1.194
       * l10n 1.129 -> 1.131
       * ports 1.289 -> 1.290
       * x11 1.197 -> 1.200
2009-12-14 17:37:38 +00:00
Pav Lucistnik
c467c723a1 - Move xorg manpage collection to 7.4 2009-12-14 16:12:01 +00:00
Pav Lucistnik
fbb77d18df - Remove/annotate entries for pages, that are no longer present in Xorg 7.4 2009-12-14 16:10:42 +00:00
Pav Lucistnik
528ebd70a1 - Remove the mention of xorgconfig and xorgcfg, they're gone in recent X.org 2009-12-14 16:01:39 +00:00
Pav Lucistnik
3e59a128e3 - Switch fonts.conf(5) to xorg set, it's not present in xfree86 set 2009-12-14 15:54:22 +00:00
Pav Lucistnik
54f0061df9 - Remove section on anti-aliasing in GNOME, these days it's on by default,
no need to configure anything manually
2009-12-14 15:51:08 +00:00
Pav Lucistnik
1df2157ad4 - Refresh sections on Anti-aliased fonts a bit:
* Remove description of quirks of ancient X, KDE and GNOME versions
  * Remove mentions of Mozilla, it's dead
  * No need to mention bitstream-vera package, these days it's part of default
    xorg meta-port
2009-12-14 15:48:49 +00:00
Ganbold Tsagaankhuu
cf546e78ca MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2009-12-14 15:22:18 +00:00
Pav Lucistnik
f3cb93351a - On console screenmaps, change "Also be sure" to "If required"
PR:		docs/133228
Reported by:	guillaume <g71@laposte.net>
2009-12-14 14:45:08 +00:00
Pav Lucistnik
6227f88597 - Drop mentions of sysinstall location on <5.2 2009-12-14 14:28:58 +00:00
Pav Lucistnik
f15ce0d3a0 - WITHOUT_MODULES example does not work as advertised, modify to a version that
will work

PR:		docs/140649
Reported by:	Ben Kelly <ben@wanderview.com>
2009-12-14 14:23:24 +00:00
Pav Lucistnik
0d2bd00d54 - Remove mention of bitstream-vera local.conf file, it has not been installed
for past four years

PR:		docs/141278
Submitted by:	Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
2009-12-14 14:12:50 +00:00
Rene Ladan
7ffdb369ad MFen handbook:
* audit 1.33 -> 1.34 (plus fixes)
* firewalls 1.91 -> 1.92
2009-12-13 17:01:08 +00:00
Mark Linimon
fed309bfba Remove reference to local hack from one of my machines here.
Bullet inserted into foot by:	linimon
Bullet removed from foot by:	linimon
2009-12-13 04:38:29 +00:00
Ganbold Tsagaankhuu
88ba16d8f9 MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2009-12-12 08:11:44 +00:00