summaryrefslogtreecommitdiff
path: root/Doc/help/suspend
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/help/suspend')
-rw-r--r--Doc/help/suspend4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/help/suspend b/Doc/help/suspend
new file mode 100644
index 000000000..82cacb14c
--- /dev/null
+++ b/Doc/help/suspend
@@ -0,0 +1,4 @@
+suspend [ -f ]
+ Suspend the execution of the shell (send it a SIGTSTP) until it
+ receives a SIGCONT. Unless the -f option is given, this will
+ refuse to suspend a login shell.