From 8ebec086a50712bce675ae59c10ac30a4f01fa8d Mon Sep 17 00:00:00 2001 From: justshiv Date: Wed, 27 Apr 2016 19:25:11 +0200 Subject: [PATCH] doc: ensure consistent grammar in node.1 file PR-URL: https://github.com/nodejs/node/pull/6426 Reviewed-By: Rich Trott Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Jeremiah Senkpiel --- doc/node.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/node.1 b/doc/node.1 index 3a74477b6c5e38..de9ea1703452a1 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -59,7 +59,7 @@ Syntax check the script without executing. .TP .BR \-i ", " \-\-interactive -Opens the REPL even if stdin does not appear to be a terminal. +Open the REPL even if stdin does not appear to be a terminal. .TP .BR \-r ", " \-\-require " " \fImodule\fR @@ -88,7 +88,7 @@ Print stack traces for process warnings (including deprecations). .TP .BR \-\-trace\-sync\-io -Prints a stack trace whenever synchronous I/O is detected after the first turn +Print a stack trace whenever synchronous I/O is detected after the first turn of the event loop. .TP