Skip to content

Commit 3aee918

Browse files
author
Vladimir Kotal
committed
fix spelling
1 parent b1c505d commit 3aee918

File tree

5 files changed

+42
-5
lines changed

5 files changed

+42
-5
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@
904904
\item \texttt{readlink} is useful in situation when you want to unlink the
905905
symlink's target.
906906
\item \emph{bufsize} is typically set as 1 byte less than the buffer size to
907-
accomodate the terminating NUL character.
907+
accommodate the terminating NUL character.
908908
\end{itemize}
909909

910910
%%%%%

network.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
communication within the 4th layer of ISO OSI. Counterpart to the BSD sockets
2626
API.
2727
\item[RPC (Remote Procedure Call)] -- SunOS (1984); provides access to services
28-
running on a remote machine, data transfered in XDR format (External Data
28+
running on a remote machine, data transferred in XDR format (External Data
2929
Representation)
3030
\end{description}
3131
\end{slide}

synchro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123
\hline1\\ \hline \end{tabular}}\right.$}
124124
\dimen0=\ht0 \advance\dimen0 by \dp0 \dimen0=0.25\dimen0
125125
\ht0=0pt\dp0=0pt \raisebox{-\dimen0}{\box0}%
126-
5. & proces \emsl{B} writes to member \texttt{a} & 2 & 1 \\
126+
5. & process \emsl{B} writes to member \texttt{a} & 2 & 1 \\
127127
% \cline{3-4}
128-
6. & proces \emsl{B} writes to member \texttt{b} & 2 & 2 \\
128+
6. & process \emsl{B} writes to member \texttt{b} & 2 & 2 \\
129129
% \cline{3-4}
130130
7. & \multicolumn{1}{l}{the structure is consistent.}\\
131131
\end{tabular}

threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
\texttt{fcntl} function.
10751075
\item It is common that given implementation prefers writer threads to
10761076
reader threads. E.g. if a lock is owned by writer and some other thread
1077-
calls funtion \funnm{pthread\_rwlock\_rdlock} and there is at least one thread
1077+
calls function \funnm{pthread\_rwlock\_rdlock} and there is at least one thread
10781078
waiting in \funnm{pthread\_rwlock\_wrlock}, the writer will be given precedence.
10791079
\item There is maximal count of locking operations in given implementation
10801080
(inferred from the type that holds the lock count). If the maximum is reached

unix_dict.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,3 +582,40 @@ mutexes
582582
mutexattr
583583
setpshared
584584
OpenSSH
585+
getpid
586+
getpgrp
587+
getppid
588+
getsid
589+
chown
590+
RGB
591+
ICMP
592+
EOB
593+
OOB
594+
DGRAM
595+
sendto
596+
getsockname
597+
getsockopt
598+
len
599+
REUSEADDR
600+
reuseaddr
601+
htonl
602+
ntohl
603+
htons
604+
ntohs
605+
setcancelstate
606+
setcanceltype
607+
pthreadcancel
608+
semctl
609+
semnum
610+
GETVAL
611+
SETVAL
612+
GETNCNT
613+
GETZCNT
614+
GETALL
615+
SETALL
616+
semctl
617+
RMID
618+
rdlock
619+
rwlock
620+
wrlock
621+
trywrlock

0 commit comments

Comments
 (0)