From b6c582a3a31a9e53bed4f960e35b89d700985640 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 30 Oct 2011 21:22:46 +0100 Subject: [PATCH] docs: tty: remove tty.open() documentation --- doc/api/tty.markdown | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/api/tty.markdown b/doc/api/tty.markdown index 711c2fd4bc5..d17a39d7496 100644 --- a/doc/api/tty.markdown +++ b/doc/api/tty.markdown @@ -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