From f248d5270dcc53c6c360f23bdb605aa7e94ef0f6 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 30 Dec 2005 00:11:56 +0000 Subject: [PATCH] Add a number of new terms. PR: docs/70555 Submitted by: Niclas Zeising --- .../share/sgml/glossary/freebsd-glossary.sgml | 117 +++++++++++++++--- 1 file changed, 98 insertions(+), 19 deletions(-) diff --git a/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml b/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml index 2bd2cdd403..95c9da32dc 100644 --- a/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml +++ b/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml @@ -1,4 +1,4 @@ - - A profiling counter internal to modern &pentium; processors + A profiling counter internal to modern &pentium; processors that counts core frequency clock ticks. @@ -1723,7 +1790,19 @@ Transmission Control Protocol TCP - + A protocol that sits on top of (e.g.) the IP + protocol and guarantees that packets are delivered in a reliable, + ordered, fashion. + + + + + Transmission Control Protocol/Internet Protocol + TCP/IP + + The term for the combination of the TCP + protocol running over the IP protocol. Much of + the Internet runs over TCP/IP.