gcc/ChangeLog:
* doc/install.texi (--with-target-bdw-gc): Remove stray '@'.
From-SVN: r242991
+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
@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}).