diff options
author | Tom de Vries <tdevries@suse.de> | 2018-06-14 22:25:38 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2018-06-14 22:31:41 +0200 |
commit | 74fdb8ff707f0a02b587630324d29c0755e6b5d5 (patch) | |
tree | 757a193604f336b41fa238e445e90175db7aed40 /gdb/doc | |
parent | 87a8eca781910ec2079426f309145be18df8106c (diff) | |
download | binutils-74fdb8ff707f0a02b587630324d29c0755e6b5d5.zip binutils-74fdb8ff707f0a02b587630324d29c0755e6b5d5.tar.gz binutils-74fdb8ff707f0a02b587630324d29c0755e6b5d5.tar.bz2 |
[gdb] Fixup incomplete patch 0dbfed25e9
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d5d5fce..a6bad13 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6319,7 +6319,7 @@ a command prompt so that you can issue other commands while your program runs. If the target doesn't support async mode, @value{GDBN} issues an error message if you attempt to use the background execution commands. -@cindex @code{&} +@cindex @code{&}, background execution of commands To specify background execution, add a @code{&} to the command. For example, the background form of the @code{continue} command is @code{continue&}, or just @code{c&}. The execution commands that accept background execution |