aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-04-23 09:02:51 +0200
committerGitHub <[email protected]>2019-04-23 09:02:51 +0200
commit053e4b191a5bf401bf4afb6787735a42b0dc6019 (patch)
treeebf3dce9a4d3d45ba80076f44ea09263b214fc16 /system
parentddb3aff54904342b0d2e45d9419e8638467d61bc (diff)
parentfc8d39846e6658386dd722020356aecd85946eb6 (diff)
downloadotp-053e4b191a5bf401bf4afb6787735a42b0dc6019.tar.gz
otp-053e4b191a5bf401bf4afb6787735a42b0dc6019.tar.bz2
otp-053e4b191a5bf401bf4afb6787735a42b0dc6019.zip
Merge pull request #2213 from meetlost/patch-1
Update create_target.xmlsrc
Diffstat (limited to 'system')
-rw-r--r--system/doc/system_principles/create_target.xmlsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/system_principles/create_target.xmlsrc b/system/doc/system_principles/create_target.xmlsrc
index 47b84e5760..ea0d938936 100644
--- a/system/doc/system_principles/create_target.xmlsrc
+++ b/system/doc/system_principles/create_target.xmlsrc
@@ -352,7 +352,7 @@ fi
START_ERL_DATA=${1:-$RELDIR/start_erl.data}
$ROOTDIR/bin/run_erl -daemon /tmp/ $ROOTDIR/log "exec $ROOTDIR/bin/start_erl $ROOTDIR\
-$RELDIR $START_ERL_DATA -heart</code>
+$RELDIR $START_ERL_DATA -heart"</code>
<p>We use the simplest possible <c>sys.config</c>, which we
store in <c>releases/FIRST</c>:</p>
<code type="none">