public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Fix grammar in Android entry of 4.6 release notes
@ 2010-11-06 21:16 Gerald Pfeifer
  2010-11-07  7:55 ` Maxim Kuvyrkov
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2010-11-06 21:16 UTC (permalink / raw)
  To: gcc-patches, Maxim Kuvyrkov

I must have missed this when this entry was added in May; the patch
below, which I just applied, adds "the" in a couple of places.  It
also removes one use of "Linux" where it's not necessary (since this
is the Linux subsection).

Maxim, I am wondering, since when not refering to just the kernel we
are supposed to use GNU/Linux, should this be changed here, or is the
kernel the only thing Android uses from the GNU side?  Or, how about
just changing this to

   <h3 id="android">Android</h3>

?

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.55
diff -u -3 -p -r1.55 changes.html
--- changes.html	5 Nov 2010 20:58:41 -0000	1.55
+++ changes.html	6 Nov 2010 20:53:36 -0000
@@ -342,12 +342,13 @@ supported on several Xilinx Spartan and 
 
 <h3 id="Linux">Linux</h3>
   <ul>
-    <li>GCC now supports Bionic C library and provides convenient way of
-      building native libraries and applications for Android platform.
-      Refer to documentation of <code>-mandroid</code>
+    <li>GCC now supports the Bionic C library and provides a convenient
+      way of building native libraries and applications for the Android
+      platform.
+      Refer to the documentation of the <code>-mandroid</code>
       and <code>-mbionic</code> options for details on building native code
-      for Android platform.
-      At the moment, Android support is enabled only for ARM Linux target.</li>
+      for the Android platform.
+      At the moment, Android support is enabled only for ARM.</li>
   </ul>
 
 <h2>Documentation improvements</h2>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [wwwdocs] Fix grammar in Android entry of 4.6 release notes
  2010-11-06 21:16 [wwwdocs] Fix grammar in Android entry of 4.6 release notes Gerald Pfeifer
@ 2010-11-07  7:55 ` Maxim Kuvyrkov
  2010-11-07 14:06   ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Kuvyrkov @ 2010-11-07  7:55 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

On 11/07/2010 12:10 AM, Gerald Pfeifer wrote:
> I must have missed this when this entry was added in May; the patch
> below, which I just applied, adds "the" in a couple of places.  It
> also removes one use of "Linux" where it's not necessary (since this
> is the Linux subsection).

Thank you for fixing the entry.

>
> Maxim, I am wondering, since when not refering to just the kernel we
> are supposed to use GNU/Linux, should this be changed here, or is the
> kernel the only thing Android uses from the GNU side?
>  Or, how about
> just changing this to
>
>     <h3 id="android">Android</h3>
>
> ?

Kernel is not the only thing Android uses from GNU, but it's close to 
that.  I think changing the header to "Android" would look better, I 
can't say why I didn't write so in the first place.

Thanks,

-- 
Maxim Kuvyrkov
CodeSourcery
maxim@codesourcery.com
(650) 331-3385 x724

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [wwwdocs] Fix grammar in Android entry of 4.6 release notes
  2010-11-07  7:55 ` Maxim Kuvyrkov
@ 2010-11-07 14:06   ` Gerald Pfeifer
  0 siblings, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2010-11-07 14:06 UTC (permalink / raw)
  To: Maxim Kuvyrkov; +Cc: gcc-patches

On Sun, 7 Nov 2010, Maxim Kuvyrkov wrote:
> Kernel is not the only thing Android uses from GNU, but it's close to 
> that.  I think changing the header to "Android" would look better, I 
> can't say why I didn't write so in the first place.

Thanks for the background.   Let's change names then. ;-)

Installed.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.57
diff -u -3 -p -r1.57 changes.html
--- changes.html	6 Nov 2010 21:17:25 -0000	1.57
+++ changes.html	7 Nov 2010 13:32:49 -0000
@@ -340,14 +340,13 @@ supported on several Xilinx Spartan and 
 
 <h2 id="os">Operating Systems</h2>
 
-<h3 id="Linux">Linux</h3>
+<h3 id="android">Android</h3>
   <ul>
     <li>GCC now supports the Bionic C library and provides a convenient
       way of building native libraries and applications for the Android
       platform.
-      Refer to the documentation of the <code>-mandroid</code>
-      and <code>-mbionic</code> options for details on building native code
-      for the Android platform.
+      Refer to the documentation of the <code>-mandroid</code> and
+      <code>-mbionic</code> options for details on building native code.
       At the moment, Android support is enabled only for ARM.</li>
   </ul>
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-07 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-06 21:16 [wwwdocs] Fix grammar in Android entry of 4.6 release notes Gerald Pfeifer
2010-11-07  7:55 ` Maxim Kuvyrkov
2010-11-07 14:06   ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).