mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-04 20:37:16 +08:00
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:
@ -511,7 +511,7 @@ relevant stream.
|
|||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
@findex gdb.flush
|
@findex gdb.flush
|
||||||
@defun gdb.flush ()
|
@defun gdb.flush (@r{[}, stream@r{]})
|
||||||
Flush the buffer of a @value{GDBN} paginated stream so that the
|
Flush the buffer of a @value{GDBN} paginated stream so that the
|
||||||
contents are displayed immediately. @value{GDBN} will flush the
|
contents are displayed immediately. @value{GDBN} will flush the
|
||||||
contents of a stream automatically when it encounters a newline in the
|
contents of a stream automatically when it encounters a newline in the
|
||||||
|
Reference in New Issue
Block a user