CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/14 02:55:29
Modified files:
usr.bin/getopt : getopt.1
Log message:
fix a bug, hidden by the break statement in the special option case,
in the example code.
millert@ suggested using -ne instead of -gt since $# can't be negative.
ok millert@
