]> 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:33:49 +0000 (17:33 +0900)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 11 Sep 2006 08:33:49 +0000 (08:33 +0000)
gcc/
2006-09-11  Hideki Iwamoto  <h-iwamoto@kit.hi-ho.ne.jp>

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

From-SVN: r116841

gcc/ChangeLog
gcc/doc/cpp.texi

index 624cac2ec57afa55a768b36808a54dd629693d62..6790da2152bc022e72d01b82b164434f8da91cc4 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  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR target/29009
index 2a053adcd86afb3af33566a1487ad55fd7149aac..13b92f306e5af2e6d2fdbfba1f77b1d6aad2b84a 100644 (file)
@@ -3792,7 +3792,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}