From 4774807e6e535597676473051aa00aabac075327 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 May 2021 15:32:28 -0700 Subject: [PATCH] gccgo.texi: remove HTML quoting * gccgo.texi (Function Names): Don't HTML quote ampersand. --- gcc/go/gccgo.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2