[COMMITTED] Fix @opindex for m80387

Message ID 1668439517-2899-1-git-send-email-apinski@marvell.com
State Committed
Commit 30348d30d9567c46046f30bb9666a67edf36ee0b
Headers
Series [COMMITTED] Fix @opindex for m80387 |

Commit Message

Li, Pan2 via Gcc-patches Nov. 14, 2022, 3:25 p.m. UTC
  From: Andrew Pinski <apinski@marvell.com>

I noticed that the opindex for -m80387
option was wrong. It was just 80387 which
was not consistent with the rest of the options.
This fixes that and uses "@opindex m80387".

Committed as obvious after  "make html" and checking
the option index page.

gcc/ChangeLog:

	* doc/invoke.texi: Fix @opindex
	for m80387 option.
---
 gcc/doc/invoke.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 80365d8cd15..0d28c5f78ff 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -32634,7 +32634,7 @@  comparison is unordered.
 
 @item -m80387
 @itemx -mhard-float
-@opindex 80387
+@opindex m80387
 @opindex mhard-float
 Generate output containing 80387 instructions for floating point.