public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] RISC-V/doc: Correct the formatting of `-mstack-protector-guard-reg='
@ 2022-07-18 15:51 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2022-07-18 15:51 UTC (permalink / raw)
  To: gcc-patches

Add missing second space around the `-mstack-protector-guard-reg=' 
invocation option.

	gcc/
	* doc/invoke.texi (Option Summary): Add missing second space 
	around `-mstack-protector-guard-reg='.
---
Hi,

 Verified with `make info pdf' and committed as obvious.

  Maciej
---
 gcc/doc/invoke.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

gcc-riscv-doc-mstack-protector-guard-space.diff
Index: gcc/gcc/doc/invoke.texi
===================================================================
--- gcc.orig/gcc/doc/invoke.texi
+++ gcc/gcc/doc/invoke.texi
@@ -1214,7 +1214,7 @@ See RS/6000 and PowerPC Options.
 -mriscv-attribute  -mno-riscv-attribute @gol
 -malign-data=@var{type} @gol
 -mbig-endian  -mlittle-endian @gol
--mstack-protector-guard=@var{guard} -mstack-protector-guard-reg=@var{reg} @gol
+-mstack-protector-guard=@var{guard}  -mstack-protector-guard-reg=@var{reg} @gol
 -mstack-protector-guard-offset=@var{offset}}
 
 @emph{RL78 Options}

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

only message in thread, other threads:[~2022-07-18 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 15:51 [committed] RISC-V/doc: Correct the formatting of `-mstack-protector-guard-reg=' Maciej W. Rozycki

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