summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2013-12-07 22:33:26 +0100
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-11 20:41:36 -0800
commit4bc2ec90d72df1909d24c9fa52574fa90688d8da (patch)
tree8abc89d8deffbd60c2dd079099c4839ffd87ba75 /doc/node.1
parentf89a7185b7fb51fdbaf117f443bdc78925b44e50 (diff)
downloadandroid-node-v8-4bc2ec90d72df1909d24c9fa52574fa90688d8da.tar.gz
android-node-v8-4bc2ec90d72df1909d24c9fa52574fa90688d8da.tar.bz2
android-node-v8-4bc2ec90d72df1909d24c9fa52574fa90688d8da.zip
doc: fix typos in node.1
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/node.1 b/doc/node.1
index 1bc4ee04c1..a381dcf334 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -318,7 +318,7 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false
--use_idle_notification (Use idle notification to reduce memory footprint.)
type: bool default: true
- --send_idle_notification (Send idle notifcation between stress runs.)
+ --send_idle_notification (Send idle notification between stress runs.)
type: bool default: false
--use_ic (use inline caching)
type: bool default: true
@@ -346,7 +346,7 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false
--stop_sim_at (Simulator stop after x number of instructions)
type: int default: 0
- --sim_stack_alignment (Stack alingment in bytes in simulator (4 or 8, 8 is default))
+ --sim_stack_alignment (Stack alignment in bytes in simulator (4 or 8, 8 is default))
type: int default: 8
--trace_exception (print stack trace when throwing exceptions)
type: bool default: false
@@ -400,7 +400,7 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false
--gdbjit_dump_filter (dump only objects containing this substring)
type: string default:
- --force_marking_deque_overflows (force overflows of marking deque by reducing it's size to 64 words)
+ --force_marking_deque_overflows (force overflows of marking deque by reducing its size to 64 words)
type: bool default: false
--stress_compaction (stress the GC compactor to flush out bugs (implies --force_marking_deque_overflows))
type: bool default: false