Commit graph

13274 commits

Author SHA1 Message Date
Ceri Davies
a2f3dc1df9 o Grammar fixes
o Fix various incorrect uses of apostrophes
o Fix an instance of uppercasing where emphasis tags are more appropriate
2004-11-08 18:36:55 +00:00
Dag-Erling Smørgrav
0549acd463 Update key after EuroBSDCon. 2004-11-08 17:30:59 +00:00
Christian Brueffer
182d642247 kuriyama resigned from doceng@ 2004-11-08 16:36:39 +00:00
Simon L. B. Nielsen
d0c468353c Add fastdiscs.com as a CDROM retailer.
Submitted by:	James Holden <sales@fastdiscs.com>
2004-11-08 13:13:25 +00:00
Giorgos Keramidas
544399e94b Add Oleksandr Lystopad to the list of FreeBSD contributors. 2004-11-08 11:20:17 +00:00
Mark Linimon
6e5070616b Note that for 5.3R, SMP was disabled by default. 2004-11-08 07:43:03 +00:00
Mark Linimon
13b37815a5 More fixes to reflect the creation of 5-STABLE. Note: the entity
definitions for the releases are slightly out of date; I have fixed
the text so that the text is correct for now.
2004-11-08 07:35:47 +00:00
Mark Linimon
fdccb80d6d Now that the release date is here, re-add the adjustments from 1.658. 2004-11-08 06:44:16 +00:00
Marc Fonvieille
f73ed7c656 - maketarget tags should not be used for a command line using make(1)
- s/make world/make buildworld/ as done in Cutting Edge chapter for
  "obvious" reasons.
2004-11-07 18:39:43 +00:00
Remko Lodder
c943fd9ae9 Importing new chapter L10N (based on revision 1.103) and
imported the rest of Basics (based on revision 1.126).

Obtained from:	The FreeBSD Dutch Documentation Project
Approved by:	simon (mentor)
2004-11-07 17:48:47 +00:00
Simon L. B. Nielsen
84968d5644 Add emacs footers like the other chapters has. 2004-11-07 16:44:09 +00:00
Hiroki Sato
c24e829215 Add a <meta> tag into %html-header-tags% to explicitly declare
the charset of HTML files generated from an DocBook/SGML file.

Note to translators:

  While some of the translations already use this tweak
  in their localized freebsd.dsl, it is no longer needed so
  removed and the necessary changes have been added instead.
  After this commit, please make sure to define
  &doc.html.charset; in <langcode>/share/sgml/l10n.ent.
  If not defined, iso-8859-1 is used by default and it can
  break the translation.

Discussed on:	-doc
2004-11-07 16:26:09 +00:00
Hideyuki KURASHINA
ade2f328b2 Merge the following from the English version:
1.360 -> 1.362	books/handbook/mirrors/chapter.sgml
2004-11-07 07:08:49 +00:00
Hideyuki KURASHINA
f3f2c14dbc Merge the following from the English version:
1.102 -> 1.103	books/handbook/l10n/chapter.sgml

Submitted by:	Hiroo Ono <hiroo at oikumene dot gcd dot org>
Reference:	[doc-jp-work 973]
2004-11-07 07:08:46 +00:00
Hideyuki KURASHINA
17790d9cd7 Merge the following from the English version:
1.484 -> 1.503	articles/contributing/article.sgml

Submitted by:	Hiroo Ono <hiroo at oikumene dot gcd dot org>
Reference:	[doc-jp-work 971]
2004-11-07 07:08:39 +00:00
Hiroki Sato
25700709b7 Fix the positions of RELENG_5 and RELENG_5_3. 2004-11-07 01:16:40 +00:00
Hiroki Sato
07e10fe03b Update the branch diagrams and added one for RELENG_5. 2004-11-07 00:39:26 +00:00
Sergei Kolobov
4d47f98c11 Add Tor Halvard "Squat" Furulund <squat@squat.no> for net-mgmt/tcptrack port 2004-11-07 00:31:39 +00:00
Pav Lucistnik
dae2e31017 Add Henri Michelon for his multimedia/gdvrecv port. 2004-11-06 23:41:39 +00:00
Sergei Kolobov
86799707cb Add Marcin Gondek <drixter@e-utp.net> for dns/rbllookup port. 2004-11-06 22:38:18 +00:00
Marc Fonvieille
73f85ac0d7 Update the ports number (I used a round number 11,800). 2004-11-06 22:13:52 +00:00
Marc Fonvieille
2db86fcb55 Update to 5.3-RELEASE 2004-11-06 21:54:15 +00:00
Remko Lodder
b578a497f4 Importing new chapters X11 (based on revision 1.154) and
Boot (based on revision 1.56).

Obtained from:	The FreeBSD Dutch Documentation Project
Approved by:	simon (mentor)
2004-11-06 16:46:06 +00:00
Philip Paeps
e6bdb4bc17 Jump on the bandwagon and add the signatures from EuroBSDCon. 2004-11-06 14:58:19 +00:00
Peter Pentchev
abb267035b Fix a typo: firewall.rc -> rc.firewall.
Reported by:	Chris Carver <ccarver@pennswoods.net>
2004-11-05 22:14:37 +00:00
Peter Pentchev
9d149f83a2 Avoid a useless use of cat for passing a single file to grep.
PR:		73577
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
2004-11-05 20:20:28 +00:00
Peter Pentchev
e7cc0c839f Describe the -no-emul-boot mkisofs(8) option and use it in the example.
Also remove the -U option from the example, since it could create ISO
images that some systems could not boot from (besides, it is not used in
the FreeBSD src/release/i386/mkisoimages.sh script, and there probably
is a reason for that ;)

PR:		70952
Submitted by:	Jon Wallace <jon@whoweb.com>
Based on:	patch by Sebastian Schulze Struchtrup <seb@struchtrup.com>
2004-11-05 19:11:17 +00:00
Xin LI
ea0f10f559 Add an example for how to use cvs(1) to checkout code over a ssh channel.
This is useful because anonymous cvs over ssh is more secure, as we can
identify server's identity, etc.

TODO:	(1) More comments on why and when to use cvs over ssh;
	(2) I think it might be a good idea to publish servers'
	    fingerprints as well for security concerns.

Submitted by:	Brad Davis <so14k at so14k.com>
PR:		72018
2004-11-05 17:22:35 +00:00
Pav Lucistnik
bfc7173bfd - Add Kelley Reynolds for sysutils/daedalus port 2004-11-05 13:06:39 +00:00
Edwin Groothuis
1da8a5583e Update two address, add two new ones.
So far for the big "port committers hall of shame"
2004-11-05 11:54:42 +00:00
Michael Landin
5839955560 o Follow the trend and update my key with the new signatures
Approved by:	simon
2004-11-05 10:43:15 +00:00
Ollivier Robert
5515d0924e More signatures from EuroBSDCon. 2004-11-05 10:10:54 +00:00
Kirill Ponomarev
4d49ca40c8 Signatures, signatures, signatures I got at EuroBSDCon 2004-11-05 10:03:00 +00:00
Erwin Lansing
2a9f219027 Add some signatures I got @ EuroBSDCon
Approved by:	simon
2004-11-05 09:59:52 +00:00
Joe Marcus Clarke
15afde71ac Add Jesse van den Kieboom for his contributions of ports/sysutils/gksu,
ports/sysutils/libgksu, and ports/sysutils/libgksuui.
2004-11-05 06:20:34 +00:00
Hideyuki KURASHINA
52188d2aa8 In subsection ``X11 Setup'', port of X11 TrueType Common server, that is
based on XFree86 3.x, is no longer available.  Result of The X-TrueType
project is already merged to XFree86 4.x and thus X.org, so replace it.

Noticed by:	<alarum at fromru dot com>
2004-11-04 22:38:21 +00:00
Ceri Davies
c74223cea4 The UNIX-Hater's Handbook is now available online. 2004-11-04 19:52:25 +00:00
Ceri Davies
80eca872d7 Grammar. 2004-11-04 19:36:14 +00:00
Ceri Davies
0d4334f6ed FreeBSD 2.2.2 no longer qualifies as "modern". 2004-11-04 19:35:11 +00:00
Hiroki Sato
a021f50461 Add gtar(1). 2004-11-04 17:43:21 +00:00
Hiroki Sato
9db6f5fa0b Temporarily back out the previous commit until the release day. 2004-11-04 16:35:11 +00:00
Hiroki Sato
bccb238b81 Add several descriptions that will be valid in the post-5.3R world. 2004-11-04 16:32:45 +00:00
Xin LI
5278fbdc39 Document 600006 for addition of glibc style strftime(3) padding
specifiers.
2004-11-04 08:57:33 +00:00
Simon L. B. Nielsen
b29ba3a1e1 Update my key with some signatures I got at EuroBSDCon. 2004-11-04 07:48:14 +00:00
SUZUKI Koichi
c80e9e72c9 Fix Typos.
Sync the section order with the original version.
Add missing .Sh LIBRARYs.

Submitted by: kano@na.rim.or.jp, Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2004-11-04 01:39:51 +00:00
SUZUKI Koichi
b630b99885 Catch up with 5.3-RC1.
Reviewed by:  kano@na.rim.or.jp
2004-11-04 01:14:32 +00:00
Josef El-Rayes
067064fc36 Pass the hat of 'commercial gallery editor' to brueffer,
who kindly agreed to take over the maintainership
of this section.

While i am here, remove the entry for the Gallery, which
has been removed some time ago.
2004-11-03 23:57:38 +00:00
Pav Lucistnik
e89d31c20c - Add Radek Kozlowski for gwget and gdesklets-enhallmail ports. 2004-11-03 23:19:38 +00:00
Mark Linimon
5570112fc5 Update the FAQ to reflect RELENG_5, 6-CURRENT, and related issues. This
will need to be updated just before release.

RELEASE_5_3_0 candidate.

Glanced at by:		hrs
Not much reaction from:	-doc, re
2004-11-02 22:31:26 +00:00
Giorgos Keramidas
d62c7f26a8 Add contributors who have posted useful documentation-related PRs
during the period 1999-today and were not listed already.
2004-11-02 15:13:03 +00:00