From fc612d56355ddcf7dfe387e8a63127b3f236a5d9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 4 Aug 2020 16:59:43 -0700 Subject: [PATCH] doc: edit process.title note for brevity and clarity PR-URL: https://github.com/nodejs/node/pull/34627 Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell --- doc/api/process.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/api/process.md b/doc/api/process.md index 7332eb30a9bc12..44c143222f00c6 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2368,11 +2368,9 @@ allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure) cases. -Assigning a value to `process.title` _may_ not reflect an accurate -(or any) label within the process manager application of the underlying -operating system (i.e. macOS Activity Monitor, Windows Services Manager, etc). -Inconsistencies and breaking changes within the _operating systems process -interface_ make synchronization with these applications unreliable. +Assigning a value to `process.title` might not result in an accurate label +within process manager applications such as macOS Activity Monitor or Windows +Services Manager. ## `process.traceDeprecation`