From owner-svn-src-head@FreeBSD.ORG Wed Oct 7 21:14:46 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00E6B106566B; Wed, 7 Oct 2009 21:14:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CB3FE8FC23; Wed, 7 Oct 2009 21:14:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n97LEjjb099865; Wed, 7 Oct 2009 21:14:45 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n97LEjH3099863; Wed, 7 Oct 2009 21:14:45 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200910072114.n97LEjH3099863@svn.freebsd.org> From: Edwin Groothuis Date: Wed, 7 Oct 2009 21:14:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197847 - head/usr.bin/locale X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 21:14:46 -0000 Author: edwin Date: Wed Oct 7 21:14:45 2009 New Revision: 197847 URL: http://svn.freebsd.org/changeset/base/197847 Log: Add the comment "(FreeBSD only)" to the altmonth_x keywords MFC after: 1 week Modified: head/usr.bin/locale/locale.c Modified: head/usr.bin/locale/locale.c ============================================================================== --- head/usr.bin/locale/locale.c Wed Oct 7 21:05:40 2009 (r197846) +++ head/usr.bin/locale/locale.c Wed Oct 7 21:14:45 2009 (r197847) @@ -190,18 +190,18 @@ struct _kwinfo { { "abmon_10", 1, LC_TIME, ABMON_10, "" }, { "abmon_11", 1, LC_TIME, ABMON_11, "" }, { "abmon_12", 1, LC_TIME, ABMON_12, "" }, - { "altmon_1", 1, LC_TIME, ALTMON_1, "" }, - { "altmon_2", 1, LC_TIME, ALTMON_2, "" }, - { "altmon_3", 1, LC_TIME, ALTMON_3, "" }, - { "altmon_4", 1, LC_TIME, ALTMON_4, "" }, - { "altmon_5", 1, LC_TIME, ALTMON_5, "" }, - { "altmon_6", 1, LC_TIME, ALTMON_6, "" }, - { "altmon_7", 1, LC_TIME, ALTMON_7, "" }, - { "altmon_8", 1, LC_TIME, ALTMON_8, "" }, - { "altmon_9", 1, LC_TIME, ALTMON_9, "" }, - { "altmon_10", 1, LC_TIME, ALTMON_10, "" }, - { "altmon_11", 1, LC_TIME, ALTMON_11, "" }, - { "altmon_12", 1, LC_TIME, ALTMON_12, "" }, + { "altmon_1", 1, LC_TIME, ALTMON_1, "(FreeBSD only)" }, + { "altmon_2", 1, LC_TIME, ALTMON_2, "(FreeBSD only)" }, + { "altmon_3", 1, LC_TIME, ALTMON_3, "(FreeBSD only)" }, + { "altmon_4", 1, LC_TIME, ALTMON_4, "(FreeBSD only)" }, + { "altmon_5", 1, LC_TIME, ALTMON_5, "(FreeBSD only)" }, + { "altmon_6", 1, LC_TIME, ALTMON_6, "(FreeBSD only)" }, + { "altmon_7", 1, LC_TIME, ALTMON_7, "(FreeBSD only)" }, + { "altmon_8", 1, LC_TIME, ALTMON_8, "(FreeBSD only)" }, + { "altmon_9", 1, LC_TIME, ALTMON_9, "(FreeBSD only)" }, + { "altmon_10", 1, LC_TIME, ALTMON_10, "(FreeBSD only)" }, + { "altmon_11", 1, LC_TIME, ALTMON_11, "(FreeBSD only)" }, + { "altmon_12", 1, LC_TIME, ALTMON_12, "(FreeBSD only)" }, { "era", 1, LC_TIME, ERA, "(unavailable)" }, { "era_d_fmt", 1, LC_TIME, ERA_D_FMT, "(unavailable)" }, { "era_d_t_fmt", 1, LC_TIME, ERA_D_T_FMT, "(unavailable)" },