File bash-3.2-man-page-suspend.patch of Package bash-syslog
x
1
diff -up bash-3.2/doc/bash.1.man-page-suspend bash-3.2/doc/bash.1
2
--- bash-3.2/doc/bash.1.man-page-suspend 2008-07-11 16:35:20.000000000 +0200
3
+++ bash-3.2/doc/bash.1 2008-07-11 16:38:26.000000000 +0200
4
5
.B SIGCONT
6
signal. When the suspended shell is a background process, it can be restarted by the fg command. For more information, read the
7
.B JOB CONTROL
8
-section. The
9
+section. The suspend command can not suspend the login shell.
10
+However, when
11
.B \-f
12
-option says not to complain if this is
13
-a login shell; just suspend anyway. The return status is 0 unless
14
+option is specified, suspend command can suspend even login shell.
15
+The return status is 0 unless
16
the shell is a login shell and
17
.B \-f
18
is not supplied, or if job control is not enabled.
19