svn commit: r239893 - stable/9/usr.bin/ncal
Maxim Konovalov
maxim at FreeBSD.org
Thu Aug 30 07:38:25 UTC 2012
Author: maxim
Date: Thu Aug 30 07:38:24 2012
New Revision: 239893
URL: http://svn.freebsd.org/changeset/base/239893
Log:
MFC r232004: use ISO 3166 county code for Sweden.
Modified:
stable/9/usr.bin/ncal/ncal.c
Directory Properties:
stable/9/usr.bin/ncal/ (props changed)
Modified: stable/9/usr.bin/ncal/ncal.c
==============================================================================
--- stable/9/usr.bin/ncal/ncal.c Thu Aug 30 07:34:25 2012 (r239892)
+++ stable/9/usr.bin/ncal/ncal.c Thu Aug 30 07:38:24 2012 (r239893)
@@ -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}}
More information about the svn-src-stable-9
mailing list