[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.14 and 1.15

version 1.14, 2007/05/31 19:20:10 version 1.15, 2009/04/12 23:13:36
Line 21 
Line 21 
 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.
   However, if a letter is followed by two colons, the argument is optional
   and may not be separated by whitespace \- this is an extension not
   covered by POSIX.
 The special option  The special option
 .Sq --  .Sq --
 is used to delimit the end of the options.  is used to delimit the end of the options.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15