Correct some minor naming and capitalization issues.
Approved by: murray
This commit is contained in:
parent
ebcd23d741
commit
06b925f6de
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9264
2 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/features.sgml,v 1.13 2000/04/03 10:42:51 kuriyama Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/features.sgml,v 1.14 2001/01/06 17:22:01 alex Exp $">
|
||||
<!ENTITY title "About FreeBSD's Technological Advances">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/features.sgml,v 1.13 2000/04/03 10:42:51 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/en/features.sgml,v 1.14 2001/01/06 17:22:01 alex Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -52,8 +52,8 @@
|
|||
administrator is freed from the task of tuning cache sizes.</li>
|
||||
|
||||
<li><b>Compatibility modules</b> enable programs for other operating
|
||||
systems to run on FreeBSD, including programs for Linux, SCO,
|
||||
NetBSD, and BSDI.</li>
|
||||
systems to run on FreeBSD, including programs for Linux, SCO UNIX,
|
||||
NetBSD, and BSD/OS.</li>
|
||||
|
||||
<li><b>Kernel Queues</b> allow programs to respond more efficiently
|
||||
to a variety of asynchronous events including file and socket IO,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.108 2001/04/21 21:05:29 ache Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.109 2001/04/21 21:48:41 eric Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -20,7 +20,8 @@
|
|||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="http://www.FreeBSD.ORG"><img src="gifs/freebsd_1.gif"
|
||||
<td><a href="http://www.FreeBSD.org/index.html">
|
||||
<img src="gifs/freebsd_1.gif"
|
||||
alt="FreeBSD: The Power to Serve" height="94" width="306"
|
||||
border="0"></a></td>
|
||||
|
||||
|
|
Loading…
Reference in a new issue