Skip to content

Commit e7d86fb

Browse files
committed
fix grammar
1 parent 0b7b293 commit e7d86fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,7 +1947,7 @@
19471947
\item It is very reasonable to use only \texttt{EXIT\_SUCCESS} (\texttt{0}) and
19481948
\texttt{EXIT\_FAILURE} (\texttt{1}) unless there is a valid reason for other
19491949
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
1950+
For example, the \texttt{passwd} command on Solaris has quite a few of them, go
19511951
check its manual page if interested, section \texttt{EXIT STATUS}.
19521952
\item The difference between function \texttt{exit()} and \verb#_exit()# is that
19531953
\texttt{exit} also flushes and closes streams (try it out with \texttt{printf()}

0 commit comments

Comments
 (0)