aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/suspend.txt
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-06 15:03:43 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-06 15:03:43 +0200
commitbd3b4e03e906017886bcefedf818f57c40df7d23 (patch)
tree73c78ba67a3929d2484e8ffa4e2b496defb7369e /doc_src/suspend.txt
parentcb5511c8db9330c26b4bd6ac63893c875cca72c8 (diff)
Suspend docs: Fix typo
While not a huge thing, wrong variable names always carry great confusion potential.
Diffstat (limited to 'doc_src/suspend.txt')
-rw-r--r--doc_src/suspend.txt2
1 files changed, 1 insertions, 1 deletions
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.