0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

docs: tty: remove tty.open() documentation

This commit is contained in:
Ben Noordhuis 2011-10-30 21:22:46 +01:00
parent a1fa3efd2b
commit b6c582a3a3

View File

@ -16,16 +16,6 @@ Example:
### tty.open(path, args=[])
Spawns a new process with the executable pointed to by `path` as the session
leader to a new pseudo terminal.
Returns an array `[slaveFD, childProcess]`. `slaveFD` is the file descriptor
of the slave end of the pseudo terminal. `childProcess` is a child process
object.
### tty.isatty(fd)
Returns `true` or `false` depending on if the `fd` is associated with a