From owner-svn-src-all@FreeBSD.ORG Fri Jun 1 16:17:39 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61D8F106566B; Fri, 1 Jun 2012 16:17:39 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 3DA288FC15; Fri, 1 Jun 2012 16:17:39 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.5/8.14.5) with ESMTP id q51GHPFL055515; Fri, 1 Jun 2012 09:17:25 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.5/8.14.5/Submit) id q51GHPlW055514; Fri, 1 Jun 2012 09:17:25 -0700 (PDT) (envelope-from obrien) Date: Fri, 1 Jun 2012 09:17:24 -0700 From: "David O'Brien" To: Warner Losh Message-ID: <20120601161724.GA55463@dragon.NUXI.org> References: <201205302223.q4UMN95p083678@svn.freebsd.org> <1008BCB1-59A9-472C-9D64-1AD57B0A9F43@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1008BCB1-59A9-472C-9D64-1AD57B0A9F43@bsdimp.com> X-Operating-System: FreeBSD 10.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236338 - head/usr.bin/make X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 16:17:39 -0000 On Thu, May 31, 2012 at 08:35:54PM -0600, Warner Losh wrote: > What are your MFC plans for 9.x and 8.x? I'd like to commit to both 8 and 9 for the next release of each. > > .It Cm :L > > Converts variable to lower-case letters. > > +(deprecated) ... > > +The use of the > > +.Cm :L > > +and > > +.Cm :U > > +modifiers are deprecated > > +in > > +.Fx 10.0 Though I am wondering if the man page language should be tweaked to not say "deprecated" given it would go into 9.1 and 8.3 -- i.e., mid-stream releases. Thoughts? -- -- David