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: [DOC PATCH] typo in cpp.texi


Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> writes:
> Index: doc/cpp.texi
> ===================================================================
> --- doc/cpp.texi	(revision 116782)
> +++ doc/cpp.texi	(working copy)
> @@ -3792,7 +3792,7 @@
>  
>  Currently, CPP requires its input to be ASCII or UTF-8.  The execution
>  character set may be controlled by the user, with the
> -@option{-ftarget-charset} and @option{-ftarget-wide-charset} options.
> +@option{-fexec-charset} and @option{-fwide-exec-charset} options.
>  
>  @item Identifier characters.
>  @anchor{Identifier characters}

Good spot, and thanks for the patch.  I've applied it to mainline,
4.1 and 4.0 under the "obviously correct" rule.

Richard


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