aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@embecosm.com>2022-07-01 17:11:09 +0100
committerMaciej W. Rozycki <macro@embecosm.com>2022-07-01 17:11:09 +0100
commita89c17dac1e1b921188ba014cafc9c82e33dd5e8 (patch)
tree4f3f7ce1aea8f5e92a6bec12301b52a0b3890548 /gdb/doc
parentc4de64f8f6df99078d55d329bed24bbe3b963aba (diff)
downloadfsf-binutils-gdb-a89c17dac1e1b921188ba014cafc9c82e33dd5e8.zip
fsf-binutils-gdb-a89c17dac1e1b921188ba014cafc9c82e33dd5e8.tar.gz
fsf-binutils-gdb-a89c17dac1e1b921188ba014cafc9c82e33dd5e8.tar.bz2
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 <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.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ad5bc7d..7a4e337 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.