From 33cc284345798e343d52656fb4b158c06938aea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Catalinas=20Jim=C3=A9nez?= Date: Tue, 28 Feb 2012 18:09:27 +0100 Subject: Add start/0,1 and help/0 to etop's doc --- lib/observer/doc/src/etop.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'lib/observer/doc/src') diff --git a/lib/observer/doc/src/etop.xml b/lib/observer/doc/src/etop.xml index 78047caab3..928724846a 100644 --- a/lib/observer/doc/src/etop.xml +++ b/lib/observer/doc/src/etop.xml @@ -113,6 +113,36 @@ Default: on + + start() -> ok + Start etop + +

This function starts etop.

+
+
+ + start(Options) -> ok + Start etop + + Options = [Option] + Option = {Key, Value} + Key = atom() + Value = term() + + +

This function starts etop. Use + help/0 to see a + description of the possible options.

+
+
+ + help() -> ok + Print etop's help + +

This function prints the help of etop and + its options.

+
+
config(Key,Value) -> Result Change tool's configuration -- cgit v1.2.3