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 2af1d979dcff8310281183e6583d0968b0401cef..b6383aa46914fdf7865773b207a051529651127c 100644 (file)
@@ -1,3 +1,7 @@
+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
index 5d96e5fd62cf9fd85a84dd7ecdd7ebd4ef0a3ac2..140ff80735b4a8f2185a59c2ba648d108a0dfc40 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}).