Skip to content
Snippets Groups Projects
Commit 60690fab authored by Armin Rigo's avatar Armin Rigo
Browse files

Fight ReST.

parent 96983be9
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@
What is Transactional Memory?
-----------------------------
`Transactional Memory`_ (TM) is a technique imported from databases: every
`Transactional Memory`_ --- TM --- is a technique imported from databases: every
time we want to do a change to the processors' main memory, we do it in
a "transaction". Multiple transactions can be executed in parallel by
multiple cores. When a transaction is complete, we try to commit it.
......
......@@ -109,7 +109,7 @@
</div>
<div class="section" id="what-is-transactional-memory">
<h2>What is Transactional Memory?</h2>
<p><a class="reference external" href="http://en.wikipedia.org/wiki/Transactional_memory">Transactional Memory</a> &trade; is a technique imported from databases: every
<p><a class="reference external" href="http://en.wikipedia.org/wiki/Transactional_memory">Transactional Memory</a> &ndash; TM &ndash; is a technique imported from databases: every
time we want to do a change to the processors' main memory, we do it in
a &ldquo;transaction&rdquo;. Multiple transactions can be executed in parallel by
multiple cores. When a transaction is complete, we try to commit it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment