From 1be8ebde2e47e239f994a62291e50502b63b5451 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 19 Oct 2015 11:30:46 +0000 Subject: [PATCH] Replace @optindex with @opindex * doc/invoke.texi: Replace @optindex with @opindex. From-SVN: r228968 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ec6b3c88a3..db0aea418e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-10-19 H.J. Lu + + * doc/invoke.texi: Replace @optindex with @opindex. + 2015-10-19 H.J. Lu PR target/67995 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dba40230360..027ce96f673 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8014,7 +8014,7 @@ of its callers. This switch does not affect functions using the inline functions into the object file. @item -fkeep-static-functions -@optindex fkeep-static-functions +@opindex fkeep-static-functions Emit @code{static} functions into the object file, even if the function is never used. -- 2.30.2