Fix gdb.flush documentation
The gdb.flush documentation does not mention the 'stream' argument in the function signature, only in the description. This patch fixes the oversight.
This commit is contained in:
parent
37833b9665
commit
dd083c6524
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ relevant stream.
|
|||
@end defun
|
||||
|
||||
@findex gdb.flush
|
||||
@defun gdb.flush ()
|
||||
@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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue