diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-23 15:59:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-23 15:59:47 +0000 |
commit | 37986299f351757d102620728f486bc8af7ab4d1 (patch) | |
tree | b8f99e76c3f4101fff7a03ea04d515d9be26a720 /hurd | |
parent | 104de74ac6988f2fd9a6210f6a386cbf608ae691 (diff) |
Formerly term.defs.~14~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/term.defs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hurd/term.defs b/hurd/term.defs index 8dbdfe64..f0b30ab4 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -37,11 +37,10 @@ Return a controlling terminal port for this terminal. This has the following effects: Certain input characters in certain modes will cause signals to be -sent to foreground processes which have made this call, on the sigpt -port they specified. The ctty ID will be used as the reference port. - -Certain conditions will cause SIGHUP to be sent using the same -mechanism as above. +sent to foreground processes which have made this call. The ctty ID +will be used as the reference port. Certain conditions will cause +SIGHUP to be sent. The foreground process group is the same as the +owner defined by io_set_owner and io_get_owner. When background processes do certain operations on a port returned by term_become_ctty, the EBACKGROUND error may be returned. This occurs @@ -59,7 +58,6 @@ routine term_become_ctty ( terminal: io_t; pid: pid_t; pgrp: pid_t; - sigpt: mach_port_t; out newtty: mach_port_send_t); /* This sets the name returned by future get_nodename calls. This is |