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 @@

Before looking at the Linux implementation, first a general Unix description of threads, processes, process groups and sessions. +

+(See also General Terminal Interface)

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.