From owner-svn-src-head@FreeBSD.ORG Tue Sep 24 19:23:46 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F0A9B41; Tue, 24 Sep 2013 19:23:46 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA7D2380; Tue, 24 Sep 2013 19:23:46 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id n4so3378875qcx.41 for ; Tue, 24 Sep 2013 12:23:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p45Eay6elWUrhXSubp6A5VApcNx+8knkndr5tpb0BYs=; b=sUVeHBUmsxa47SW20dMswd6mIET8dnSc97fD+ZFFxeLRQ9uXS+YDbZECx0juHd4yt1 /Vw1e8pTYvO3sasdE+jIcnenMO4eNirsDjZiNOmqcOhSU/slC7JeSAgTymjzrO668fow PAfLK5qo/11J5m92ks+p74p+cuap2KELTKPjlZTIiURITiZjfRZ9UDpPU8RhBjn920LC qXaowV6ohmMM0yaZ3eHlG1KTGcGOCsHXEKipSl1Up6BIHZzw9rM9d+Dt3APZUZcmvWub PtkdHA+NRBQr/0xOK0umDH5xhfksYLVEMBfUqtujACf8zW2S7/H+JlUy5JEQj7L5GA7L OcsQ== MIME-Version: 1.0 X-Received: by 10.224.64.202 with SMTP id f10mr11869330qai.48.1380050624889; Tue, 24 Sep 2013 12:23:44 -0700 (PDT) Received: by 10.49.14.225 with HTTP; Tue, 24 Sep 2013 12:23:44 -0700 (PDT) In-Reply-To: <20130924183214.ADE455807E@chaos.jnpr.net> References: <201308161847.r7GIlIGW006139@svn.freebsd.org> <20130924183214.ADE455807E@chaos.jnpr.net> Date: Tue, 24 Sep 2013 15:23:44 -0400 Message-ID: Subject: Re: svn commit: r254419 - head/contrib/bmake From: Benjamin Kaduk To: "Simon J. Gerraty" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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, 24 Sep 2013 19:23:46 -0000 On Tue, Sep 24, 2013 at 2:32 PM, Simon J. Gerraty wrote: > > On Tue, 24 Sep 2013 20:41:19 +0400, Sergey Kandaurov writes: > >> +.Fx 9 > > > >This results in mdoc warning. > >:mdoc warning: .Fx: Unknown FreeBSD version `9' (#733) > > On what release? > Surely 9 and later know about 9? > > There is no "FreeBSD 9,", only "FreeBSD 9.0", "FreeBSD 9.1", etc. -Ben