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 3a28cbb commit 120e5a6Copy full SHA for 120e5a6
intro.tex
@@ -2118,7 +2118,7 @@
2118
\item when all options are processed, it returns -1 and the \texttt{optind}
2119
variable contains the index of first unprocessed argument of the program.
2120
\item possible options are passed in the \texttt{optstring} string.
2121
-If an options has mandatory argument, its character is followed by '\texttt{:}'
+If an option has mandatory argument, its character is followed by '\texttt{:}'
2122
in the string.
2123
\item on error (unknown option, argument missing), the function returns
2124
'\texttt{?}', saves the option character into the \texttt{optopt} variable.
0 commit comments