mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
info user' =>
show user'. Noticed by David Taylor.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
|
* gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
|
||||||
|
|
||||||
Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
|
Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
* gdb.texinfo: Say how to read the `info' files.
|
* gdb.texinfo: Say how to read the `info' files.
|
||||||
|
@ -6821,9 +6821,9 @@ does not change the documentation.
|
|||||||
List all user-defined commands, with the first line of the documentation
|
List all user-defined commands, with the first line of the documentation
|
||||||
(if any) for each.
|
(if any) for each.
|
||||||
|
|
||||||
@item info user
|
@item show user
|
||||||
@itemx info user @var{commandname}
|
@itemx show user @var{commandname}
|
||||||
@kindex info user
|
@kindex show user
|
||||||
Display the _GDBN__ commands used to define @var{commandname} (but not its
|
Display the _GDBN__ commands used to define @var{commandname} (but not its
|
||||||
documentation). If no @var{commandname} is given, display the
|
documentation). If no @var{commandname} is given, display the
|
||||||
definitions for all user-defined commands.
|
definitions for all user-defined commands.
|
||||||
|
Reference in New Issue
Block a user