Skip to content

Commit 241f8dc

Browse files
author
Vladimir Kotal
committed
fix Solaris spelling
1 parent 1f9a38f commit 241f8dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

intro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@
13161316
\item What libraries are eventually used when running the program could be
13171317
different from what \texttt{ldd} shows. For example,
13181318
one could use the \texttt{LD\_PRELOAD} mechanism. For that reasons,
1319-
Solarisu has a \texttt{pldd} command which provides for a running process
1319+
Solaris has a \texttt{pldd} command which provides for a running process
13201320
library dependencies. Example on \texttt{LD\_PRELOAD} with \texttt{gcc}: use
13211321
already mentioned \texttt{Ma\-ke\-file01}, and compile
13221322
\example{basic-utils/preload.c} like this: ``\texttt{gcc -shared -o
@@ -1543,7 +1543,7 @@
15431543
is then started from debugger using the \texttt{run} command, or the debugger
15441544
can be connected to already running process. \texttt{dbx} can also be used to
15451545
analyze program crashes, provided a \texttt{core} file was generated.
1546-
\item It is possible to find it e.g. on Solarisu, it is not present by default
1546+
\item It is possible to find it e.g. on Solaris, it is not present by default
15471547
on other systems.
15481548
\item For source line debugging it is not necessary to use just the \texttt{-g}
15491549
option for translation, it is also necessary to have the object files and source
@@ -1556,7 +1556,7 @@
15561556
\texttt{gdb} command, see the \texttt{help FAQ}; the very first question is
15571557
``A.1 Gdb does $<$something$>$; how do I do it in dbx?''
15581558
\item If the option \texttt{-g} is not used, dbx will be still usable on
1559-
Solarisu, because it will print function arguments. On BSD systems and Linux
1559+
Solaris, because it will print function arguments. On BSD systems and Linux
15601560
distributions the \texttt{-g} has to be used, otherwise the debuggers will not
15611561
be of much use. This is demonstrated in the \example{debug/dbx.c} example.
15621562
When compiling with gcc and using gdb the \texttt{where} command will not show

0 commit comments

Comments
 (0)