diff options
author | tmanevik <[email protected]> | 2015-11-23 18:27:25 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2016-02-22 09:38:19 +0100 |
commit | e6b2edc8027c40db4c12f8f081648cda4634f9f7 (patch) | |
tree | f0ec5f7b023f51c62ab6a383fa650cacbd85770a /lib/observer/doc/src/introduction_ug.xml | |
parent | 82a835d94be7ee5e98d101a29999fedaf6cd75fe (diff) | |
download | otp-e6b2edc8027c40db4c12f8f081648cda4634f9f7.tar.gz otp-e6b2edc8027c40db4c12f8f081648cda4634f9f7.tar.bz2 otp-e6b2edc8027c40db4c12f8f081648cda4634f9f7.zip |
Observer: Editorial changes in documentation
Diffstat (limited to 'lib/observer/doc/src/introduction_ug.xml')
-rw-r--r-- | lib/observer/doc/src/introduction_ug.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lib/observer/doc/src/introduction_ug.xml b/lib/observer/doc/src/introduction_ug.xml new file mode 100644 index 0000000000..21f0dc709f --- /dev/null +++ b/lib/observer/doc/src/introduction_ug.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE chapter SYSTEM "chapter.dtd"> + +<chapter> + <header> + <copyright> + <year>2016</year><year>2016</year> + <holder>Ericsson AB. All Rights Reserved.</holder> + </copyright> + <legalnotice> + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + </legalnotice> + + <title>Introduction</title> + <prepared></prepared> + <docno></docno> + <date></date> + <rev></rev> + <file>introduction_ug.xml</file> + </header> +<section> + <title>Scope</title> + <p>The Observer application is a container including the following + tools for tracing and investigation of distributed systems:</p> + <list type="bulleted"> + <item>Observer</item> + <item>Trace Tool Builder</item> + <item>Erlang Top</item> + <item>Crashdump Viewer</item> + </list> + </section> + + <section> + <title>Prerequisites</title> + <p>It is assumed that the reader is familiar with the Erlang + programming language.</p> + </section> +</chapter> |