From 3d0c8e51c0b7ed37df3777d95d21c887f7980949 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 4 Sep 2022 17:08:45 -0600 Subject: [PATCH] IP, clarify, longplural --- src/Glossary.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Glossary.tex b/src/Glossary.tex index b94007b..2322d0b 100644 --- a/src/Glossary.tex +++ b/src/Glossary.tex @@ -142,6 +142,9 @@ %%% % Acronyms without citations. %%% +% With plural +\newacronym[description={Internet Protocol Address.}, longplural={Internet Protocol Addresses}]{IP}{IP}{Internet Protocol Address} + \newacronym[description={hertz.}]{Hz}{Hz}{hertz} \newacronym[description={kilohertz.}]{kHz}{kHz}{kilohertz} \newacronym[description={megahertz.}]{MHz}{MHz}{megahertz} @@ -166,7 +169,6 @@ \newacronym[description={Portable Network Graphics.}]{PNG}{PNG}{Portable Network Graphics} \newacronym[description={Comma Separated Value.}]{CSV}{CSV}{Comma Separated Value} \newacronym[description={Network Time Protocol.}]{NTP}{NTP}{Network Time Protocol} -\newacronym[description={Internet Protocol.}]{IP}{IP}{Internet Protocol} \newacronym[description={Internet Protocol version 6.}]{IPv6}{IPv6}{Internet Protocol version 6} \newacronym[description={International Space Station.}]{ISS}{ISS}{International Space Station} \newacronym[description={Low Earth Orbit.}]{LEO}{LEO}{Low Earth Orbit} @@ -489,7 +491,7 @@ \newglossaryentry{gpsd} { name={gpsd}, - description={is a computer software program that collects data from a \gls{GPS} receiver and provides the data via an \gls{IP} network to potentially multiple client applications in a server-client application architecture. Gpsd may be run as a \gls{daemon} to operate transparently as a background task of the server. The network interface provides a standardized data format for multiple concurrent client applications.% + description={is a computer software program that collects data from a \gls{GPS} receiver and provides the data via a network to potentially multiple client applications in a server-client application architecture. Gpsd may be run as a \gls{daemon} to operate transparently as a background task of the server. The network interface provides a standardized data format for multiple concurrent client applications.% \footnote{\cite{enwiki:Gpsd}} }}