Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: edit process.title note for brevity and clarity #34627

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: edit process.title note for brevity and clarity
  • Loading branch information
Trott committed Aug 4, 2020
commit 1f57ee7d64f0b880363274063e5376cc15bf608a
8 changes: 3 additions & 5 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2423,11 +2423,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 application such as macOS Activity Monitor or Windows
Trott marked this conversation as resolved.
Show resolved Hide resolved
Services Manager.

## `process.traceDeprecation`
<!-- YAML
Expand Down