diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-10-28 09:19:54 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2012-10-28 09:19:54 +0000 |
commit | f457c50cd95684173f68fe0e7c1b14b2533a62b2 (patch) | |
tree | 9d508fd5e462fe399339715a0b1bf262b707e852 /gcc/doc/cppopts.texi | |
parent | 0d8aa4b1e0369dea3320b59f3e5042eafc7ad0c1 (diff) | |
download | gcc-f457c50cd95684173f68fe0e7c1b14b2533a62b2.zip gcc-f457c50cd95684173f68fe0e7c1b14b2533a62b2.tar.gz gcc-f457c50cd95684173f68fe0e7c1b14b2533a62b2.tar.bz2 |
cppopts.texi: Fix use of @item vs.
* doc/cppopts.texi: Fix use of @item vs. @itemx inside @table.
* doc/extend.texi: Likewise.
* doc/generic.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
From-SVN: r192887
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 27b1095..a2eb79d 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -1,5 +1,5 @@ @c Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -@c 2010, Free Software Foundation, Inc. +@c 2010, 2012, Free Software Foundation, Inc. @c This is part of the CPP and GCC manuals. @c For copying conditions, see the file gcc.texi. @@ -805,7 +805,7 @@ Replacement: [ ] @{ @} # \ ^ | ~ Enable special code to work around file systems which only permit very short file names, such as MS-DOS@. -@itemx --help +@item --help @itemx --target-help @opindex help @opindex target-help |