aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2005-11-20 11:58:24 +0100
committerToon Moene <toon@gcc.gnu.org>2005-11-20 10:58:24 +0000
commit033107c3b172cff2c522d216afe5dabbfe7b170a (patch)
tree9e9d1fe21fcf401ca4649d9d3588a9d8fc08464b /gcc
parent6819a4637b2645bee9a60d8a5d422b3ca6e2c414 (diff)
downloadgcc-033107c3b172cff2c522d216afe5dabbfe7b170a.zip
gcc-033107c3b172cff2c522d216afe5dabbfe7b170a.tar.gz
gcc-033107c3b172cff2c522d216afe5dabbfe7b170a.tar.bz2
invoke.texi: Remove superfluous @item.
2005-11-20 Toon Moene <toon@moene.indiv.nluug.nl> * invoke.texi: Remove superfluous @item. From-SVN: r107249
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/invoke.texi1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 783e3fb..1d7f9cf7 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-20 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ * invoke.texi: Remove superfluous @item.
+
2005-11-19 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/24862
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index ddb8fd2..d482b32 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -225,7 +225,6 @@ Allow @samp{$} as a valid character in a symbol name.
@item -fno-backslash
@cindex backslash
@cindex escape characters
-@item
Compile switch to change the interpretation of a backslash from
``C''-style escape characters to a single backslash character.