X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetopt.texi;h=822dbb3eab99e0f166a76002b19e24e06112f1c2;hb=9f9fbf640f7f399605210e41fff38a82417df17a;hp=85f5289f1453238b2207202f704c5efb46fe6992;hpb=c0c5acfbe255f5542bc1c81c7aec223d95e504a6;p=gnulib.git diff --git a/doc/posix-functions/getopt.texi b/doc/posix-functions/getopt.texi index 85f5289f1..822dbb3ea 100644 --- a/doc/posix-functions/getopt.texi +++ b/doc/posix-functions/getopt.texi @@ -57,4 +57,7 @@ including re-checking for @env{POSIXLY_CORRECT}, by setting @code{optind} to 0. Other implementations provide @code{optreset}, causing a reset by setting it non-zero, although it does not necessarily re-read @env{POSIXLY_CORRECT}. +@item +Mixing a leading @samp{-} or @samp{+} with a leading @samp{:} in the +optstring argument has inconsistent effects across platforms. @end itemize