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]

Re: typo in plugins.texi [trivial patch committed]


Basile Starynkevitch <basile@starynkevitch.net> writes:

> By reading http://gcc.gnu.org/onlinedocs/gccint/Plugins.html I found a typo in doc/plugins.texi (the @ should be doubled for texi).
>
> So I committed the following trivial correction.
>
> Index: gcc/doc/plugins.texi
> ===================================================================
> --- gcc/doc/plugins.texi        (revision 148928)
> +++ gcc/doc/plugins.texi        (working copy)
> @@ -305,7 +305,7 @@
>  CFLAGS+= -I$(GCCPLUGINS_DIR)/include -fPIC -O2
>
>  plugin.so: $(PLUGIN_OBJECT_FILES)
> -   $(GCC) -shared $^ -o $@
> +   $(GCC) -shared $^ -o $@@
>  @end smallexample
>
>  A single source file plugin may be built with @code{gcc -I`gcc
>
> gcc/ChangeLog:
> 2009-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
> 	* doc/plugins.texi (Building GCC plugins): Corrected typo in
> 	Makefile excerpt - @ should be doubled for texinfo.
>
>
> I hope it is ok to commit such a trivial documentation change without
> approval!

That is fine, thanks for doing it.

Ian


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