diff options
author | Mikael Morin <mikael@gcc.gnu.org> | 2024-09-26 14:23:06 +0200 |
---|---|---|
committer | Mikael Morin <mikael@gcc.gnu.org> | 2024-09-26 15:00:20 +0200 |
commit | e9f341426567442a70747f89b6b954a005ca287a (patch) | |
tree | f103825455fa696664ea2a26966e9814a44597d8 /gcc | |
parent | 6f76ce80fa25559c9e1bd575190be80c1159d398 (diff) | |
download | gcc-e9f341426567442a70747f89b6b954a005ca287a.zip gcc-e9f341426567442a70747f89b6b954a005ca287a.tar.gz gcc-e9f341426567442a70747f89b6b954a005ca287a.tar.bz2 |
doc: Remove index reference to removed documentation in fortran manual
Fortran option -M used to be an alias for -J. After some deprecation time,
it was reused for another purpose at revision
r0-100725-gd8ddea4044ee8212d5fe305e8e2a547700cd7b8f.
That revision removed the documentation parts of -J mentioning -M, but left
a reference to -M in the index.
This change removes the remaining reference.
gcc/fortran/ChangeLog:
* invoke.texi (-M): Remove index reference to removed documentation.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/invoke.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index fbb5a0e..a9ac87d 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -1414,7 +1414,6 @@ gcc,Using the GNU Compiler Collection (GCC)}, for information on the @option{-I} option. @opindex J@var{dir} -@opindex M@var{dir} @cindex paths, search @cindex module search path @item -J@var{dir} |