diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-16 23:50:41 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-16 23:50:41 +0000 |
commit | f30a9f287c063194354f8d4e87cf41692d59b1b1 (patch) | |
tree | 176d2f07c0db7cce1605809b8d9ff6b47fd96f8f /gcc/doc/cppopts.texi | |
parent | 41252d26d3a865fba9837edf96918279771f4794 (diff) | |
download | gcc-f30a9f287c063194354f8d4e87cf41692d59b1b1.tar.gz |
2004-03-16 Eric Christopher <echristo@redhat.com>
* doc/cppopts.texi(fwide-exec-charset): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79557 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index fb8f5c72122..686de1dd2ad 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -507,7 +507,7 @@ supported by the system's @code{iconv} library routine. Set the wide execution character set, used for wide string and character constants. The default is UTF-32 or UTF-16, whichever corresponds to the width of @code{wchar_t}. As with -@option{-ftarget-charset}, @var{charset} can be any encoding supported +@option{-fexec-charset}, @var{charset} can be any encoding supported by the system's @code{iconv} library routine; however, you will have problems with encodings that do not fit exactly in @code{wchar_t}. |