From: David Malcolm Date: Wed, 30 Nov 2016 01:23:44 +0000 (+0000) Subject: Remove stray character from install.texi X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f521b29334903c4e3c27d4ef67fbf602ac427df7;p=gcc.git Remove stray character from install.texi gcc/ChangeLog: * doc/install.texi (--with-target-bdw-gc): Remove stray '@'. From-SVN: r242991 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2af1d979dcf..b6383aa4691 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-11-29 David Malcolm + + * doc/install.texi (--with-target-bdw-gc): Remove stray '@'. + 2016-11-29 David Malcolm PR preprocessor/78569 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 5d96e5fd62c..140ff80735b 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}).