summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2016-12-13 01:46:10 +0200
committerAnna Henningsen <anna@addaleax.net>2016-12-25 19:50:35 +0100
commitf5011786ba6352e265b24dcbf19c418885735e2a (patch)
tree75a8346bc4c5492630a5a4b4022ad05ca5d868f3 /doc/api/repl.md
parent5f8aa1fcb17febd2ea899da0af62ec2c33a23760 (diff)
downloadandroid-node-v8-f5011786ba6352e265b24dcbf19c418885735e2a.tar.gz
android-node-v8-f5011786ba6352e265b24dcbf19c418885735e2a.tar.bz2
android-node-v8-f5011786ba6352e265b24dcbf19c418885735e2a.zip
doc: add the valid link for curl(1) in repl.md
The current autoinserted link leads to 404 page. PR-URL: https://github.com/nodejs/node/pull/10244 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 8069d3e9a8..1b03ba47a2 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -85,7 +85,7 @@ undefined
```
Unless otherwise scoped within blocks or functions, variables declared
-either implicitly, or using the `const`, `let`, or `var` keywords
+either implicitly or using the `const`, `let`, or `var` keywords
are declared at the global scope.
#### Global and Local Scope
@@ -549,10 +549,11 @@ possible to connect to a long-running Node.js process without restarting it.
For an example of running a "full-featured" (`terminal`) REPL over
a `net.Server` and `net.Socket` instance, see: https://gist.github.com/2209310
-For an example of running a REPL instance over curl(1),
+For an example of running a REPL instance over [curl(1)][],
see: https://gist.github.com/2053342
[stream]: stream.html
[`util.inspect()`]: util.html#util_util_inspect_object_options
[`readline.Interface`]: readline.html#readline_class_interface
[`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function
+[curl(1)]: https://curl.haxx.se/docs/manpage.html