diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-26 22:43:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-26 22:43:17 +0200 |
commit | 6dcb6d9c71c1ed42f68a5468db18b80b790fd281 (patch) | |
tree | 3cefae11db6f6b3d874600a01bee5ef9498cd1a4 /doc/gawk.texi | |
parent | 20d333afbaadde8a8daa4091e22cf549c6954a6a (diff) | |
download | egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.tar.gz egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.tar.bz2 egawk-6dcb6d9c71c1ed42f68a5468db18b80b790fd281.zip |
Add "exit" as synonym for "quit" in the debugger.
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 6f691be5..995bca95 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -29917,6 +29917,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 |