aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-04-05 23:54:17 +0000
committerRoland Pesch <pesch@cygnus>1991-04-05 23:54:17 +0000
commit413130bd4614e476788ebdf3a68829347ef98741 (patch)
tree56c5e7a0cf00662cc7a7a3e7b77dc50bfd452c7b /gdb
parent41d786f7a5ee316eb38c57fb9cac9a7ac3e88b7e (diff)
downloadgdb-413130bd4614e476788ebdf3a68829347ef98741.zip
gdb-413130bd4614e476788ebdf3a68829347ef98741.tar.gz
gdb-413130bd4614e476788ebdf3a68829347ef98741.tar.bz2
ADDED:
show copying show warranty
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo13
1 files changed, 11 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index fd5a543..e55c392 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1082,8 +1082,12 @@ values, you can use @samp{show} with no arguments; you may also use
@c FIXME: "info set" violates the rule that "info" is for state of
@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
+@end table
+Here are three miscellaneous @samp{show} subcommands, all of which are
+exceptional in lacking corresponding @samp{set} commands:
+@table @code
@kindex show version
@item show version
Show what version of _GDBN__ is running. You should include this
@@ -1093,8 +1097,13 @@ of _GDBN__ you're running; as _GDBN__ evolves, new commands are
introduced, and old ones may wither away. The version number is also
announced when you start _GDBN__ with no arguments.
-This @samp{show} subcommand is one of those with no corresponding
-@samp{set} subcommand.
+@kindex show copying
+@item show copying
+Display information about permission for copying _GDBN__.
+
+@kindex show warranty
+@item show warranty
+Display the GNU ``NO WARRANTY'' statement.
@end table
@node Running,,,