]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccgo.texi: remove HTML quoting
authorIan Lance Taylor <iant@golang.org>
Thu, 27 May 2021 22:32:28 +0000 (15:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 May 2021 22:33:57 +0000 (15:33 -0700)
* gccgo.texi (Function Names): Don't HTML quote ampersand.

gcc/go/gccgo.texi

index ce6b518bb7b01ce0a4eec9c91a678d4ad3943643..fa0e4882403c53f68dffcffe2b6c4cc0c400cc44 100644 (file)
@@ -495,7 +495,7 @@ like (after importing the @code{os} package):
 
 @smallexample
 var name = [4]byte@{'f', 'o', 'o', 0@};
-i := c_open(&amp;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