summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorergl <ergl@users.noreply.github.com>2021-02-19 20:29:23 +0100
committerergl <ergl@users.noreply.github.com>2021-02-19 20:29:23 +0100
commite0943be28827f783c74173591e1cefe0256164d8 (patch)
tree97b03507eb99782439931e27ab69e245cf42b8e0
parent2d28dcb88e7418221bcecff96d1a8122e2bc5b5c (diff)
downloaderlang-e0943be28827f783c74173591e1cefe0256164d8.tar.gz
Fix punctuation, wording
-rw-r--r--erts/doc/src/erl_cmd.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/erts/doc/src/erl_cmd.xml b/erts/doc/src/erl_cmd.xml
index eb1e9e2de7..3dbcbe1973 100644
--- a/erts/doc/src/erl_cmd.xml
+++ b/erts/doc/src/erl_cmd.xml
@@ -371,7 +371,7 @@
the default. In <c><![CDATA[embedded]]></c> mode modules are not auto
loaded. The latter is recommended when the boot script preloads all
modules, as conventionally happens in OTP releases. See
- <seeerl marker="kernel:code"><c>code(3)</c></seeerl></p>.
+ <seeerl marker="kernel:code"><c>code(3)</c></seeerl>.</p>
</item>
<tag><marker id="name"/><c><![CDATA[-name Name]]></c></tag>
<item>
@@ -1406,8 +1406,8 @@
<note>
<p>This feature has been introduced as a temporary workaround
for long-executing native code, and native code that does not
- bump reductions properly in OTP. When these bugs have be fixed,
- this flag will be removed.</p>
+ bump reductions properly in OTP. When these bugs have been
+ fixed, this flag will be removed.</p>
</note>
</item>
<tag><marker id="+spp"/><c>+spp Bool</c></tag>
@@ -1424,7 +1424,7 @@
<seeerl marker="erlang#open_port_parallelism">
<c>parallelism</c></seeerl> to
<seemfa marker="erlang#open_port/2">
- <c>erlang:open_port/2</c></seemfa></p>.
+ <c>erlang:open_port/2</c></seemfa>.</p>
</item>
<tag><marker id="sched_thread_stack_size"/>
<c><![CDATA[+sss size]]></c></tag>