From: Maciej W. Rozycki Date: Mon, 18 Jul 2022 15:47:20 +0000 (+0100) Subject: RISC-V/doc: Correct the formatting of `-mstack-protector-guard-reg=' X-Git-Tag: basepoints/gcc-14~5472 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa16bb8ac0aba681bc9242f9a9717824c4867f91;p=thirdparty%2Fgcc.git RISC-V/doc: Correct the formatting of `-mstack-protector-guard-reg=' 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='. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9f2f97c5505..1f6c73ecbcf 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1222,7 +1222,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}