diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-26 22:44:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-26 22:44:52 +0200 |
commit | e15a309fd9c8b26b959a15a84620f0c7c0201545 (patch) | |
tree | a58dbfc09b6163232b9e1487bdc4b29bb3bcb07b /doc/gawk.texi | |
parent | 4ab2029a091a88a3b1968c55468b8c91ae1e6a2d (diff) | |
parent | 6dcb6d9c71c1ed42f68a5468db18b80b790fd281 (diff) | |
download | egawk-e15a309fd9c8b26b959a15a84620f0c7c0201545.tar.gz egawk-e15a309fd9c8b26b959a15a84620f0c7c0201545.tar.bz2 egawk-e15a309fd9c8b26b959a15a84620f0c7c0201545.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 0852a781..bf7cd0f0 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -30261,6 +30261,12 @@ gawk> @kbd{dump} gawk> @end smallexample +@cindex @code{exit} debugger command +@cindex exit the debugger +@item @code{exit} +Exit the debugger. +See the entry for @samp{quit}, later in this list. + @cindex debugger commands, @code{h} (@code{help}) @cindex debugger commands, @code{help} @cindex @code{help} debugger command |