Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: tty: remove tty.open() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 30, 2011
1 parent a1fa3ef commit b6c582a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions doc/api/tty.markdown
Expand Up @@ -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
Expand Down

0 comments on commit b6c582a

Please sign in to comment.