public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1746] Remote trailing : for subheading.
@ 2022-07-19 13:41 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-07-19 13:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:edf0c132b19f73e5739715c2ac90c4ae1e96dc31

commit r13-1746-gedf0c132b19f73e5739715c2ac90c4ae1e96dc31
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jul 19 15:40:58 2022 +0200

    Remote trailing : for subheading.
    
    gcc/ChangeLog:
    
            * doc/extend.texi: Remove trailing :.

Diff:
---
 gcc/doc/extend.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index dfbe33ac652..4222e761302 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -11385,7 +11385,7 @@ keyword after the declarator.
 It is up to you to make sure that the assembler names you choose do not
 conflict with any other assembler symbols, or reference registers.
 
-@subsubheading Assembler names for data:
+@subsubheading Assembler names for data
 
 This sample shows how to specify the assembler name for data:
 
@@ -11407,7 +11407,7 @@ since such variables do not have assembler names.  If you are
 trying to put the variable in a particular register, see 
 @ref{Explicit Register Variables}.
 
-@subsubheading Assembler names for functions:
+@subsubheading Assembler names for functions
 
 To specify the assembler name for functions, write a declaration for the 
 function before its definition and put @code{asm} there, like this:


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

only message in thread, other threads:[~2022-07-19 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 13:41 [gcc r13-1746] Remote trailing : for subheading Martin Liska

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).