From: Maciej W. Rozycki Date: Fri, 1 Jul 2022 16:11:09 +0000 (+0100) Subject: GDB/doc: Remove indentation from `print -elements' completion example X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a89c17dac1e1b921188ba014cafc9c82e33dd5e8;p=binutils-gdb.git GDB/doc: Remove indentation from `print -elements' completion example 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 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. --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ad5bc7db01e..7a4e337d15b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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.