From nobody@FreeBSD.org  Sat Sep 21 01:02:29 2013
Return-Path: <nobody@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 BB942BAB
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Sep 2013 01:02:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8F6642D68
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Sep 2013 01:02:29 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8L12Tel052269
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 21 Sep 2013 01:02:29 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8L12TCJ052267;
	Sat, 21 Sep 2013 01:02:29 GMT
	(envelope-from nobody)
Message-Id: <201309210102.r8L12TCJ052267@oldred.freebsd.org>
Date: Sat, 21 Sep 2013 01:02:29 GMT
From: Garrett Cooper <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: .Fx warning in make(1) (bmake)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182269
>Category:       conf
>Synopsis:       .Fx warning in make(1) (bmake)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 21 01:10:00 UTC 2013
>Closed-Date:    Wed Feb 05 00:13:23 CET 2014
>Last-Modified:  Wed Feb 05 00:13:23 CET 2014
>Originator:     Garrett Cooper
>Release:        10-CURRENT
>Organization:
EMC Isilon
>Environment:
FreeBSD gran-tourismo.west.isilon.com 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #12 b119959-dirty: Tue Sep 17 20:22:09 PDT 2013     gcooper@gran-tourismo.west.isilon.com:/usr/obj/usr/src/sys/GRAN-TOURISMO  amd64
>Description:
$ man make >/dev/null
mdoc warning: .Fx: Unknown FreeBSD version `9' (#733)
>How-To-Repeat:
cd /usr/src/usr.bin/bmake
make obj
make depend all install
man make 2>/dev/null

as root.
>Fix:


>Release-Note:
>Audit-Trail:

From: Garrett Cooper <yaneurabeya@gmail.com>
To: "FreeBSD-gnats-submit@FreeBSD.org" <FreeBSD-gnats-submit@freebsd.org>, 
	"freebsd-bugs@FreeBSD.org" <freebsd-bugs@freebsd.org>, "Simon J. Gerraty" <sjg@juniper.net>
Cc:  
Subject: Re: conf/182269: .Fx warning in make(1) (bmake)
Date: Fri, 20 Sep 2013 22:05:29 -0700

 Here's the patch -- thanks!
 
 $ git diff HEAD^..HEAD
 diff --git a/contrib/bmake/make.1 b/contrib/bmake/make.1
 index c4b647d..ce76826 100644
 --- a/contrib/bmake/make.1
 +++ b/contrib/bmake/make.1
 @@ -729,8 +729,8 @@ even if the target is not tagged with
  .Ic .MAKE
  The default is
  .Ql Pa yes
 -for backwards compatability with
 -.Fx 9
 +for backwards compatibility with
 +.Fx 9.0
  and earlier.
  .It Va .MAKE.DEPENDFILE
  Names the makefile (default

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/182269: commit references a PR
Date: Fri, 27 Sep 2013 17:42:42 +0000 (UTC)

 Author: sjg
 Date: Fri Sep 27 17:42:23 2013
 New Revision: 255916
 URL: http://svnweb.freebsd.org/changeset/base/255916
 
 Log:
   Fix Fx syntax.
   
   PR: 182269
   Approved by: re@
 
 Modified:
   head/contrib/bmake/make.1
 
 Modified: head/contrib/bmake/make.1
 ==============================================================================
 --- head/contrib/bmake/make.1	Fri Sep 27 16:02:40 2013	(r255915)
 +++ head/contrib/bmake/make.1	Fri Sep 27 17:42:23 2013	(r255916)
 @@ -730,7 +730,7 @@ even if the target is not tagged with
  The default is 
  .Ql Pa yes
  for backwards compatability with
 -.Fx 9
 +.Fx 9.0
  and earlier.
  .It Va .MAKE.DEPENDFILE
  Names the makefile (default
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Wed Feb 5 00:12:47 CET 2014 
State-Changed-Why:  
Fixed in r255916 by sjg.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182269 
>Unformatted:
