summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2011-10-21 16:44:33 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2011-10-21 16:44:33 (GMT)
commit17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679 (patch)
tree2f7bfacb622adbef6b4fd52aa26fb373fe78e631
parent2af2acf9b516c378147ea678e4b3bec092e4e44d (diff)
downloadbusybox-17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679.zip
busybox-17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679.tar.gz
busybox-17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679.tar.bz2
docs/ctty.htm: add a useful URL to
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--docs/ctty.htm2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ctty.htm b/docs/ctty.htm
index 8f466cd..e7d2877 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.