Skip to content

Commit 05d2ef1

Browse files
author
Vladimir Kotal
committed
reduce the dictionary
1 parent e4157f4 commit 05d2ef1

File tree

3 files changed

+5
-379
lines changed

3 files changed

+5
-379
lines changed

intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,8 +1336,8 @@
13361336
\item Most of the information listed here can be found in the manual page for the
13371337
Solaris dynamic linker, \texttt{ld.so.1(1)}, and much more in the excellent
13381338
\emph{Linkers and Libraries Guide} on \texttt{docs.oracle.com}. If you use
1339-
FreeBSD, its dynamic linker is \texttt{ld-elf.so.1}, on Linux distros it is
1340-
usually \texttt{ld-linux.so.1}, it is \texttt{rld} on SGI IRIX etc.
1339+
FreeBSD, its dynamic linker is \texttt{ld-elf.so.1}, on Linux distributions it
1340+
is usually \texttt{ld-linux.so.1}, it is \texttt{rld} on SGI IRIX etc.
13411341
\item You can also configure the dynamic linker via setting environment
13421342
variables. For example, try this on Solaris:
13431343
\begin{verbatim}

sys-v-semaphores.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
int \emph{\texttt{semnum}}, int \emph{\texttt{cmd}}, ...);}
2020
]]])
2121
\begin{itemize}
22-
\item controlling function, optional 4th argument \texttt{arg} is of the
22+
\item controlling function, optional fourth argument \texttt{arg} is of the
2323
\texttt{union~semun} type.
2424
\end{itemize}
2525
ifdef([[[NOSPELLCHECK]]], [[[
@@ -63,14 +63,14 @@
6363
\item possible values of \texttt{cmd}:
6464
\begin{itemize}
6565
\item \texttt{GETVAL} \dots{} returns semaphore value
66-
\item \texttt{\emsl{SETVAL}} \dots{} \emsl{sets semaphore to value}
66+
\item \emsl{\texttt{SETVAL}} \dots{} \emsl{sets semaphore to value}
6767
\texttt{arg.val}
6868
\item \texttt{GETPID} \dots{} PID of the process that performed the last op.
6969
\item \texttt{GETNCNT} \dots{} number of processes waiting on bigger value
7070
\item \texttt{GETZCNT} \dots{} number of processes waiting for zero value
7171
\item \texttt{GETALL} \dots{} saves the values of all semaphores to
7272
\texttt{arg.array}
73-
\item \texttt{SETALL} \dots{} sets all sem. values according to
73+
\item \texttt{SETALL} \dots{} sets all values according to
7474
\texttt{arg.array}
7575
\item \texttt{IPC\_STAT} \dots{} saves number of semaphores, access rights,
7676
times of the last \texttt{semctl()} and \texttt{semop()} into \texttt{arg.buf}

0 commit comments

Comments
 (0)