diff options
author | Martin Liska <mliska@suse.cz> | 2021-12-30 14:33:29 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-12-30 14:33:49 +0100 |
commit | 73898bc006ee9bec1a5eed4bfdd4eb0b158b7838 (patch) | |
tree | 194822046206dd293e0f0e9e8a51c6f1ba53e42b /gcc/doc/cpp.texi | |
parent | 1dbe26b949c6142b278ab7af2bac4545e8d524f2 (diff) | |
download | gcc-73898bc006ee9bec1a5eed4bfdd4eb0b158b7838.zip gcc-73898bc006ee9bec1a5eed4bfdd4eb0b158b7838.tar.gz gcc-73898bc006ee9bec1a5eed4bfdd4eb0b158b7838.tar.bz2 |
docs: Add missing dash for argument.
gcc/ChangeLog:
* doc/cpp.texi: Add missing dash for argument.
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 53f7204..6e2d7c3 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -4276,7 +4276,7 @@ IP2K, MMIX, MIPS Irix 3, ARM aout, and PowerPC targets for the AIX operating system. You can override the default with @option{-fdollars-in-identifiers} or -@option{fno-dollars-in-identifiers}. @xref{fdollars-in-identifiers}. +@option{-fno-dollars-in-identifiers}. @xref{fdollars-in-identifiers}. @item Non-empty sequences of whitespace characters. |