CVSROOT: /cvs Module name: src Changes by: sobr...@cvs.openbsd.org 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@