"Chris Pressey" <cpressey at xxxxxxxxxxxxxxxxxxxxxxx> schreef: - if (!strcmp(*argv, "-l")) { + if (strcmp(*argv, "-l") == 0) { Is this really required by style(9)? I didn't know that, just wondering ;-)