From c3cc0fd2581d0010afde71409d11efdbc3bcf3db Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 19 Oct 2017 06:51:55 +0200 Subject: [PATCH] doc: minor correction to note on process section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/16311 Reviewed-By: Anatoli Papirovski Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Nicu Micleușanu Reviewed-By: Tobias Nießen Reviewed-By: Gireesh Punathil --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index f4e5e0c06c1387..ef8b89abfb877b 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1593,7 +1593,7 @@ important ways: respectively. 2. They cannot be closed ([`end()`][] will throw). 3. They will never emit the [`'finish'`][] event. -4. Writes may be synchronous depending on the what the stream is connected to +4. Writes may be synchronous depending on what the stream is connected to and whether the system is Windows or POSIX: - Files: *synchronous* on Windows and POSIX - TTYs (Terminals): *asynchronous* on Windows, *synchronous* on POSIX