[BACK]Return to getopt.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / getopt

Diff for /src/usr.bin/getopt/getopt.1 between version 1.6 and 1.7

version 1.6, 2000/03/07 21:11:09 version 1.7, 2000/04/15 02:15:11
Line 13 
Line 13 
 shell procedures, and to check for legal options.  shell procedures, and to check for legal options.
 .Op optstring  .Op optstring
 is a string of recognized option letters (see  is a string of recognized option letters (see
 .Xr getopt 3  .Xr getopt 3 ) ;
 );  
 if a letter is followed by a colon, the option  if a letter is followed by a colon, the option
 is expected to have an argument which may or may not be  is expected to have an argument which may or may not be
 separated from it by whitespace.  separated from it by whitespace.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7