aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2025-02-20 11:38:04 -0500
committerSimon Marchi <simon.marchi@efficios.com>2025-02-20 14:03:34 -0500
commit79b31206f2fa7b6115abd80a0eb455d2b4b68f57 (patch)
treeb8ee307f4ab195ed1186c2026a0d86d41987f8ec /gdb/doc/gdb.texinfo
parent3fddd4e758fa330fb9f60fce17831c2062d8d9ef (diff)
downloadbinutils-79b31206f2fa7b6115abd80a0eb455d2b4b68f57.zip
binutils-79b31206f2fa7b6115abd80a0eb455d2b4b68f57.tar.gz
binutils-79b31206f2fa7b6115abd80a0eb455d2b4b68f57.tar.bz2
gdb/doc: fix sentence in save gdb-index` command doc
The part "... this command by default creates it produces a single ..." sounds wrong. Replace with "... this command by default produces a single ...". Change-Id: I39cc533fa5a2bf473ca9e361ee0e6426d7d37ac6
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index db352ba..8f1f0bb 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22865,10 +22865,9 @@ To create an index file, use the @code{save gdb-index} command:
@kindex save gdb-index
Create index files for all symbol files currently known by
@value{GDBN}. For each known @var{symbol-file}, this command by
-default creates it produces a single file
-@file{@var{symbol-file}.gdb-index}. If you invoke this command with
-the @option{-dwarf-5} option, it produces 2 files:
-@file{@var{symbol-file}.debug_names} and
+default produces a single file @file{@var{symbol-file}.gdb-index}.
+If you invoke this command with the @option{-dwarf-5} option, it
+produces 2 files: @file{@var{symbol-file}.debug_names} and
@file{@var{symbol-file}.debug_str}. The files are created in the
given @var{directory}.