diff options
author | Björn Gustavsson <[email protected]> | 2012-02-09 08:59:27 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-02-09 08:59:27 +0100 |
commit | 4b222f0a5c4b90b99cdfae8b9409ef7f10fdb160 (patch) | |
tree | fb58764246e1ae9b29babc52be0a28c20c83389e /lib/pman/doc | |
parent | 6004ec3e1785913ff0b74054cf614a35c180d54a (diff) | |
parent | 0fd29d5305952450b8b0d0172994b24af07aba88 (diff) | |
download | otp-4b222f0a5c4b90b99cdfae8b9409ef7f10fdb160.tar.gz otp-4b222f0a5c4b90b99cdfae8b9409ef7f10fdb160.tar.bz2 otp-4b222f0a5c4b90b99cdfae8b9409ef7f10fdb160.zip |
Merge branch 'bjorn/deprecations/OTP-9907' into maint
* bjorn/deprecations/OTP-9907:
Deprecate the Toolbar application
Deprecate applications that have been superseded by observer
Suppress deprecated warnings in all modules that call 'gs'
Deprecate the gs application
Mark doc_builder as removed (and not merely deprecated)
Diffstat (limited to 'lib/pman/doc')
-rw-r--r-- | lib/pman/doc/src/pman.xml | 6 | ||||
-rw-r--r-- | lib/pman/doc/src/pman_chapter.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/pman/doc/src/pman.xml b/lib/pman/doc/src/pman.xml index 84d5a5772a..5f95aecc04 100644 --- a/lib/pman/doc/src/pman.xml +++ b/lib/pman/doc/src/pman.xml @@ -32,6 +32,12 @@ <module>pman</module> <modulesummary>A graphical process manager.</modulesummary> <description> + <warning> + <p> + The Pman application has been superseded by the Observer application. + Pman will be removed in R16. + </p> + </warning> <p>A graphical tool used to inspect the Erlang processes executing either locally or on remote nodes. It is also possible to trace events in the individual processes.</p> diff --git a/lib/pman/doc/src/pman_chapter.xml b/lib/pman/doc/src/pman_chapter.xml index 141b488415..8668628bfa 100644 --- a/lib/pman/doc/src/pman_chapter.xml +++ b/lib/pman/doc/src/pman_chapter.xml @@ -32,6 +32,12 @@ <section> <title>Introduction</title> + <warning> + <p> + The Pman application has been superseded by the Observer application. + Pman will be removed in R16. + </p> + </warning> <p>The process manager Pman is a tool for viewing processes executing locally or on remote nodes. Its main purpose is to locate erroneous code by inspecting the state of the processes and by tracing |