GDB/doc: Remove indentation from `print -elements' completion example
authorMaciej W. Rozycki <macro@embecosm.com>
Fri, 1 Jul 2022 16:11:09 +0000 (17:11 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Fri, 1 Jul 2022 16:11:09 +0000 (17:11 +0100)
Remove indentation from the text of the manual after the example here:

"  Completion will in some cases guide you with a suggestion of what
kind of argument an option expects.  For example:

     (gdb) print -elements <TAB><TAB>
     NUMBER     unlimited

   Here, the option expects a number (e.g., '100'), not literal
'NUMBER'.  Such metasyntactical arguments are always presented in
uppercase."

as this is a continuation of the same paragraph.

gdb/doc/gdb.texinfo

index ad5bc7db01ec6e2e6dabcf2a547a15314b3aeca1..7a4e337d15b3ed5803347094213fa53403baa780 100644 (file)
@@ -2176,6 +2176,7 @@ of argument an option expects.  For example:
 NUMBER     unlimited
 @end smallexample
 
+@noindent
 Here, the option expects a number (e.g., @code{100}), not literal
 @code{NUMBER}.  Such metasyntactical arguments are always presented in
 uppercase.