diff options
author | Henrik Nord <[email protected]> | 2011-11-10 11:38:03 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-11-10 11:38:09 +0100 |
commit | 19694bc8071f1986a457e13fad0fcad5e4bf2cd2 (patch) | |
tree | 9f84937a91a93b54b76251a2d52549818470dbdc /lib | |
parent | d57b774cd88f7e2775a39ad17f9bd44d9370658b (diff) | |
parent | e43d6460cc5bd0301da7479a715d3c1b66948957 (diff) | |
download | otp-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.xml | 2 |
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> |