diff options
Diffstat (limited to 'docs/ctty.htm')
-rw-r--r-- | docs/ctty.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ctty.htm b/docs/ctty.htm index e7d2877f8..3cb2dd2bd 100644 --- a/docs/ctty.htm +++ b/docs/ctty.htm | |||
@@ -279,6 +279,7 @@ and inspect it by | |||
279 | Again, if TOSTOP is set but the background process ignores or blocks | 279 | Again, if TOSTOP is set but the background process ignores or blocks |
280 | the SIGTTOU signal, or if its process group is orphaned (see below), | 280 | the SIGTTOU signal, or if its process group is orphaned (see below), |
281 | then the write() returns an EIO error, and no signal is sent. | 281 | then the write() returns an EIO error, and no signal is sent. |
282 | [vda: correction. SUS says that if SIGTTOU is blocked/ignored, write succeeds. ] | ||
282 | <p> | 283 | <p> |
283 | </p><h3>Orphaned process groups</h3> | 284 | </p><h3>Orphaned process groups</h3> |
284 | 285 | ||