summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 10:55:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-27 13:14:51 +0100
commit732c570ad8de09180c27d69dabef471d1e84a71b (patch)
tree7b59c98eb2e4d9097cb2fe83fc3a954d07310049
parentwaf: Update to waf-2.0.19 (diff)
downloadrtems-docs-732c570ad8de09180c27d69dabef471d1e84a71b.tar.bz2
c-user: Canonicalize two glossary acronyms
Add :term: text roles to acronym definitions of glossary defined terms. Update #3853.
-rw-r--r--c-user/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index fe6749c..a230d6c 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -21,7 +21,7 @@ Glossary
In this document, software which makes use of RTEMS.
ASR
- see Asynchronous Signal Routine.
+ An acronym for :term:`Asynchronous Signal Routine`.
asynchronous
Not related in order or timing to other occurrences in the system.
@@ -203,7 +203,7 @@ Glossary
system which do not own the memory.
FIFO
- An acronym for First In First Out.
+ An acronym for :term:`First In First Out`.
First In First Out
A discipline for manipulating entries in a data structure.