From 37986299f351757d102620728f486bc8af7ab4d1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 23 Jun 1994 15:59:47 +0000 Subject: Formerly term.defs.~14~ --- hurd/term.defs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'hurd/term.defs') 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 -- cgit v1.2.3