]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cpp.texi: Fix names of charset options.
authorHideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>
Mon, 11 Sep 2006 08:34:36 +0000 (17:34 +0900)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 11 Sep 2006 08:34:36 +0000 (08:34 +0000)
gcc/
2006-09-11  Hideki Iwamoto  <h-iwamoto@kit.hi-ho.ne.jp>

* doc/cpp.texi: Fix names of charset options.

From-SVN: r116843

gcc/ChangeLog
gcc/doc/cpp.texi

index 90642f04cb04daeccf89f6c416f6ad9666c54799..b103fa76f6fbbd97fcafe2e198be907c2ba32c38 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-11  Hideki Iwamoto  <h-iwamoto@kit.hi-ho.ne.jp>
+
+       * doc/cpp.texi: Fix names of charset options.
+
 2006-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR rtl-optimization/28636
index 15d301ab7ef1bce164e5662aa13e45a1e0677074..6cce983f313e791a44558dc98453aaf11a25fced 100644 (file)
@@ -3757,7 +3757,7 @@ execution character set.
 
 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}