summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDave <dave@jut.io>2016-01-04 16:15:10 -0800
committercjihrig <cjihrig@gmail.com>2016-01-05 10:27:17 -0500
commita497bb5d09f79f4593d545774c9262896d3bbcf2 (patch)
treee32659ba5aa2d239da90f1e9b34e52e1277d0b9d /doc
parent5194a1e3ced829ac2973102227b512047fcde64f (diff)
downloadandroid-node-v8-a497bb5d09f79f4593d545774c9262896d3bbcf2.tar.gz
android-node-v8-a497bb5d09f79f4593d545774c9262896d3bbcf2.tar.bz2
android-node-v8-a497bb5d09f79f4593d545774c9262896d3bbcf2.zip
doc: close backtick in process.title description
PR-URL: https://github.com/nodejs/node/pull/4534 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/process.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.markdown b/doc/api/process.markdown
index 17019d48e0..bdc71590f4 100644
--- a/doc/api/process.markdown
+++ b/doc/api/process.markdown
@@ -891,7 +891,7 @@ See [the tty docs][] for more information.
## process.title
-Getter/setter to set what is displayed in `ps.
+Getter/setter to set what is displayed in `ps`.
When used as a setter, the maximum length is platform-specific and probably
short.