From ad6e765bcd4f35a282ef00e38ed9129f3a5c1d83 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 1 Sep 2016 14:32:27 +0200 Subject: doc: Correct errors introduced by Editorial changes Fix some older errors as well. --- lib/reltool/doc/src/reltool.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/reltool/doc/src/reltool.xml') diff --git a/lib/reltool/doc/src/reltool.xml b/lib/reltool/doc/src/reltool.xml index 38448e7961..5bfbee966b 100644 --- a/lib/reltool/doc/src/reltool.xml +++ b/lib/reltool/doc/src/reltool.xml @@ -47,7 +47,7 @@

The tool uses an installed Erlang/OTP system as input. root_dir is the root directory of the analysed system and - it defaults to the system executing reltool. Applications + it defaults to the system executing Reltool. Applications may also be located outside root_dir. lib_dirs defines library directories where additional applications may reside and it defaults to the directories @@ -56,7 +56,7 @@

An application directory AppDir under a library directory is recognized by the existence of an AppDir/ebin - directory. If this does not exist, reltool will not + directory. If this does not exist, Reltool will not consider AppDir at all when looking for applications.

It is recommended that application directories are named as the @@ -81,14 +81,14 @@ config

This is the main option and it controls the configuration - of reltool. It can either be a sys tuple or + of Reltool. It can either be a sys tuple or a name of a file containing a sys tuple.

trap_exit

This option controls the error handling behavior of - reltool. By default the window processes traps + Reltool. By default the window processes traps exit, but this behavior can altered by setting trap_exit to false.

-- cgit v1.2.3