From 92fa4c59b303f4bf934915f40601e253393c14c2 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Tue, 13 Oct 2015 14:02:34 +0200 Subject: [reltool] Correct documentation Fix mistakes found by 'xmllint'. --- lib/reltool/doc/src/notes.xml | 10 ++++------ lib/reltool/doc/src/reltool.xml | 10 +++++----- 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'lib/reltool/doc') diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 082079aa74..0a83954865 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -194,7 +194,6 @@
Fixed Bugs and Malfunctions -

If incl_cond was set to derived on module level, then reltool_server would crash with a case_clause. This has been corrected. @@ -225,7 +224,7 @@ implemented in reltool. Instead of only looking at the directory name, reltool now first looks for a .app file in order to figure out the name of - an application.

+ an application.

Own Id: OTP-10012 Aux Id: kunagi-171 [82]

@@ -272,7 +271,6 @@
Fixed Bugs and Malfunctions -

Miscellaneous corrections: Start of reltool GUI would sometimes crash with a badmatch in reltool_sys_win:do_init. This has been corrected. @@ -311,7 +309,7 @@ and when generating target system. Title of dependecies column in app and mod window is changed from "Modules used by others" to "Modules using this". -

+

Own Id: OTP-9792

@@ -338,7 +336,7 @@

- Some bug fixes related to the handling of escripts: + Some bug fixes related to the handling of escripts:

Reltool could not handle escripts with inlined applications. This has been corrected. Inlined applications will be visible in the GUI, but not possible @@ -357,7 +355,7 @@ another escript, for which the name sorts before the existing one, would cause reltool to fail saying "Application name clash". This has been corrected. -

+

Own Id: OTP-9968

diff --git a/lib/reltool/doc/src/reltool.xml b/lib/reltool/doc/src/reltool.xml index f4effc3f2e..38448e7961 100644 --- a/lib/reltool/doc/src/reltool.xml +++ b/lib/reltool/doc/src/reltool.xml @@ -248,7 +248,7 @@

When starting this release, three things must be specified:

- Which releases directory to use + Which releases directory to use Tell the release handler to use the releases directory in our target structure instead of $OTP_ROOT/releases. This is done by setting the SASL @@ -257,7 +257,7 @@ <target-dir>/releases) or in sys.config. - Which boot file to use + Which boot file to use The default boot file is $OTP_ROOT/bin/start, but in this case we need to specify a boot file from our target structure, typically @@ -265,7 +265,7 @@ is done with the -boot command line option to erl - The location of our applications + The location of our applications The generated .script (and .boot) file uses the environment variable $RELTOOL_EXT_LIB as prefix for the paths to all applications. The -boot_var option @@ -275,8 +275,8 @@

Example:

-

erl -sasl releases_dir \"mytarget/releases\" -boot mytarget/releases/1.0/myrel\ - -boot_var RELTOOL_EXT_LIB mytarget/lib

+ erl -sasl releases_dir \"mytarget/releases\" -boot mytarget/releases/1.0/myrel\ + -boot_var RELTOOL_EXT_LIB mytarget/lib incl_sys_filters -- cgit v1.2.3