aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/heart.xml
diff options
context:
space:
mode:
authorRicardo Catalinas JimĂ©nez <[email protected]>2011-09-19 14:23:18 +0200
committerHenrik Nord <[email protected]>2011-11-09 14:47:01 +0100
commit20e826b45c183f023c8b2ef71a9b57773d08c813 (patch)
tree3184494e60aca3936341997557fb66a9c9c40dc6 /lib/kernel/doc/src/heart.xml
parente318f7ef0901ad8230cf7a477c20ccf202f4e9af (diff)
downloadotp-20e826b45c183f023c8b2ef71a9b57773d08c813.tar.gz
otp-20e826b45c183f023c8b2ef71a9b57773d08c813.tar.bz2
otp-20e826b45c183f023c8b2ef71a9b57773d08c813.zip
Add missing parenthesis in heart doc
Diffstat (limited to 'lib/kernel/doc/src/heart.xml')
-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>