diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-19 11:30:46 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-19 11:30:46 +0000 |
commit | d821af01a6b763caaa33411a6db98f1664264a96 (patch) | |
tree | 0d5dcac0614ef9075a78b97fc5522b268c87bcf2 /gcc/doc | |
parent | 00a7b2972ad95473c5185723e0d1fffad93ff0f7 (diff) | |
download | gcc-d821af01a6b763caaa33411a6db98f1664264a96.tar.gz |
Replace @optindex with @opindex
* doc/invoke.texi: Replace @optindex with @opindex.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228968 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |