Skip to content

Commit 120e5a6

Browse files
author
Vladimir Kotal
committed
fix typo
1 parent 3a28cbb commit 120e5a6

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
@@ -2118,7 +2118,7 @@
21182118
\item when all options are processed, it returns -1 and the \texttt{optind}
21192119
variable contains the index of first unprocessed argument of the program.
21202120
\item possible options are passed in the \texttt{optstring} string.
2121-
If an options has mandatory argument, its character is followed by '\texttt{:}'
2121+
If an option has mandatory argument, its character is followed by '\texttt{:}'
21222122
in the string.
21232123
\item on error (unknown option, argument missing), the function returns
21242124
'\texttt{?}', saves the option character into the \texttt{optopt} variable.

0 commit comments

Comments
 (0)