aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2021-10-26 10:45:08 +0200
committerTom de Vries <tdevries@suse.de>2021-10-26 10:45:08 +0200
commita4b0231e179607e47b1cdf1fe15c5dc25e482fad (patch)
treea245d2cafdf8f59b72e8a8f3b1b7d1207a2aa298 /gdb
parent3976e96a02b1931f43b5618ca5ace2cf72697666 (diff)
downloadgdb-a4b0231e179607e47b1cdf1fe15c5dc25e482fad.zip
gdb-a4b0231e179607e47b1cdf1fe15c5dc25e482fad.tar.gz
gdb-a4b0231e179607e47b1cdf1fe15c5dc25e482fad.tar.bz2
[gdb/doc] Fix print inferior-events default
In the docs about print inferior-events we read: ... By default, these messages will not be printed. ... That used to be the case, but is no longer so since commit f67c0c91715 "Enable 'set print inferior-events' and improve detach/fork/kill/exit messages". Fix this by updating the docs.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 631a7c0..4fda34e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -3395,7 +3395,7 @@ control use @w{@code{set print inferior-events}}:
The @code{set print inferior-events} command allows you to enable or
disable printing of messages when @value{GDBN} notices that new
inferiors have started or that inferiors have exited or have been
-detached. By default, these messages will not be printed.
+detached. By default, these messages will be printed.
@kindex show print inferior-events
@item show print inferior-events