projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e6376
)
Fix a typo in gdb.texinfo.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 28 Apr 2023 15:36:30 +0000
(18:36 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 28 Apr 2023 15:36:30 +0000
(18:36 +0300)
gdb/doc/gdb.texinfo
patch
|
blob
|
history
diff --git
a/gdb/doc/gdb.texinfo
b/gdb/doc/gdb.texinfo
index 263326d54e7c8e90f2ef7751b345ce8e1bcd26ab..2dad3ef1677d199e324f858857cb8382e7b3c901 100644
(file)
--- a/
gdb/doc/gdb.texinfo
+++ b/
gdb/doc/gdb.texinfo
@@
-5977,7
+5977,7
@@
support running commands on the target.
@item set dprintf-function @var{function}
Set the function to call if the dprintf style is @code{call}. By
-default its value is @code{printf}. You may set it to any expression
.
+default its value is @code{printf}. You may set it to any expression
that @value{GDBN} can evaluate to a function, as per the @code{call}
command.