diff options
author | Ricardo Catalinas Jiménez <[email protected]> | 2011-09-19 14:23:18 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-11-09 14:47:01 +0100 |
commit | 20e826b45c183f023c8b2ef71a9b57773d08c813 (patch) | |
tree | 3184494e60aca3936341997557fb66a9c9c40dc6 /lib/kernel | |
parent | e318f7ef0901ad8230cf7a477c20ccf202f4e9af (diff) | |
download | otp-20e826b45c183f023c8b2ef71a9b57773d08c813.tar.gz otp-20e826b45c183f023c8b2ef71a9b57773d08c813.tar.bz2 otp-20e826b45c183f023c8b2ef71a9b57773d08c813.zip |
Add missing parenthesis in heart doc
Diffstat (limited to 'lib/kernel')
-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> |