View | Details | Raw Unified | Return to bug 70583
Collapse All | Expand All

(-)new.freebsd-glossary.sgml (-6 / +22 lines)
Lines 1703-1709 Link Here
1703
      <glossterm>Uniform Resource Locator</glossterm>
1703
      <glossterm>Uniform Resource Locator</glossterm>
1704
      <acronym>URL</acronym>
1704
      <acronym>URL</acronym>
1705
      <glossdef>
1705
      <glossdef>
1706
        <para></para>
1706
        <para>A standard way developed to specify the unique
1707
	  location of a document available electronically, such
1708
	  as on the Internet.</para>
1707
      </glossdef>
1709
      </glossdef>
1708
    </glossentry>
1710
    </glossentry>
1709
1711
Lines 1711-1717 Link Here
1711
      <glossterm>Unix File System Version 1</glossterm>
1713
      <glossterm>Unix File System Version 1</glossterm>
1712
      <acronym>UFS1</acronym>
1714
      <acronym>UFS1</acronym>
1713
      <glossdef>
1715
      <glossdef>
1714
        <para></para>
1716
        <para>The native BSD filesystem, derived from the Berkeley
1717
	  Fast File System which was originally developed from FS in
1718
	  the first versions of UNIX at AT&T.</para>
1715
      </glossdef>
1719
      </glossdef>
1716
    </glossentry>
1720
    </glossentry>
1717
1721
Lines 1719-1725 Link Here
1719
      <glossterm>Unix File System Version 2</glossterm>
1723
      <glossterm>Unix File System Version 2</glossterm>
1720
      <acronym>UFS2</acronym>
1724
      <acronym>UFS2</acronym>
1721
      <glossdef>
1725
      <glossdef>
1722
        <para></para>
1726
        <para>An extension to <acronym>UFS1</acronym>, introduced in
1727
	  &os; 5-CURRENT. <acronym>UFS2</acronym> adds 64 bit block
1728
	  pointers (breaking the 1T barrier), support for extended file
1729
	  storage, and a few other things.
1730
	  </para>
1723
      </glossdef>
1731
      </glossdef>
1724
    </glossentry>
1732
    </glossentry>
1725
1733
Lines 1727-1733 Link Here
1727
      <glossterm>Universal Serial Bus</glossterm>
1735
      <glossterm>Universal Serial Bus</glossterm>
1728
      <acronym>USB</acronym>
1736
      <acronym>USB</acronym>
1729
      <glossdef>
1737
      <glossdef>
1730
        <para></para>
1738
        <para>A hardware standard for connecting modems, mice,
1739
          keyboards, printers, scanners and other low-speed
1740
	  external devices to computers.</para>
1731
      </glossdef>
1741
      </glossdef>
1732
    </glossentry>
1742
    </glossentry>
1733
1743
Lines 1745-1751 Link Here
1745
      <glossterm>User Datagram Protocol</glossterm>
1755
      <glossterm>User Datagram Protocol</glossterm>
1746
      <acronym>UDP</acronym>
1756
      <acronym>UDP</acronym>
1747
      <glossdef>
1757
      <glossdef>
1748
        <para></para>
1758
        <para>A simple, unreliable datagram protocol which is used
1759
          for exchanging data on a TCP/IP network. <acronym>UDP</acronym>
1760
	  packets are more complex than <acronym>ICMP</acronym> packets,
1761
	  but less complex than <acronym>TCP</acronym> packets.</para>
1749
      </glossdef>
1762
      </glossdef>
1750
    </glossentry>
1763
    </glossentry>
1751
  </glossdiv>
1764
  </glossdiv>
Lines 1762-1768 Link Here
1762
      <glossterm>Virtual Private Network</glossterm>
1775
      <glossterm>Virtual Private Network</glossterm>
1763
      <acronym>VPN</acronym>
1776
      <acronym>VPN</acronym>
1764
      <glossdef>
1777
      <glossdef>
1765
        <para></para>
1778
        <para>A way to use a public telecommunication
1779
	  infrastructure, such as the Internet, to provide remote
1780
	  users with a secure connection to their organizations
1781
	  network.</para>
1766
      </glossdef>
1782
      </glossdef>
1767
    </glossentry>
1783
    </glossentry>
1768
  </glossdiv>
1784
  </glossdiv>

Return to bug 70583