aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-10-21 18:44:33 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-10-21 18:44:33 +0200
commit17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679 (patch)
tree2f7bfacb622adbef6b4fd52aa26fb373fe78e631 /docs
parent2af2acf9b516c378147ea678e4b3bec092e4e44d (diff)
downloadbusybox-17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679.tar.gz
docs/ctty.htm: add a useful URL to
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/ctty.htm2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ctty.htm b/docs/ctty.htm
index 8f466cdde..e7d2877f8 100644
--- a/docs/ctty.htm
+++ b/docs/ctty.htm
@@ -9,6 +9,8 @@
<p>Before looking at the Linux implementation, first a general Unix
description of threads, processes, process groups and sessions.
+</p><p>
+(See also <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap11.html">General Terminal Interface</a>)
</p><p>A session contains a number of process groups, and a process group
contains a number of processes, and a process contains a number
of threads.