This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] codingconventions.html et al -- Red Hat it is


...not RedHat nor Redhat.

I spotted this in a prototype patch by another contributor, and since
this is a somewhat recurring issue, decided to finally document (and
fix it).

The vast majority of occurrences (91%) on our web site has been correct,
but still..

Installed.

Gerald

Document correct spelling of Red Hat and fix it throughout this site.

Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.48
diff -u -3 -p -r1.48 codingconventions.html
--- codingconventions.html	29 Oct 2006 20:12:40 -0000	1.48
+++ codingconventions.html	29 Dec 2006 08:39:49 -0000
@@ -333,6 +333,11 @@ and code.  The following table lists som
     <td>"powerpc", "powerPC" or "PowerPc"</td>
   </tr>
   <tr>
+    <td>"Red Hat"</td>
+    <td>"RedHat" or "Redhat"</td>
+    <td></td>
+  </tr>
+  <tr>
     <td>"SPARC"</td>
     <td>"Sparc" or "sparc"</td>
   </tr>
Index: egcs-1.1/buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/buildstat.html,v
retrieving revision 1.36
diff -u -3 -p -r1.36 buildstat.html
--- egcs-1.1/buildstat.html	11 Feb 2002 09:47:47 -0000	1.36
+++ egcs-1.1/buildstat.html	29 Dec 2006 08:39:49 -0000
@@ -69,7 +69,7 @@ Successful</p>
 <p><b>i686-pc-sco3.2v5.0.5</b><br />
 Successful</p>
 
-<p><b>x86-unknown-linux-gnu RedHat 5.1</b><br />
+<p><b>x86-unknown-linux-gnu Red Hat 5.1</b><br />
 Successful</p>
 
 <p><b>mips-sgi-irix5.2</b><br />
Index: egcs-1.1/schedule.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/egcs-1.1/schedule.html,v
retrieving revision 1.11
diff -u -3 -p -r1.11 schedule.html
--- egcs-1.1/schedule.html	4 Oct 2002 17:39:57 -0000	1.11
+++ egcs-1.1/schedule.html	29 Dec 2006 08:39:49 -0000
@@ -15,8 +15,8 @@ for EGCS 1.1, <a href="features.html">ne
 EGCS 1.1, etc.</p>
 
 <p> August 30, 1998.  Regression, libg++, glibc, linux kernel, rtems testing
-all look good.  RedHat 5.1 testing looks good on the x86 and I've been told
-that RedHat 5.1 testing on the Alpha looks good too.  No word on the SPARC
+all look good.  Red Hat 5.1 testing looks good on the x86 and I've been told
+that Red Hat 5.1 testing on the Alpha looks good too.  No word on the SPARC
 port.</p>
 
 <p> August 14, 1998.  The EGCS 1.1 sources are frozen.  Only critical patches
Index: gcc-2.95/othertest.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/othertest.html,v
retrieving revision 1.6
diff -u -3 -p -r1.6 othertest.html
--- gcc-2.95/othertest.html	26 Jan 2002 15:15:54 -0000	1.6
+++ gcc-2.95/othertest.html	29 Dec 2006 08:39:49 -0000
@@ -11,7 +11,7 @@
 <h2>Package/Feature Testing</h2>
 <p> In addition to regression testing it is important to perform tests
 on larger software packages.  The key packages used for GCC 2.95 testing
-are the Linux kernel, GNU C library, RedHat 6.0 sources and the LAPACK
+are the Linux kernel, GNU C library, Red Hat 6.0 sources and the LAPACK
 library.</p>
 
 <table border="0">
Index: gcc-3.0/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v
retrieving revision 1.29
diff -u -3 -p -r1.29 criteria.html
--- gcc-3.0/criteria.html	28 Aug 2003 18:41:40 -0000	1.29
+++ gcc-3.0/criteria.html	29 Dec 2006 08:39:49 -0000
@@ -114,10 +114,10 @@ possible, the release will support other
 <table align="center">
 <caption>Primary Evaluation Platforms</caption>
 <tr><th>Chip</th>     <th>OS</th>                  <th>Triplet</th></tr>
-<tr><td>Alpha</td>    <td>RedHat Linux 6.2</td>    <td></td></tr>
+<tr><td>Alpha</td>    <td>Red Hat Linux 6.2</td>   <td></td></tr>
 <tr><td>HPPA</td>     <td>HPUX 11.0</td>           <td>hppa2.0w-hp-hpux11.00</td></tr>
 <tr><td>Intel x86</td><td>Debian GNU/Linux 2.2</td><td>i386-pc-linux-gnu</td></tr>
-<tr><td>Intel x86</td><td>RedHat Linux 6.2</td>    <td>i686-pc-linux-gnu</td></tr>
+<tr><td>Intel x86</td><td>Red Hat Linux 6.2</td>   <td>i686-pc-linux-gnu</td></tr>
 <tr><td>MIPS</td>     <td>IRIX 6.5</td>            <td>mips-sgi-irix6.5</td></tr>
 <tr><td>PowerPC</td>  <td>AIX 4.3.3</td>           <td>powerpc-ibm-aix4.3.3.0</td></tr>
 <tr><td>SPARC</td>    <td>Solaris 2.7</td>         <td>sparc-sun-solaris2.7</td></tr>
Index: gcc-3.1/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/criteria.html,v
retrieving revision 1.32
diff -u -3 -p -r1.32 criteria.html
--- gcc-3.1/criteria.html	12 Nov 2006 16:52:53 -0000	1.32
+++ gcc-3.1/criteria.html	29 Dec 2006 08:39:50 -0000
@@ -74,7 +74,7 @@ possible, the release will support other
                       <th>Triplet</th>
                       <th>Tester</th>
 </tr>
-<tr><td>Alpha</td>    <td>RedHat Linux 7.1</td>
+<tr><td>Alpha</td>    <td>Red Hat Linux 7.1</td>
                       <td>alpha-unknown-linux-gnu</td>
     <td><a href="mailto:rth@redhat.com";>Richard Henderson</a></td>
 </tr>
@@ -83,7 +83,7 @@ possible, the release will support other
     <td><a href="mailto:dave@hiauly1.hia.nrc.ca";>John David Anglin</a></td>
 </tr>
 <tr><td>Intel x86</td><td>Debian GNU/Linux 2.2</td><td>i386-pc-linux-gnu</td><td>&nbsp;</td></tr>
-<tr><td>Intel x86</td><td>RedHat Linux 6.2</td>    <td>i686-pc-linux-gnu</td><td>&nbsp;</td></tr>
+<tr><td>Intel x86</td><td>Red Hat Linux 6.2</td>   <td>i686-pc-linux-gnu</td><td>&nbsp;</td></tr>
 <tr><td>Intel x86</td><td>FreeBSD 4.5</td>
                       <td>i386-unknown-freebsd4.5</td>
     <td><a href="mailto:rittle@latour.rsch.comm.mot.com";>Loren James Rittle</a></td>
Index: gcc-3.3/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 criteria.html
--- gcc-3.3/criteria.html	8 Jul 2003 22:30:57 -0000	1.10
+++ gcc-3.3/criteria.html	29 Dec 2006 08:39:50 -0000
@@ -68,7 +68,7 @@ possible, the release will support other
                       <th>Triplet</th>
                       <th>Tester</th>
 </tr>
-<tr><td>Alpha</td>    <td>RedHat Linux 7.1</td>
+<tr><td>Alpha</td>    <td>Red Hat Linux 7.1</td>
                       <td>alpha-unknown-linux-gnu</td>
     <td><a href="mailto:rth@redhat.com";>Richard Henderson</a></td>
 </tr>
@@ -80,7 +80,7 @@ possible, the release will support other
                       <td>i386-pc-linux-gnu</td>
     <td>&nbsp;</td>
 </tr>
-<tr><td>Intel x86</td><td>RedHat Linux 6.2</td>    <td>i686-pc-linux-gnu</td><td>&nbsp;</td></tr>
+<tr><td>Intel x86</td><td>Red Hat Linux 6.2</td>   <td>i686-pc-linux-gnu</td><td>&nbsp;</td></tr>
 <tr><td>Intel x86</td><td>FreeBSD -STABLE/-CURRENT</td>
                       <td>i386-unknown-freebsd</td>
     <td><a href="mailto:rittle@labs.mot.com";>Loren James Rittle</a></td>
Index: gcc-3.4/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/criteria.html,v
retrieving revision 1.3
diff -u -3 -p -r1.3 criteria.html
--- gcc-3.4/criteria.html	19 Feb 2004 03:38:59 -0000	1.3
+++ gcc-3.4/criteria.html	29 Dec 2006 08:39:50 -0000
@@ -68,7 +68,7 @@ possible, the release will support other
                       <th>Triplet</th>
                       <th>Tester</th>
 </tr>
-<tr><td>Alpha</td>    <td>RedHat Linux 7.1</td>
+<tr><td>Alpha</td>    <td>Red Hat Linux 7.1</td>
                       <td>alpha-unknown-linux-gnu</td>
     <td><a href="mailto:rth@redhat.com";>Richard Henderson</a></td>
 </tr>
@@ -80,7 +80,7 @@ possible, the release will support other
                       <td>i386-pc-linux-gnu</td>
     <td>&nbsp;</td>
 </tr>
-<tr><td>Intel x86</td><td>RedHat Linux 6.2</td>    <td>i686-pc-linux-gnu</td><td>&nbsp;</td></tr>
+<tr><td>Intel x86</td><td>Red Hat Linux 6.2</td>   <td>i686-pc-linux-gnu</td><td>&nbsp;</td></tr>
 <tr><td>Intel x86</td><td>FreeBSD -STABLE/-CURRENT</td>
                       <td>i386-unknown-freebsd</td>
     <td><a href="mailto:rittle@labs.mot.com";>Loren James Rittle</a></td>
Index: java/ChangeLog
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/ChangeLog,v
retrieving revision 1.641
diff -u -3 -p -r1.641 ChangeLog
--- java/ChangeLog	19 Nov 2006 15:49:34 -0000	1.641
+++ java/ChangeLog	29 Dec 2006 08:39:50 -0000
@@ -1,3 +1,8 @@
+2006-12-28  Gerald Pfeifer  <gerald@pfeifer.com>
+
+	* jni-kaffe.txt: Fix spelling of Red Hat.
+	* jni-comp.txt: Ditto.
+
 2006-11-12  Gerald Pfeifer  <gerald@pfeifer.com>
 
 	* projects.html: Remove links to jMocha page which is gone without
Index: java/jni-comp.txt
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/jni-comp.txt,v
retrieving revision 1.2
diff -u -3 -p -r1.2 jni-comp.txt
--- java/jni-comp.txt	4 Jan 2003 18:34:19 -0000	1.2
+++ java/jni-comp.txt	29 Dec 2006 08:39:50 -0000
@@ -3,7 +3,7 @@ to provide a comparison with the GCJ CNI
 source files are identical to the jni-kaffe example; only
 the Makefile has changed.
 
-This was built using GCJ 3.0 on a RedHat 6.0 system, and
+This was built using GCJ 3.0 on a Red Hat 6.0 system, and
 run by installing libsampNat.so in a directory in the
 library path and running the sample executable.
 
Index: java/jni-kaffe.txt
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/jni-kaffe.txt,v
retrieving revision 1.4
diff -u -3 -p -r1.4 jni-kaffe.txt
--- java/jni-kaffe.txt	4 Jan 2003 18:34:19 -0000	1.4
+++ java/jni-kaffe.txt	29 Dec 2006 08:39:50 -0000
@@ -1,7 +1,7 @@
 This is a trivial example of a JNI native method intended
 to provide a comparison with the GCJ CNI example.
 
-This was built using the Kaffe JVM on a RedHat 6.0 system;
+This was built using the Kaffe JVM on a Red Hat 6.0 system;
 substitute 'javah' for 'kaffeh' for Sun's JDK.
 
 ==> Makefile <==
Index: news/ssa.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/ssa.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 ssa.html
--- news/ssa.html	7 Feb 2003 21:13:19 -0000	1.5
+++ news/ssa.html	29 Dec 2006 08:39:51 -0000
@@ -13,7 +13,7 @@
 <p>We are pleased to announce that 
 <a href="http://www.codesourcery.com";>CodeSourcery, LLC</a> 
 and 
-<a href="http://www.redhat.com";>Cygnus, a RedHat company</a> 
+<a href="http://www.redhat.com";>Cygnus, a Red Hat company</a> 
 have
 contributed an implementation of the static single assignment (SSA)
 representation for the GCC compiler.  SSA is used in many modern


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]