From owner-svn-src-head@FreeBSD.ORG Sun Nov 20 20:05: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 F210F106566B; Sun, 20 Nov 2011 20:05:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E23568FC14; Sun, 20 Nov 2011 20:05:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pAKK5l7s007589; Sun, 20 Nov 2011 20:05:47 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pAKK5l91007587; Sun, 20 Nov 2011 20:05:47 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201111202005.pAKK5l91007587@svn.freebsd.org> From: Glen Barber Date: Sun, 20 Nov 2011 20:05:47 +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: r227771 - head 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: Sun, 20 Nov 2011 20:05:48 -0000 Author: gjb (doc committer) Date: Sun Nov 20 20:05:47 2011 New Revision: 227771 URL: http://svn.freebsd.org/changeset/base/227771 Log: Replace 'chflags' with 'file flags' in a comment, since 'chflags' is a command, not a flag itself. While here, wrap a line for readability. Submitted by: arundel MFC after: 3 days X-MFC-With: 227769, 227770 Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Sun Nov 20 19:27:52 2011 (r227770) +++ head/Makefile Sun Nov 20 20:05:47 2011 (r227771) @@ -182,12 +182,12 @@ buildworld: upgrade_checks # # In the following, the first 'rm' in a series will usually remove all # files and directories. If it does not, then there are probably some -# files with chflags set, so this unsets them and tries the 'rm' a +# files with file flags set, so this unsets them and tries the 'rm' a # second time. There are situations where this target will be cleaning # some directories via more than one method, but that duplication is # needed to correctly handle all the possible situations. Removing all -# files without file flags set in the first 'rm' instance saves -# time, because 'chflags' will need to operate on fewer files afterwards. +# files without file flags set in the first 'rm' instance saves time, +# because 'chflags' will need to operate on fewer files afterwards. # BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR} cleanworld: