diff options
-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; |