diff --git a/en_US.ISO8859-1/articles/releng/article.sgml b/en_US.ISO8859-1/articles/releng/article.sgml
index 15c27faeeb..400aeb5f59 100644
--- a/en_US.ISO8859-1/articles/releng/article.sgml
+++ b/en_US.ISO8859-1/articles/releng/article.sgml
@@ -75,8 +75,8 @@
access was opened up to everyone on the Internet. Therefore only
a select
group of nearly 300 people are given write
access to the CVS repository. These
- committers[6] are responsible for the bulk of
- FreeBSD development. An elected core-team[7]
+ committers[5] are responsible for the bulk of
+ FreeBSD development. An elected core-team[6]
of very senior developers provides some level of direction over
the project.
@@ -94,7 +94,7 @@
Both branches live in a master CVS repository in California and
are replicated via CVSup[2] to mirrors all over the
- world. FreeBSD-CURRENT[8] is the bleeding-edge
of
+ world. FreeBSD-CURRENT[7] is the bleeding-edge
of
FreeBSD development where all new changes first enter the system.
FreeBSD-STABLE is the development branch from which major releases
are made. Changes go into this branch at a different pace, and
@@ -109,14 +109,14 @@
widespread availability of binary release snapshots, and the
tendency of our user community to keep up with -STABLE development
with CVSup and make
- world
[8] helps to keep
+ world[7] helps to keep
FreeBSD-STABLE in a very reliable condition even before the
quality assurance activities ramp up pending a major
release.
Bug reports and feature requests are continuously submitted by
users throughout the release cycle. Problems reports are entered into our
- GNATS[9] database
+ GNATS[8] database
through email, the &man.send-pr.1; application, or via the web
interface provided at .
@@ -396,7 +396,7 @@
Sysinstall should be updated to note
the number of available ports and the amount of disk space required
- for the Ports Collection. This information is currently kept in
+ for the Ports Collection[4]. This information is currently kept in
src/release/sysinstall/dist.c.
After the release has been built, a number of file should
@@ -930,7 +930,7 @@
The FreeBSD system installation and configuration tool,
&man.sysinstall.8;, can be scripted to provide automated installs
for large sites. This functionality can be used in conjunction
- with &intel; PXE[13] to bootstrap systems from the network, or
+ with &intel; PXE[12] to bootstrap systems from the network, or
via custom boot floppies with a sysinstall script. An example
sysinstall script is available in the CVS tree as
src/release/sysinstall/install.cfg.
@@ -1003,7 +1003,7 @@
Installation Tools - Our installation
program has long since outlived its intended life span.
Several projects are under development to provide a more
- advanced installation mechanism. The libh project[5] was one
+ advanced installation mechanism. The libh project was one
such project that aimed to provide an intelligent new package
framework and GUI installation program.
@@ -1025,8 +1025,8 @@
community. I would also like to thank &a.rgrimes;, &a.phk;, and others
who worked on the release engineering tools in the very early days
of FreeBSD. This article was influenced by release engineering
- documents from the CSRG[14], the NetBSD Project[11], and John
- Baldwin's proposed release engineering process notes[12].
+ documents from the CSRG[13], the NetBSD Project[10], and John
+ Baldwin's proposed release engineering process notes[11].
@@ -1044,41 +1044,38 @@
[4] FreeBSD Ports Collection
- [5] The libh Project
-
-
- [6] FreeBSD Committers [5] FreeBSD Committers
- [7] FreeBSD Core-Team
+ [6] FreeBSD Core-Team
- [8] FreeBSD Handbook
+ [7] FreeBSD Handbook
- [9] GNATS: The GNU Bug Tracking System
+ [8] GNATS: The GNU Bug Tracking System
- [10] FreeBSD PR Statistics
+ [9] FreeBSD PR Statistics
- [11] NetBSD Developer Documentation: Release Engineering
+ [10] NetBSD Developer Documentation: Release Engineering
- [12] John Baldwin's FreeBSD Release Engineering Proposal
+ [11] John Baldwin's FreeBSD Release Engineering Proposal
- [13] PXE Jumpstart Guide
+ [12] PXE Jumpstart Guide
- [14] Marshall Kirk McKusick, Michael J. Karels, and Keith Bostic:
+ [13] Marshall Kirk McKusick, Michael J. Karels, and Keith Bostic:
The Release Engineering of 4.3BSD