From a7bcf8b84d8dbfd8a6ed86886bb163a3a8390d48 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 987bca9f657a23..d954f4c9ab843e 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.