diff mbox

[doc] doc/plugins.texi - rewrite first paragraph

Message ID alpine.LSU.2.20.1504131854240.4120@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer April 13, 2015, 4:57 p.m. UTC
This tries to rewrite this paragraph to something I could have
understood without reading thrice.  What do you think?

Gerald

2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/plugins.texi (Plugins): Rewrite first introductory paragraph.

Comments

Sandra Loosemore April 13, 2015, 6:05 p.m. UTC | #1
On 04/13/2015 10:57 AM, Gerald Pfeifer wrote:
> This tries to rewrite this paragraph to something I could have
> understood without reading thrice.  What do you think?
>
> Gerald
>
> 2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
>
> 	* doc/plugins.texi (Plugins): Rewrite first introductory paragraph.
>
> Index: doc/plugins.texi
> ===================================================================
> --- doc/plugins.texi	(revision 222050)
> +++ doc/plugins.texi	(working copy)
> @@ -7,9 +7,9 @@
>   @chapter Plugins
>   @cindex Plugins
>
> -GCC plugin is a loadable module that provides extra
> -features to the compiler, which they can further pass
> -around as a shareable module.
> +GCC plugins are loadable modules that provide extra features to the
> +compiler.  Like GCC itself they can be distributed in source and
> +binary forms.
>
>   GCC plugins provide developers with a rich subset of
>   the GCC API to allow them to extend GCC as they see fit.
>

Makes sense to me!  :-)

-Sandra
diff mbox

Patch

Index: doc/plugins.texi
===================================================================
--- doc/plugins.texi	(revision 222050)
+++ doc/plugins.texi	(working copy)
@@ -7,9 +7,9 @@ 
 @chapter Plugins
 @cindex Plugins
 
-GCC plugin is a loadable module that provides extra
-features to the compiler, which they can further pass
-around as a shareable module.
+GCC plugins are loadable modules that provide extra features to the
+compiler.  Like GCC itself they can be distributed in source and
+binary forms.
 
 GCC plugins provide developers with a rich subset of
 the GCC API to allow them to extend GCC as they see fit.