From: Ian Lance Taylor Date: Thu, 27 May 2021 22:32:28 +0000 (-0700) Subject: gccgo.texi: remove HTML quoting X-Git-Tag: basepoints/gcc-13~7212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4774807e6e535597676473051aa00aabac075327;p=thirdparty%2Fgcc.git gccgo.texi: remove HTML quoting * gccgo.texi (Function Names): Don't HTML quote ampersand. --- diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi index ce6b518bb7b0..fa0e4882403c 100644 --- a/gcc/go/gccgo.texi +++ b/gcc/go/gccgo.texi @@ -495,7 +495,7 @@ like (after importing the @code{os} package): @smallexample var name = [4]byte@{'f', 'o', 'o', 0@}; -i := c_open(&name[0], os.O_RDONLY, 0); +i := c_open(&name[0], os.O_RDONLY, 0); @end smallexample Note that this serves as an example only. To open a file in Go please