This commit is contained in:
Michael Kerrisk 2007-11-19 06:54:14 +00:00
parent aec5885f5f
commit c1ed35a7d9
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ The
.BR getopt_long ()
function works like
.BR getopt ()
except that it also accepts long options, started out by two dashes.
except that it also accepts long options, started with two dashes.
(If the program accepts only long options, then
.I optstring
should be specified as an empty string (""), not NULL.)