aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/cpp.texi
diff options
context:
space:
mode:
authorHideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>2006-09-11 17:33:49 +0900
committerRichard Sandiford <rsandifo@gcc.gnu.org>2006-09-11 08:33:49 +0000
commit0c387be360e6ac258fc9293db42890d4b96ee276 (patch)
tree9ab3de7cfc5e5bebb952e42c79ddb2d647935489 /gcc/doc/cpp.texi
parent7f39b34c7e9dfb658cad14ba0f2e2837cda695cb (diff)
downloadgcc-0c387be360e6ac258fc9293db42890d4b96ee276.zip
gcc-0c387be360e6ac258fc9293db42890d4b96ee276.tar.gz
gcc-0c387be360e6ac258fc9293db42890d4b96ee276.tar.bz2
cpp.texi: Fix names of charset options.
gcc/ 2006-09-11 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp> * doc/cpp.texi: Fix names of charset options. From-SVN: r116841
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r--gcc/doc/cpp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi
index 2a053ad..13b92f3 100644
--- a/gcc/doc/cpp.texi
+++ b/gcc/doc/cpp.texi
@@ -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}