We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7b293 commit e7d86fbCopy full SHA for e7d86fb
intro.tex
@@ -1947,7 +1947,7 @@
1947
\item It is very reasonable to use only \texttt{EXIT\_SUCCESS} (\texttt{0}) and
1948
\texttt{EXIT\_FAILURE} (\texttt{1}) unless there is a valid reason for other
1949
values. Sometimes you might need more values to distinguish between failures.
1950
-For example, the \texttt{passwd} command on Solaris have quite a few of them, go
+For example, the \texttt{passwd} command on Solaris has quite a few of them, go
1951
check its manual page if interested, section \texttt{EXIT STATUS}.
1952
\item The difference between function \texttt{exit()} and \verb#_exit()# is that
1953
\texttt{exit} also flushes and closes streams (try it out with \texttt{printf()}
0 commit comments