summaryrefslogtreecommitdiff
path: root/builtins/suspend.def
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:48 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:21:48 -0500
commit6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2 (patch)
treef6bbcf557b86c7cb65e77feb6de7414e224c3a65 /builtins/suspend.def
parent1d0e1a34e001317e7e5acd206639577fd398f107 (diff)
downloadbash-6a8fd0ed505d5d8fca9509995ae2d87243f0e6b2.tar.gz
commit bash-20080410 snapshot
Diffstat (limited to 'builtins/suspend.def')
-rw-r--r--builtins/suspend.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/builtins/suspend.def b/builtins/suspend.def
index deb44b3d..460535bc 100644
--- a/builtins/suspend.def
+++ b/builtins/suspend.def
@@ -25,10 +25,15 @@ $BUILTIN suspend
$DEPENDS_ON JOB_CONTROL
$FUNCTION suspend_builtin
$SHORT_DOC suspend [-f]
+Suspend shell execution.
+
Suspend the execution of this shell until it receives a SIGCONT signal.
Options:
-f force the suspend, even if the shell is a login shell
+
+Exit Status:
+Returns success unless job control is not enabled or an error occurs.
$END
#include <config.h>