Add missing </p>s.

This commit is contained in:
Jun Kuriyama 2000-04-03 10:42:51 +00:00
parent 2c088f4af9
commit 8a97bb66a4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6968

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/features.sgml,v 1.12 1999/09/06 07:02:37 peter Exp $">
<!ENTITY title "About FreeBSD's Technological Advances">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/en/features.sgml,v 1.12 1999/09/06 07:02:37 peter Exp $ -->
<html>
&header;
@ -50,13 +50,13 @@
megabytes.
<p><i>Result:</i> systems with more than 16 megabytes operate more
efficiently with DMA peripherals on the ISA bus.</li>
efficiently with DMA peripherals on the ISA bus.</p></li>
<li><b>A merged virtual memory and filesystem buffer cache</b>
continuously tunes the amount of memory used for programs and the
disk cache.<p><i>Result:</i> programs receive both excellent memory
management and high performance disk access, and the system
administrator is freed from the task of tuning cache sizes.</li>
administrator is freed from the task of tuning cache sizes.</p></li>
<li><b>Compatibility modules</b> enable programs for other operating
systems to run on FreeBSD, including programs for Linux, SCO,
@ -68,7 +68,7 @@
<a href="http://www.microsoft.com/FrontPage/">Microsoft FrontPage
Server</a> extensions for BSDI or <a
href="http://linux.corel.com/linux8/index.htm">WordPerfect</a>
for SCO.</li>
for SCO.</p></li>
<li><b>Dynamically loadable kernel modules</b> allows new filesystem
types, networking protocols or binary emulators to be added to the
@ -76,7 +76,7 @@
<p><i>Result:</i> Much time can be saved and 3rd party vendors can
deliver complete subsystems as kernel modules without having to
distribute source or have lengthy installation procedures.</li>
distribute source or have lengthy installation procedures.</p></li>
<li><b>Shared libraries</b> reduce the size of programs, saving disk
space and memory. FreeBSD uses an advanced shared library scheme