Skip to content

Commit 62d12e8

Browse files
author
Vladimir Kotal
committed
fix translation
1 parent 81d47a0 commit 62d12e8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

history.tex

+12-12
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
\item Libes D., Ressler, S.: \emsl{Life With Unix: A Guide for
1212
Everyone}, Prentice Hall (1989)
1313
\item \emsl{Open Sources: Voices from the Open Source Revolution},
14-
kapitola \emsl{Twenty Years of Berkeley Unix From AT\&T-Owned to
15-
Freely Redistributable}; O'Reilly (1999); on-line na webu:
14+
chapter \emsl{Twenty Years of Berkeley Unix From AT\&T-Owned to
15+
Freely Redistributable}; O'Reilly (1999); on:
1616
\url{http://oreilly.com/openbook/opensources/book/index.html}
1717
\item[\ldots] lots of material on this topic is online
1818
\end{itemize}
@@ -51,7 +51,7 @@
5151
Honeywell including the Multics project, that was further developed under its
5252
patronage (virtual memory, multiprocessors, \dots) till 1985.
5353
The last Multics installation worked in the Canadian Department of National
54-
Defence and the system was used actively for example during the Persion gulf
54+
Defense and the system was used actively for example during the Persion gulf
5555
war. Definitive shutdown was made 31st October 2000. More information can be
5656
found on \url{http://www.multicians.org}.
5757
\item Before the work on the development environment for PDP-7 started, Thmopson
@@ -93,7 +93,7 @@
9393
\sltitle{UNIX history, continued}
9494
\begin{itemize}
9595
\item february 1973 -- UNIX V3 contained the \emph{cc} compiler (the C
96-
language was created by \emsl{Dennisem Ritchiem} for UNIX)
96+
language was created by \emsl{Dennis Ritchie} for UNIX)
9797
\item october 1973 -- UNIX presented to the public in \emph{The
9898
UNIX Timesharing System} article in ACM conference
9999
\item november 1973 -- \emsl{UNIX V4 rewritten to C}
@@ -114,7 +114,7 @@
114114
\item The legendary book \emph{A commentary on the Unix
115115
Operating System} by John Lions was found on version 6.
116116
\item Microsoft did not sell XENIX directly, it was licensed to OEM companies
117-
(Original Equipment Manufacturer) such as Intel, SCO a others. Ohter companies
117+
(Original Equipment Manufacturer) such as Intel, SCO a others. Other companies
118118
then ported XENIX to 286 (Intel) and 386 (SCO, 1987). It is possible to find
119119
interesting information on the web describing these times and then positive
120120
attitude of Microsoft towards UNIX.
@@ -146,11 +146,11 @@
146146
\begin{slide}
147147
\sltitle{UNIX divergence}
148148
\begin{itemize}
149-
\item mid 70's -- releasing UNIXu to universities: mainly to \emsl{University
149+
\item mid 70's -- releasing UNIX to universities: mainly to \emsl{University
150150
of California v Berkeley}
151151
\item 1979 -- \emsl{BSD Unix (Berkeley Software Distribution)} is being
152152
developed from UNIX/32V (the mentioned port to VAX) provided to Berkeley.
153-
vrsion 3.0; last version 4.4 in 1993
153+
version 3.0; last version 4.4 in 1993
154154
\item 1982 \emsl{AT\&T}, owner of BTL, can enter the computer marked
155155
(forbidden till 1956) and comes with version \emph{System III} (1982)
156156
till \emph{V.4} (1988) -- so called \emph{SVR4}
@@ -180,7 +180,7 @@
180180
% 5714
181181
%find SysV-R4.0/ -type f -name '*.[cshy]' -exec wc -l {} \; | ~/bin/sum.awk
182182
%lines: 1500713
183-
\item System V R4 has circa 1.5 milion lines of code
183+
\item System V R4 has circa 1.5 million lines of code
184184
in circa 5700 files (determined using \texttt{find}, \texttt{wc} and
185185
\texttt{awk} across files names matching \texttt{*.[cshy]}).
186186
\item Berkeley university was granted UNIX license as one of the first in
@@ -190,7 +190,7 @@
190190
\$50. These early BSD versions contained just SW and utilities (first version:
191191
Pascal compiler, the \emph{ex} editor), not the system or its changes.
192192
That came with the 3BSD version. The 4BSD version was conceived in 1980 already
193-
as a project financed by the DARPA agency and led by Billem Joyem. It suffered
193+
as a project financed by the DARPA agency and led by Bill Joy. It suffered
194194
problems with insufficient performance and the tuned 4.1BSD came into existence
195195
in 1981 as a result.
196196
\item 4.1BSD should have been originally 5BSD, however after AT\&T raised
@@ -208,7 +208,7 @@
208208
\item The hardware manufacturers were shipping UNIX variants for their own
209209
computers and commercionalization made the situation worse w.r.t.
210210
diversification of this system.
211-
\item In the 80's the first efforst for standardization came into existence.
211+
\item In the 80's the first effort for standardization came into existence.
212212
Standard specifies how the system should behave externally (for user, programmer
213213
and administrator), it is not dealing with implementation. The goal is
214214
portability of applications and users. All systems remotely looked like UNIX
@@ -226,9 +226,9 @@
226226
renamed it to Digital UNIX. It is interesting to note that the system was based
227227
on the Mach microkernel. After the aquisition of Digital by Compaq it was
228228
renamed to Tru64 and supported by Hewlett-Packard, that was merged with
229-
Compaq in 2002. In the mean time AT\&T and Sun responsed by founding UNIX
229+
Compaq in 2002. In the mean time AT\&T and Sun responded by founding UNIX
230230
International. This period of 80's and 90's is called \emsl{Unix Wars} -- the
231-
firght over what will be the ``standard unix''.
231+
fight over what will be the ``standard unix''.
232232
\item OSF and UI became great rivals however they were soon met by unexpected
233233
opponent -- Microsoft.
234234
\item (1992) 386BSD founded on \emph{Networking Release 2}; Bill Jolitz

0 commit comments

Comments
 (0)