From owner-svn-src-head@FreeBSD.ORG Tue Apr 12 12:57:47 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1963D106566C; Tue, 12 Apr 2011 12:57:47 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 078218FC14; Tue, 12 Apr 2011 12:57:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p3CCvkBr024943; Tue, 12 Apr 2011 12:57:46 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p3CCvkOY024941; Tue, 12 Apr 2011 12:57:46 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201104121257.p3CCvkOY024941@svn.freebsd.org> From: Nathan Whitehorn Date: Tue, 12 Apr 2011 12:57:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220567 - head/share/man/man7 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2011 12:57:47 -0000 Author: nwhitehorn Date: Tue Apr 12 12:57:46 2011 New Revision: 220567 URL: http://svn.freebsd.org/changeset/base/220567 Log: Update some terminology: floppies are no longer built, and FreeBSD is not necessarily distributed by CVS any longer. Modified: head/share/man/man7/release.7 Modified: head/share/man/man7/release.7 ============================================================================== --- head/share/man/man7/release.7 Tue Apr 12 11:29:15 2011 (r220566) +++ head/share/man/man7/release.7 Tue Apr 12 12:57:46 2011 (r220567) @@ -37,11 +37,12 @@ full releases of the .Fx operating system. All of the tools necessary to build a release are available from the -CVS repository in +.Fx +source code repository in .Pa src/release . A complete release can actually be built with only a single command, including the creation of ISO images suitable for burning to CD-ROM, -installation floppies, and an FTP install directory. +memory stick images, and an FTP install directory. This command is aptly named .Dq Li "make release" . .Pp