Skip to content
Snippets Groups Projects
Commit 0320d1e3 authored by Arne Goedeke's avatar Arne Goedeke
Browse files

Getopt: typo in documentation

parent 14df0205
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ constant MAY_HAVE_ARG=3; ...@@ -213,7 +213,7 @@ constant MAY_HAVE_ARG=3;
//! This function does the job of several calls to @[find_option()]. //! This function does the job of several calls to @[find_option()].
//! The main advantage of this is that it allows it to handle the //! The main advantage of this is that it allows it to handle the
//! @tt{@b{POSIX_ME_HARDER@}@} environment variable better. When the either //! @tt{@b{POSIX_ME_HARDER@}@} environment variable better. When either
//! the argument @[posix_me_harder] or the environment variable //! the argument @[posix_me_harder] or the environment variable
//! @tt{@b{POSIX_ME_HARDER@}@} is true, no arguments will be parsed after //! @tt{@b{POSIX_ME_HARDER@}@} is true, no arguments will be parsed after
//! the first non-option on the command line. //! the first non-option on the command line.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment