aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pman
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-02-08 16:08:32 +0100
committerBjörn Gustavsson <[email protected]>2012-02-08 17:09:33 +0100
commitc53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35 (patch)
treeffc38351e1a76894d7a567ce207ed6b4c388a66d /lib/pman
parent1173bf951a8ebb532dfb4214d297fd69b76ec9d8 (diff)
downloadotp-c53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35.tar.gz
otp-c53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35.tar.bz2
otp-c53fe7c4f79b16485aa3b4d2c5163c6deb8a6c35.zip
Deprecate applications that have been superseded by observer
Diffstat (limited to 'lib/pman')
-rw-r--r--lib/pman/doc/src/pman.xml6
-rw-r--r--lib/pman/doc/src/pman_chapter.xml6
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