public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1101] gccgo.texi: remove HTML quoting
@ 2021-05-27 22:34 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2021-05-27 22:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4774807e6e535597676473051aa00aabac075327

commit r12-1101-g4774807e6e535597676473051aa00aabac075327
Author: Ian Lance Taylor <iant@golang.org>
Date:   Thu May 27 15:32:28 2021 -0700

    gccgo.texi: remove HTML quoting
    
            * gccgo.texi (Function Names): Don't HTML quote ampersand.

Diff:
---
 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 ce6b518bb7b..fa0e4882403 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(&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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-27 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 22:34 [gcc r12-1101] gccgo.texi: remove HTML quoting Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).