Hello, there's a bug in the 'cal' utility. It says: usage: cal [-13smjyV] [[[day] month] year] but it should be usage: cal [-13smjyV] [[[month] day] year] instead, because: $ cal 20 7 cal: illegal month value: use 1-12 $ cal 7 20 July 20 [... etc.] David Watzke -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html