Remove stray character from install.texi
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 30 Nov 2016 01:23:44 +0000 (01:23 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 30 Nov 2016 01:23:44 +0000 (01:23 +0000)
gcc/ChangeLog:
* doc/install.texi (--with-target-bdw-gc): Remove stray '@'.

From-SVN: r242991

gcc/ChangeLog
gcc/doc/install.texi

index 2af1d97..b6383aa 100644 (file)
@@ -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.
index 5d96e5f..140ff80 100644 (file)
@@ -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}).