diff options
Diffstat (limited to 'Doc/help/suspend')
-rw-r--r-- | Doc/help/suspend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/help/suspend b/Doc/help/suspend new file mode 100644 index 000000000..f247380c4 --- /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. |