[rtems-docs commit] c-user: Add LIFO to glossary

Sebastian Huber sebh at rtems.org
Fri Sep 3 06:21:22 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    dc6b917dc3f41b779c3cd1d22dc282099034b9e5
Changeset: http://git.rtems.org/rtems-docs/commit/?id=dc6b917dc3f41b779c3cd1d22dc282099034b9e5

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep  2 11:17:58 2021 +0200

c-user: Add LIFO to glossary

---

 c-user/glossary.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 99f7c60..63876ac 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -334,7 +334,8 @@ Glossary
         This term is an acronym for :term:`First In First Out`.
 
     First In First Out
-        A discipline for manipulating entries in a data structure.
+        A discipline for manipulating entries in a data structure.  See also
+        :term:`Last In First Out`.
 
     floating point coprocessor
         A component used in computer systems to enhance performance in
@@ -460,6 +461,13 @@ Glossary
     kernel
         In this document, this term is used as a synonym for executive.
 
+    Last In First Out
+        A discipline for manipulating entries in a data structure.  See also
+        :term:`First In First Out`.
+
+    LIFO
+        This term is an acronym for :term:`Last In First Out`.
+
     list
         A data structure which allows for dynamic addition and removal of
         entries.  It is not statically limited to a particular size.



More information about the vc mailing list