From 4460b2dc61de31c84b9a25464eea06be0567c0db Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Sun, 22 Mar 2015 21:12:06 -0400 Subject: cpp.texi (Search Path): Hyphenate "command-line" when used as an adjective. 2015-03-22 Sandra Loosemore 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 --- gcc/doc/cppopts.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/doc/cppopts.texi') 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 -- cgit v1.1