diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-17 19:26:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-17 19:26:48 +0000 |
commit | 1d45160617a7545cbba694fdebe3d53093978607 (patch) | |
tree | 888fcf46ab8fcb1ff96373e789431765a22c4a2a /hurd/term.defs | |
parent | 741952a3fc04df3d3895ec601a141b81d95087e0 (diff) |
entered into RCS
Diffstat (limited to 'hurd/term.defs')
-rw-r--r-- | hurd/term.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/term.defs b/hurd/term.defs index 9e446230..8739459b 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -103,9 +103,9 @@ routine term_on_pty ( terminal: io_t; out ptymaster: io_t); -/* This call is made to the ctty port returned by term_getctty; it - may not be made to terminal I/O ports. */ -/* Return an I/O port for the terminal opened as with flags FLAGS. */ +/* This call is made to the ctty port returned by term_getctty; it may + not be made to terminal I/O ports. Return an unauthenticated I/O + port for the terminal opened as with flags FLAGS. */ routine termctty_open_terminal ( ctty: mach_port_t; flags: int; |