summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2016-11-16 03:00:30 +0100
committerAnna Henningsen <anna@addaleax.net>2016-11-20 00:56:25 +0100
commit8a6b37bc51a353227b6711d3c1df12c2863e3302 (patch)
tree00a09e4c15c020012d58ad77bd46122e914056d1 /doc/api/repl.md
parent79c382787ff0f3a79d005e1a4dbda529765f1b04 (diff)
downloadandroid-node-v8-8a6b37bc51a353227b6711d3c1df12c2863e3302.tar.gz
android-node-v8-8a6b37bc51a353227b6711d3c1df12c2863e3302.tar.bz2
android-node-v8-8a6b37bc51a353227b6711d3c1df12c2863e3302.zip
doc: remove backtick escaping for manpage refs
Removing backticks will make the doctool emit links to the man pages. PR-URL: https://github.com/nodejs/node/pull/9632 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 67eae5d1cc..b78a13544a 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -535,7 +535,7 @@ 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