c-tree.texi, [...]: Correct end-of-sentence markup and markup of "etc.", "e.g." and...
[gcc.git] / gcc / doc / cppopts.texi
index 1905ab667283ddf54e743cc381c276991655088c..edd446a9fddcd7dc7aa7bf93ec78c58d9c9de29f 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