From da3831fdea26c2ab1c719f44c3ad7bc940abec8f Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 13 Apr 2015 23:31:10 +0000 Subject: * doc/plugins.texi: Rewrite first introductory paragraph. From-SVN: r222065 --- gcc/doc/plugins.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/doc/plugins.texi') diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 637a00e..c6caa19 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -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. -- cgit v1.1