From stefan@fafoe.narf.at  Wed Feb 25 15:53:06 2004
Return-Path: <stefan@fafoe.narf.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 63BE816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Feb 2004 15:53:06 -0800 (PST)
Received: from laika.ifs.tuwien.ac.at (laika.ifs.tuwien.ac.at [128.131.167.43])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EFED243D39
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Feb 2004 15:53:05 -0800 (PST)
	(envelope-from stefan@fafoe.narf.at)
Received: from fafoe.narf.at (unknown [212.186.3.235])
	by laika.ifs.tuwien.ac.at (Postfix) with ESMTP id AC46620A9
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Feb 2004 00:55:14 +0100 (CET)
Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.1.42])
	by fafoe.narf.at (Postfix) with ESMTP
	id 821B440ED; Thu, 26 Feb 2004 00:53:00 +0100 (CET)
Received: by wombat.fafoe.narf.at (Postfix, from userid 1001)
	id 9AEF7343; Thu, 26 Feb 2004 00:52:58 +0100 (CET)
Message-Id: <20040225235258.9AEF7343@wombat.fafoe.narf.at>
Date: Thu, 26 Feb 2004 00:52:58 +0100 (CET)
From: Stefan Farfeleder <stefan@fafoe.narf.at>
Reply-To: Stefan Farfeleder <stefan@fafoe.narf.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc: stefan@fafoe.narf.at
Subject: [patch] Fix URL for the gcc/C99 status page in c99(1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63370
>Category:       docs
>Synopsis:       [patch] Fix URL for the gcc/C99 status page in c99(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    josef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 16:00:34 PST 2004
>Closed-Date:    Thu Mar 04 12:31:28 PST 2004
>Last-Modified:  Thu Mar 04 12:31:28 PST 2004
>Originator:     Stefan Farfeleder
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wombat.fafoe.narf.at 5.2-CURRENT FreeBSD 5.2-CURRENT #14: Mon Feb 23 16:39:19 CET 2004 stefan@wombat.fafoe.narf.at:/usr/home/stefan/freebsd/obj/usr/home/stefan/freebsd/src/sys/WOMBAT i386

>Description:
The URL in c99(1) still refers to the C99 status of GCC 3.1 though GCC 3.3 was
imported to -current quite a while ago.

>How-To-Repeat:
>Fix:
--- c99.1.diff begins here ---
Index: src/usr.bin/c99/c99.1
===================================================================
RCS file: /usr/home/ncvs/src/usr.bin/c99/c99.1,v
retrieving revision 1.2
diff -I.svn -u -r1.2 c99.1
--- src/usr.bin/c99/c99.1	11 Dec 2002 17:26:53 -0000	1.2
+++ src/usr.bin/c99/c99.1	25 Feb 2004 23:44:24 -0000
@@ -196,4 +196,4 @@
 .Tn GCC
 actually implements.
 See
-.Pa http://gcc.gnu.org/gcc-3.1/c99status.html .
+.Pa http://gcc.gnu.org/gcc-3.3/c99status.html .
--- c99.1.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->josef 
Responsible-Changed-By: josef 
Responsible-Changed-When: Thu Mar 4 12:09:54 PST 2004 
Responsible-Changed-Why:  
I'll take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63370 
State-Changed-From-To: open->closed 
State-Changed-By: josef 
State-Changed-When: Thu Mar 4 12:31:16 PST 2004 
State-Changed-Why:  
Committed, thanks stefan 

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