aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-11-10 11:38:03 +0100
committerHenrik Nord <[email protected]>2011-11-10 11:38:09 +0100
commit19694bc8071f1986a457e13fad0fcad5e4bf2cd2 (patch)
tree9f84937a91a93b54b76251a2d52549818470dbdc /lib
parentd57b774cd88f7e2775a39ad17f9bd44d9370658b (diff)
parente43d6460cc5bd0301da7479a715d3c1b66948957 (diff)
downloadotp-19694bc8071f1986a457e13fad0fcad5e4bf2cd2.tar.gz
otp-19694bc8071f1986a457e13fad0fcad5e4bf2cd2.tar.bz2
otp-19694bc8071f1986a457e13fad0fcad5e4bf2cd2.zip
Merge branch 'rj/fix-doctypos'
* rj/fix-doctypos: Add missing spaces in the Reference Manual distributed section Add missing parenthesis in heart doc Fix typo in the Reference Manual macros section OTP-9693
Diffstat (limited to 'lib')
-rw-r--r--lib/kernel/doc/src/heart.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/heart.xml b/lib/kernel/doc/src/heart.xml
index e2dbcbe63d..26d1e27822 100644
--- a/lib/kernel/doc/src/heart.xml
+++ b/lib/kernel/doc/src/heart.xml
@@ -42,7 +42,7 @@
system.</p>
<p>An Erlang runtime system to be monitored by a heart program,
should be started with the command line flag <c>-heart</c> (see
- also <seealso marker="erts:erl">erl(1)</seealso>. The <c>heart</c>
+ also <seealso marker="erts:erl">erl(1)</seealso>). The <c>heart</c>
process is then started automatically:</p>
<pre>
% <input>erl -heart ...</input></pre>