diff options
author | Andrew Burgess <aburgess@redhat.com> | 2025-06-16 11:45:47 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2025-06-16 17:21:15 +0100 |
commit | 62f1dbee49983c1820bc32015d2e8cd2d085c4dd (patch) | |
tree | da2ab0a372c1a4de902f317f0ffd59c66a8cb523 /gdb/doc | |
parent | bb7c679902ece35d1427a88e9a79305544b009e1 (diff) | |
download | binutils-62f1dbee49983c1820bc32015d2e8cd2d085c4dd.zip binutils-62f1dbee49983c1820bc32015d2e8cd2d085c4dd.tar.gz binutils-62f1dbee49983c1820bc32015d2e8cd2d085c4dd.tar.bz2 |
gdb/doc: remove stray comma from gdb.flush description
Remove comma from: gdb.flush([, stream]) . I suspect this was a copy
and paste from gdb.write(string [, stream]) where the comma is
correct.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/python.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 8f1da60..f343d0b 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -479,7 +479,7 @@ call this function and will automatically direct the output to the relevant stream. @end defun -@defun gdb.flush (@r{[}, stream@r{]}) +@defun gdb.flush (@r{[}stream@r{]}) Flush the buffer of a @value{GDBN} paginated stream so that the contents are displayed immediately. @value{GDBN} will flush the contents of a stream automatically when it encounters a newline in the |