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
This commit is contained in:
Hideki Iwamoto 2006-09-11 17:33:49 +09:00 committed by Richard Sandiford
parent 7f39b34c7e
commit 0c387be360
2 changed files with 5 additions and 1 deletions

View 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

View 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}