aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2016-11-30 01:23:44 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2016-11-30 01:23:44 +0000
commitf521b29334903c4e3c27d4ef67fbf602ac427df7 (patch)
treee1f3fa84905cd666cefcda78e5f53d7a8c1788df
parent94f597df228750eec6d5c28134edd45022b0394a (diff)
downloadgcc-f521b29334903c4e3c27d4ef67fbf602ac427df7.zip
gcc-f521b29334903c4e3c27d4ef67fbf602ac427df7.tar.gz
gcc-f521b29334903c4e3c27d4ef67fbf602ac427df7.tar.bz2
Remove stray character from install.texi
gcc/ChangeLog: * doc/install.texi (--with-target-bdw-gc): Remove stray '@'. From-SVN: r242991
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2af1d97..b6383aa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2016-11-29 David Malcolm <dmalcolm@redhat.com>
+ * doc/install.texi (--with-target-bdw-gc): Remove stray '@'.
+
+2016-11-29 David Malcolm <dmalcolm@redhat.com>
+
PR preprocessor/78569
* input.c (get_substring_ranges_for_loc): Fail gracefully if
line directives were present.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 5d96e5f..140ff80 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2196,7 +2196,7 @@ continues.
@itemx --with-target-bdw-gc-lib=@var{list}
Specify search directories for the garbage collector header files and
libraries. @var{list} is a comma separated list of key value pairs of the
-form @samp{@var{multilibdir}@=@var{path}}, where the default multilib key
+form @samp{@var{multilibdir}=@var{path}}, where the default multilib key
is named as @samp{.} (dot), or is omitted (e.g.
@samp{--with-target-bdw-gc=/opt/bdw-gc,32=/opt-bdw-gc32}).