diff options
-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 263326d..2dad3ef 100644 --- 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. |