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-w32-17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679.tar.gz
busybox-w32-17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679.tar.bz2
busybox-w32-17fb598dc2fa094d6bbf56bbc9f6e561f4fb3679.zip
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 @@
9 9
10<p>Before looking at the Linux implementation, first a general Unix 10<p>Before looking at the Linux implementation, first a general Unix
11description of threads, processes, process groups and sessions. 11description of threads, processes, process groups and sessions.
12</p><p>
13(See also <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap11.html">General Terminal Interface</a>)
12</p><p>A session contains a number of process groups, and a process group 14</p><p>A session contains a number of process groups, and a process group
13contains a number of processes, and a process contains a number 15contains a number of processes, and a process contains a number
14of threads. 16of threads.