aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authormeetlost <[email protected]>2019-04-23 11:05:44 +0800
committerGitHub <[email protected]>2019-04-23 11:05:44 +0800
commitfc8d39846e6658386dd722020356aecd85946eb6 (patch)
tree79c65f22cebf3c87b5dfdba8c3bc3c414e5daf25 /system
parent3694a010d2c5ec63f97405519f4b728eea1f902b (diff)
downloadotp-fc8d39846e6658386dd722020356aecd85946eb6.tar.gz
otp-fc8d39846e6658386dd722020356aecd85946eb6.tar.bz2
otp-fc8d39846e6658386dd722020356aecd85946eb6.zip
Update create_target.xmlsrc
Add closing double quote mark.
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">