Index: doc/theses/colby_parsons_MMAth/glossary.tex
===================================================================
--- doc/theses/colby_parsons_MMAth/glossary.tex	(revision 739bd7b395a592d4b89d6f0e6cd2d93677fb8305)
+++ doc/theses/colby_parsons_MMAth/glossary.tex	(revision df277525de6cdab45ee64cf460b9d34a887418e7)
@@ -37,37 +37,36 @@
 \newabbreviation{toctou}{TOCTOU}{\Newterm{time-of-check to time-of-use}}
 
-\newglossaryentry{actor}
-{
+\newglossaryentry{actor}{
 name=actor,
 description={A basic unit of an actor system that can store local state and send messages to other actors.}
 }
 
-\newglossaryentry{gulp}
-{
-name=gulp,
+\newglossaryentry{gulp}{
+name={gulp},
+first={\Newterm{gulp}},
 description={Move the contents of message queue to a local queue of the executor thread using a single atomic instruction.}
 }
 
-\newglossaryentry{impl_concurrency}
-{
+\newglossaryentry{impl_concurrency}{
 name=implicit concurrency,
+first={\Newterm{implicit concurrency}},
 description={A class of concurrency features that abstract away explicit thread synchronization and mutual exclusion.}
 }
 
-\newglossaryentry{actor_model}
-{
+\newglossaryentry{actor_model}{
 name=actor model,
+first={\Newterm{actor model}},
 description={A concurrent computation model, where tasks are broken into units of work that are distributed to actors in the form of messages.}
 }
 
-\newglossaryentry{actor_system}
-{
+\newglossaryentry{actor_system}{
 name=actor system,
+first={\Newterm{actor system}},
 description={An implementation of the actor model.}
 }
 
-\newglossaryentry{synch_multiplex}
-{
+\newglossaryentry{synch_multiplex}{
 name=synchronous multiplexing,
+first={\Newterm{synchronous multiplexing}},
 description={synchronization on some subset of a set of resources.}
 }
