diff options
author | Björn Gustavsson <[email protected]> | 2012-02-08 16:08:32 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-02-08 17:09:33 +0100 |
commit | c53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35 (patch) | |
tree | ffc38351e1a76894d7a567ce207ed6b4c388a66d /lib/pman/doc | |
parent | 1173bf951a8ebb532dfb4214d297fd69b76ec9d8 (diff) | |
download | otp-c53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35.tar.gz otp-c53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35.tar.bz2 otp-c53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35.zip |
Deprecate applications that have been superseded by observer
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 |