summaryrefslogtreecommitdiff
path: root/gcc/doc/cppopts.texi
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-16 23:50:41 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-16 23:50:41 +0000
commitf30a9f287c063194354f8d4e87cf41692d59b1b1 (patch)
tree176d2f07c0db7cce1605809b8d9ff6b47fd96f8f /gcc/doc/cppopts.texi
parent41252d26d3a865fba9837edf96918279771f4794 (diff)
downloadgcc-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.texi2
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}.