From 5be025918142195e8f1dcb3d9f52d8d3260fbb0f Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 4 Jan 2016 16:15:10 -0800 Subject: [PATCH] doc: close backtick in process.title description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/4534 Reviewed-By: Colin Ihrig Reviewed-By: Evan Lucas Reviewed-By: Brian White Reviewed-By: Michaƫl Zasso --- doc/api/process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.markdown b/doc/api/process.markdown index 17019d48e0d523..bdc71590f41c9a 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.