diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-11 08:33:49 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-11 08:33:49 +0000 |
commit | 39d6b9c892d95d07bfcc1a7074dc0ea1cd861a3e (patch) | |
tree | 9ab3de7cfc5e5bebb952e42c79ddb2d647935489 /gcc/doc/cpp.texi | |
parent | cce7ac71758bee5efd270eb0f3d8051cd33aca01 (diff) | |
download | gcc-39d6b9c892d95d07bfcc1a7074dc0ea1cd861a3e.tar.gz |
gcc/
2006-09-11 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>
* doc/cpp.texi: Fix names of charset options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116841 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 2a053adcd86..13b92f306e5 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} |