Author: maxim Date: Wed Feb 22 21:08:58 2012 New Revision: 232004 URL: http://svn.freebsd.org/changeset/base/232004
Log: o Use ISO 3166 county code for Sweden. PR: standards/165400 Submitted by: Carsten Hey MFC after: 1 week Modified: head/usr.bin/ncal/ncal.c Modified: head/usr.bin/ncal/ncal.c ============================================================================== --- head/usr.bin/ncal/ncal.c Wed Feb 22 20:03:51 2012 (r232003) +++ head/usr.bin/ncal/ncal.c Wed Feb 22 21:08:58 2012 (r232004) @@ -105,7 +105,7 @@ static struct djswitch { {"RO", "Romania", {1919, 3, 31}}, {"RU", "Russia", {1918, 1, 31}}, {"SI", "Slovenia", {1919, 3, 4}}, - {"SW", "Sweden", {1753, 2, 17}}, + {"SE", "Sweden", {1753, 2, 17}}, {"TR", "Turkey", {1926, 12, 18}}, {"US", "United States", {1752, 9, 2}}, {"YU", "Yugoslavia", {1919, 3, 4}} _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"