release.7: update for current context

It's no longer unusual to be able to build a release with a single
command, so drop "actually" that hints at a surprise.  Also just use
"network install directory" instead of referencing FTP; it's more
likely to be HTTP now.

Reviewed by:	gjb
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D26260
This commit is contained in:
Ed Maste 2020-09-01 15:30:40 +00:00
parent fcc0db1734
commit 55c9a224e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365049

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 16, 2020
.Dd September 1, 2020
.Dt RELEASE 7
.Os
.Sh NAME
@ -40,9 +40,9 @@ All of the tools necessary to build a release are available from the
.Fx
source code repository in
.Pa src/release .
A complete release can actually be built with only a single command,
A complete release can be built with only a single command,
including the creation of ISO images suitable for burning to CD-ROM,
memory stick images, and an FTP install directory.
memory stick images, and a network install directory.
This command is aptly named
.Dq Li "make release" .
.Pp
@ -96,7 +96,7 @@ assurance, or other aspects of the release engineering process.
.Sh CLEAN RELEASE GENERATION
Official releases of
.Fx
are produced in a totally clean environment to
are produced in a clean environment to
ensure consistency between the versions of the src, ports, and doc trees
and to avoid contamination from the host system
.Po such as local patches, changes