From bd3b4e03e906017886bcefedf818f57c40df7d23 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 6 Sep 2015 15:03:43 +0200 Subject: Suspend docs: Fix typo While not a huge thing, wrong variable names always carry great confusion potential. --- doc_src/suspend.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src') diff --git a/doc_src/suspend.txt b/doc_src/suspend.txt index 43a4ca53..defde22d 100644 --- a/doc_src/suspend.txt +++ b/doc_src/suspend.txt @@ -11,7 +11,7 @@ suspend [--force] SIGTSTP signal, returning to the controlling process. It can be resumed later by sending it a SIGCONT. In order to prevent suspending a shell that doesn't have a controlling process, it will not suspend a -the shell if it is a login shell or if `$SHLVLV` is less +the shell if it is a login shell or if `$SHLVL` is less `$suspend_minimum_SHLVL`, which defaults to three. This test is skipped if the `--force` option is given or the shell is not interactive. -- cgit v1.2.3