- Use trademark entities
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add entities for more trademarks / companies.
 - Sort the Sun trademark attribution entity.
This commit is contained in:
Simon L. B. Nielsen 2003-09-14 11:29:06 +00:00
parent ada8f32521
commit 2993ccd69a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18123
7 changed files with 158 additions and 82 deletions

View file

@ -6,6 +6,8 @@
%man;
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%freebsd;
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
%trademarks;
]>
<article>
@ -21,6 +23,16 @@
</affiliation>
</author>
<legalnotice id="trademarks" role="trademarks">
&tm-attrib.freebsd;
&tm-attrib.apple;
&tm-attrib.linux;
&tm-attrib.opengroup;
&tm-attrib.sun;
&tm-attrib.xfree86;
&tm-attrib.general;
</legalnotice>
<abstract>
<para>In the open source world, the word <quote>Linux</quote> is almost
synonymous with <quote>Operating System</quote>, but it is not the only
@ -28,7 +40,7 @@
to the <ulink
url="http://www.leb.net/hzo/ioscount/data/r.9904.txt">Internet
Operating System Counter</ulink>, as of April 1999 31.3% of the
world's network connected machines run Linux. 14.6% run BSD UNIX.
world's network connected machines run Linux. 14.6% run BSD &unix;.
Some of the world's largest web operations, such as <ulink
url="http://www.yahoo.com/">Yahoo!</ulink>, run BSD. The world's
busiest FTP server, <ulink
@ -86,7 +98,7 @@
<para>The X Window system used in most versions of BSD is maintained
by a separate project, the
<ulink url="http://www.XFree86.org/">XFree86 project</ulink>.
<ulink url="http://www.XFree86.org/">&xfree86; project</ulink>.
This is the same code as Linux uses. BSD does not normally
specify a <quote>graphical desktop</quote> such as GNOME or KDE,
though these are available.</para>
@ -99,16 +111,16 @@
</sect1>
<sect1>
<title>What, a real UNIX?</title>
<title>What, a real &unix;?</title>
<para>The BSD operating systems are not clones, but open source
derivatives of AT&amp;T's Research UNIX operating system, which is also
the ancestor of the modern UNIX System V. This may surprise you. How
derivatives of AT&amp;T's Research &unix; operating system, which is also
the ancestor of the modern &unix; System V. This may surprise you. How
could that happen when AT&amp;T has never released its code as open
source?</para>
<para>It is true that AT&amp;T UNIX is not open source, and in a copyright
sense BSD is very definitely <emphasis>not</emphasis> UNIX, but on the
<para>It is true that AT&amp;T &unix; is not open source, and in a copyright
sense BSD is very definitely <emphasis>not</emphasis> &unix;, but on the
other hand, AT&amp;T has imported sources from other projects,
noticeably the Computer Sciences Research Group of the University of
California in Berkeley, CA. Starting in 1976, the CSRG started
@ -125,10 +137,10 @@
1982.</para>
<para>In the course of the 1980s, a number of new workstation companies
sprang up. Many preferred to license UNIX rather than developing
sprang up. Many preferred to license &unix; rather than developing
operating systems for themselves. In particular, Sun Microsystems
licensed UNIX and implemented a version of 4.2BSD, which they called
SunOS. When AT&amp;T themselves were allowed to sell UNIX commercially,
licensed &unix; and implemented a version of 4.2BSD, which they called
&sunos;. When AT&amp;T themselves were allowed to sell &unix; commercially,
they started with a somewhat bare-bones implementation called System
III, to be quickly followed by System V. The System V code base did not
include networking, so all implementations included additional software
@ -138,7 +150,7 @@
<emphasis>Berkeley Extensions</emphasis>.</para>
<para>The BSD tapes contained AT&amp;T source code and thus required a
UNIX source license. By 1990, the CSRG's funding was running out, and
&unix; source license. By 1990, the CSRG's funding was running out, and
it faced closure. Some members of the group decided to release the BSD
code, which was Open Source, without the AT&amp;T proprietary code.
This finally happened with the <emphasis>Networking Tape 2</emphasis>,
@ -201,10 +213,10 @@
that the court case had been <quote>recently settled</quote>.</para>
<para>One detail that the lawsuit did clarify is the naming: in the
1980s, BSD was known as <quote>BSD UNIX</quote>. With the
1980s, BSD was known as <quote>BSD &unix;</quote>. With the
elimination of the last vestige of AT&amp;T code from BSD, it
also lost the right to the name UNIX. Thus you will see
references in book titles to <quote>the 4.3BSD UNIX operating
also lost the right to the name &unix;. Thus you will see
references in book titles to <quote>the 4.3BSD &unix; operating
system</quote> and <quote>the 4.4BSD operating
system</quote>.</para>
</listitem>
@ -225,7 +237,7 @@
<para>So what is really the difference between, say, Debian Linux and
FreeBSD? For the average user, the difference is surprisingly small:
Both are UNIX-like operating systems. Both are developed by
Both are &unix; like operating systems. Both are developed by
non-commercial projects (this does not apply to many other Linux
distributions, of course). In the following section, we will look at BSD
and compare it to Linux. The description applies most closely to
@ -425,8 +437,8 @@
</listitem>
</itemizedlist>
<para>There are also two additional BSD operating systems which are not
open source, BSD/OS and Apple's Mac OS X:</para>
<para>There are also two additional BSD &unix; operating systems which are not
open source, BSD/OS and Apple's &macos; X:</para>
<itemizedlist>
<listitem>
@ -436,16 +448,16 @@
</listitem>
<listitem>
<para><ulink url="http://www.apple.com/macosx/server/">Mac OS
<para><ulink url="http://www.apple.com/macosx/server/">&macos;
X</ulink> is the latest version of the operating system for
<ulink url="http://www.apple.com/">Apple Computer Inc.'s</ulink>
Macintosh line. The BSD Unix core of this operating
&macintosh; line. The BSD core of this operating
system, <ulink
url="http://developer.apple.com/darwin/">Darwin</ulink>,
is available as a fully functional open source operating
system for x86 and PPC computers. The Aqua/Quartz
graphics system and many other proprietary aspects of
Mac OS X remain closed-source, however. Several Darwin
&macos; X remain closed-source, however. Several Darwin
developers are also FreeBSD committers, and
vice-versa.</para>
</listitem>