diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-03-22 21:12:06 -0400 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2015-03-22 21:12:06 -0400 |
commit | 4460b2dc61de31c84b9a25464eea06be0567c0db (patch) | |
tree | 556902a7fdbc04712dbe84ffff3f0c044b68c36e /gcc/doc/cppopts.texi | |
parent | b19058080955faaad5744d69288cb1de24078083 (diff) | |
download | gcc-4460b2dc61de31c84b9a25464eea06be0567c0db.zip gcc-4460b2dc61de31c84b9a25464eea06be0567c0db.tar.gz gcc-4460b2dc61de31c84b9a25464eea06be0567c0db.tar.bz2 |
cpp.texi (Search Path): Hyphenate "command-line" when used as an adjective.
2015-03-22 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/cpp.texi (Search Path): Hyphenate "command-line" when used
as an adjective.
(System Headers): Likewise.
(Ifdef): Likewise.
(Traditional macros): Likewise.
(Invocation): Likewise.
(Option Index): Likewise.
* doc/cppopts.texi (-M): Likewise.
(-finput-charset): Likewise.
(--help): Likewise.
* doc.invoke.texi (AVR Options): Likewise.
(V850 Options): Likewise.
From-SVN: r221583
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 520f38a..40e6443 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -194,7 +194,7 @@ suitable for @command{make} describing the dependencies of the main source file. The preprocessor outputs one @command{make} rule containing the object file name for that source file, a colon, and the names of all the included files, including those coming from @option{-include} or -@option{-imacros} command line options. +@option{-imacros} command-line options. Unless specified explicitly (with @option{-MT} or @option{-MQ}), the object file name consists of the name of the source file with any @@ -645,7 +645,7 @@ 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 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 +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. @@ -811,7 +811,7 @@ short file names, such as MS-DOS@. @itemx --target-help @opindex help @opindex target-help -Print text describing all the command line options instead of +Print text describing all the command-line options instead of preprocessing anything. @item -v |