]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/doc: remove stray comma from gdb.flush description
authorAndrew Burgess <aburgess@redhat.com>
Mon, 16 Jun 2025 10:45:47 +0000 (11:45 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 16 Jun 2025 16:21:15 +0000 (17:21 +0100)
Remove comma from: gdb.flush([, stream]) .  I suspect this was a copy
and paste from gdb.write(string [, stream]) where the comma is
correct.

gdb/doc/python.texi

index 8f1da6014767e46e385c8e08f4eac5ec8ea3a175..f343d0b44578b8577c6ec7367e116e7bf57266ee 100644 (file)
@@ -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