[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.12 and 1.13

version 1.12, 2007/01/24 19:11:14 version 1.13, 2007/01/26 17:42:53
Line 10 
Line 10 
 .Nm getopt  .Nm getopt
 .Nd parse command options  .Nd parse command options
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm args=`getopt optstring $*`; errcode=$?; set -- $args  .Nm args=`getopt optstring $*`; set -- $args
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 is used to break up options in command lines for easy parsing by  is used to break up options in command lines for easy parsing by

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13