From 897934a71961e8e28fc35c0891c141fa8fb12ffb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 14 May 2016 09:26:39 -0700 Subject: [PATCH] doc: copyedit maxBuffer note for child_process PR-URL: https://github.com/nodejs/node/pull/6760 Reviewed-By: Roman Klauke Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- doc/api/child_process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 32dec46924f1ad..9112e72e063c9f 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -1040,9 +1040,9 @@ to the same value. ## `maxBuffer` and Unicode It is important to keep in mind that the `maxBuffer` option specifies the -largest number of *octets* allowed on `stdout` or `stderr` - if this value is -exceeded then the child process is terminated. This particularly impacts -output that includes multi-byte character encodings such as UTF-8 or UTF-16. +largest number of *octets* allowed on `stdout` or `stderr`. If this value is +exceeded, then the child process is terminated. This particularly impacts +output that includes multibyte character encodings such as UTF-8 or UTF-16. For instance, the following will output 13 UTF-8 encoded octets to `stdout` although there are only 4 characters: