From owner-freebsd-doc@FreeBSD.ORG Sun Feb 3 03:25:24 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D74E316A417 for ; Sun, 3 Feb 2008 03:25:24 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 90F6F13C448 for ; Sun, 3 Feb 2008 03:25:24 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so477177anc.13 for ; Sat, 02 Feb 2008 19:25:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=XrpXfWMMJogOgWDP6Xj0L2I4RxIcAZotRy2WCdA1Lmc=; b=icboInGN5oqY3waqCKl5dk5syo+CZ5139T2VECoH9q6fvMeM9/tywAmccH3AAV+jKZnfMUQkU7SJcE6iQNZYQoLRAzHO9XDwabS9COhbpMwSuSgzsE4fUVvW1kJoHiNYix7BoqVz5Ejv1hq/9wpBPnz+DmZDMjZgKCKZ/tPfPbs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xgx7qjzYG0NHI+UW3wpqMDySJIwPvRp+omWjOgA2cwUqdsj2U1ZvAE4vcMztF+wvRvQk5v7A9uPpAwuXvJ7hdTlaJ9aDuCQEDoEzEKa47YhCdsNZKi690ArC0oiRbUeYWozlw5GabJznlcbWHWbU8ihsiADkfv16c0j/wTYycnM= Received: by 10.100.34.16 with SMTP id h16mr11381511anh.111.1202007471615; Sat, 02 Feb 2008 18:57:51 -0800 (PST) Received: by 10.100.215.17 with HTTP; Sat, 2 Feb 2008 18:57:51 -0800 (PST) Message-ID: <47d0403c0802021857t526e83fcg2dcc282e56909da9@mail.gmail.com> Date: Sat, 2 Feb 2008 21:57:51 -0500 From: "Ben Kaduk" To: freebsd-doc@freebsd.org In-Reply-To: <200801301216.m0UCGhmE023895@eressea.wpi.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801301216.m0UCGhmE023895@eressea.wpi.edu> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/120152: dev-handbook/tools-intro.html claims perl in base system X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2008 03:25:24 -0000 On 1/30/08, Michael Voorhis wrote: > > >Number: 120152 > >Category: docs > >Synopsis: dev-handbook/tools-intro.html claims perl in base system > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-doc > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Wed Jan 30 14:50:00 UTC 2008 > >Closed-Date: > >Last-Modified: > >Originator: Michael Voorhis > >Release: FreeBSD 7.0-PRERELEASE i386 > >Organization: > WPI Computer Science Dept. > >Environment: > System: FreeBSD xxx.wpi.edu 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Thu Jan 17 11:26:40 EST 2008 root@xxx.wpi.edu:/usr/obj/FreeBSD/src-releng_7/src/sys/xxx i386 > > >Description: > The file doc/en/books/developers-handbook/tools-intro.html claims: > > Compilers for C, C++, and Fortran and an assembler come with the > basic system, not to mention a Perl interpreter and classic UNIX > tools such as sed and awk. > > >How-To-Repeat: > > Read the relevant section (2.2 Introduction) of a recent developer's > handbook, first sentence. My handbook was cvsup'd from the docs > on the 29th January 2008, in the afternoon US/Eastern time. > > >Fix: > > I'd remove the reference to Perl in this sentence, rewriting: > > Compilers for C, C++, and Fortran and an assembler come with the > basic system, not to mention classic UNIX tools such as sed and > awk. > I thought that the Fortran compiler had been removed from the base system for 7.0 -- please correct me if I'm wrong. -Ben Kaduk