Remove stray character from install.texi

gcc/ChangeLog:
	* doc/install.texi (--with-target-bdw-gc): Remove stray '@'.

From-SVN: r242991
This commit is contained in:
David Malcolm 2016-11-30 01:23:44 +00:00 committed by David Malcolm
parent 94f597df22
commit f521b29334
2 changed files with 5 additions and 1 deletions

View 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

View 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}).