Fill out a few more glossary items.
PR: 70583 Submitted by: joel (earlier version)
This commit is contained in:
parent
3214a4150a
commit
3a79129cfe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33492
1 changed files with 18 additions and 6 deletions
|
@ -1931,7 +1931,8 @@
|
|||
<glossterm>Uniform Resource Locator</glossterm>
|
||||
<acronym>URL</acronym>
|
||||
<glossdef>
|
||||
<para></para>
|
||||
<para>A method of locating a resource, such as a document on
|
||||
the Internet and a means to identify that resource.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
|
@ -1939,7 +1940,8 @@
|
|||
<glossterm>Unix File System Version 1</glossterm>
|
||||
<acronym>UFS1</acronym>
|
||||
<glossdef>
|
||||
<para></para>
|
||||
<para>The original &unix; file system, sometimes called the
|
||||
Berkeley Fast File System.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
|
@ -1947,7 +1949,10 @@
|
|||
<glossterm>Unix File System Version 2</glossterm>
|
||||
<acronym>UFS2</acronym>
|
||||
<glossdef>
|
||||
<para></para>
|
||||
<para>An extension to <acronym>UFS1</acronym>, introduced in
|
||||
&os; 5-CURRENT. <acronym>UFS</acronym>2 adds 64 bit block
|
||||
pointers (breaking the 1T barrier), support for extended file
|
||||
storage and other features.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
|
@ -1955,7 +1960,8 @@
|
|||
<glossterm>Universal Serial Bus</glossterm>
|
||||
<acronym>USB</acronym>
|
||||
<glossdef>
|
||||
<para></para>
|
||||
<para>A hardware standard used to connect a wide variety of
|
||||
computer peripherals to a universal interface.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
|
@ -1973,7 +1979,10 @@
|
|||
<glossterm>User Datagram Protocol</glossterm>
|
||||
<acronym>UDP</acronym>
|
||||
<glossdef>
|
||||
<para></para>
|
||||
<para>A simple, unreliable datagram protocol which is used
|
||||
for exchanging data on a TCP/IP network. <acronym>UDP</acronym>
|
||||
does not provide error checking and correction like
|
||||
<acronym>TCP</acronym>.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
</glossdiv>
|
||||
|
@ -1990,7 +1999,10 @@
|
|||
<glossterm>Virtual Private Network</glossterm>
|
||||
<acronym>VPN</acronym>
|
||||
<glossdef>
|
||||
<para></para>
|
||||
<para>A method of using a public telecommunication
|
||||
such as the Internet, to provide remote access to a
|
||||
localized network, such as a corporate
|
||||
<acronym>LAN</acronym>.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
</glossdiv>
|
||||
|
|
Loading…
Reference in a new issue