OSDN Git Service

* doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
[pf3gnuchains/gcc-fork.git] / gcc / doc / cppopts.texi
index 1905ab6..edd446a 100644 (file)
@@ -333,10 +333,10 @@ Headers}) together with @option{-E}.  It inserts a special @code{#pragma},
 @code{#pragma GCC pch_preprocess "<filename>"} in the output to mark
 the place where the precompiled header was found, and its filename.  When
 @option{-fpreprocessed} is in use, GCC recognizes this @code{#pragma} and
-loads the PCH.
+loads the PCH@.
 
 This option is off by default, because the resulting preprocessed output
-is only really suitable as input to GCC.  It is switched on by
+is only really suitable as input to GCC@.  It is switched on by
 @option{-save-temps}.
 
 You should not write this @code{#pragma} in your own code, but it is
@@ -546,11 +546,11 @@ problems with encodings that do not fit exactly in @code{wchar_t}.
 @item -finput-charset=@var{charset}
 @opindex finput-charset
 Set the input character set, used for translation from the character
-set of the input file to the source character set used by GCC. If the
+set of the input file to the source character set used by GCC@.  If the
 locale does not specify, or GCC cannot get this information from the
-locale, the default is UTF-8. This can be overridden by either the locale
-or this command line option. Currently the command line option takes
-precedence if there's a conflict. @var{charset} can be any encoding
+locale, the default is UTF-8.  This can be overridden by either the locale
+or this command line option.  Currently the command line option takes
+precedence if there's a conflict.  @var{charset} can be any encoding
 supported by the system's @code{iconv} library routine.
 
 @item -fworking-directory