Changes between Initial Version and Version 1 of Ticket #1830, comment 12


Ignore:
Timestamp:
May 8, 2024, 1:55:38 PM (6 months ago)
Author:
Alex Samorukov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1830, comment 12

    initial v1  
    11ah, yes
    2 {{{
    32
    4 
    5     If the option was the last character in the string pointed to by an element of argv, then optarg shall contain the next element of argv, and optind shall be incremented by 2. If the resulting value of optind is greater than argc, this indicates a missing option-argument, and getopt() shall return an error indication.
    6 
    7 }}}
     3> If the option was the last character in the string pointed to by an element of argv, then optarg shall contain the next element of argv, and optind shall be incremented by 2. If the resulting value of optind is greater than argc, this indicates a missing option-argument, and getopt() shall return an error indication.