$ cal 5875707
cal: year 5875707 not in range 1..5875706
What is the significance of the year 5875706? Why stop there? This seems like some kind of RMS Michael Shuttleworth ploy to fuck us over in the calendar department.
Name:
Anonymous2008-12-18 6:42
>>27
1. add this at the top of the file: #include <libintl.h>
2. add this at the beginning of main: textdomain("cal");
setlocale(LC_ALL,"");
2. replace "learn to use cal, you idiot: http://opengroup.org/susv3xcu/cal.html" with gettext("learn to use cal, you idiot: http://opengroup.org/susv3xcu/cal.html")
problem solved.