Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :cc;
        bh=3e0eCgTnREc32uIXXMmn7f9BD6PbATeLOg4457dUSvM=;
        b=S/tB/ynK/c4Zh88lvvHOii3B/bzB6SK6xC7BM0+ADcloPAsrRUoiXgwC3k8h6VKE2S
         dn9bQnAEvEluQqAQmj4V8SHUm0Ksa+J5y4rldb/yxv7o73DshbRngAZFsNw+qu7pMr34
         7KL0cNyzp1ioIx/hBwWd4j+nYq4LMtPPgGPSszzCsr83M4sCnukjqoy4RqC4TY3bp3DT
         BqXNmJfIUkf85GaLFetAOy9buO0y4FEG1wz9+9DPbNzz0CRCQ+iRky8j6u8ltWDo241V
         jAOfVt8eAMPH4WWQmgNDWLBNcw9hQkpMU61ccOvaEI81ZGZILCC42wHDYe0uUHP/VaCI
         v5Ow==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:mime-version:in-reply-to:references:from:date
         :message-id:subject:to:cc;
        bh=3e0eCgTnREc32uIXXMmn7f9BD6PbATeLOg4457dUSvM=;
        b=erpOTlDq38V6qku4/cUuN4ykSZ+vvHqmCNnFcz1BTHygYyn8BR6Q2EM+ipO59fRaFN
         wci9ZWRCkreczsZYLTW77GCLslOQyEN0tNUKZ3nGPmskfZrpY0xkIcTIK3+xf48DQ0Rx
         t7g9LMFBVo3JMZS/+4bc5rs0Xi4jwRKoY7zmBXp+pJ3PVcwjhU7LbsPcg60e434IWvgn
         kfREwG9WfgN1q0JwPoAzPev7gCKXz37wVUOBWiPU30MP2Jn7F7u0mDwQgnUtHIX5x9Wk
         Ju5y+A+1MPZyOkF8HA1hT3+Rp+6O/HEhE0An0PywS5Mc/hEhjWmpiZDOiADfZTxxOTMp
         3jFw==
X-Gm-Message-State: ALyK8tIG4mkjySKRJ5u18S2/uHLwncrSnRP8/xG6qzOHpbCegrdJUfb1k/yXgH0/oauFb6OUCAAwCXtVcq5dSg==
X-Received: by 10.13.202.207 with SMTP id m198mr1709165ywd.140.1464771782786;
 Wed, 01 Jun 2016 02:03:02 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <574DD886.7020507@redhat.com>
References: <574C7A14.6070305@redhat.com> <CAPKC6oLR1ue-tRgbCGg1yxf5Q-urM08vp_mcUckF6yY5ewDS4w@mail.gmail.com>
 <574DD886.7020507@redhat.com>
From: Baptiste Daroussin <baptiste.daroussin@gmail.com>
Date: Wed, 1 Jun 2016 11:02:43 +0200
Message-ID: <CAPKC6oKd8VEzsWtzQiy5VSsA69e5raxNqOiWm6c8RDDCqbtjOw@mail.gmail.com>
Subject: Re: [PATCH v2] zsh localedef completion
To: Marko Myllynen <myllynen@redhat.com>
Cc: zsh workers <zsh-workers@zsh.org>
Content-Type: text/plain; charset=UTF-8
X-Seq: zsh-workers 38564

Actually localedef will appear in FreeBSD 11. Our release cycle is a
bit longer than the one from dragonfly :)

The online manpage have not yet been updated for freebsd 11. But
localedef is exactly the same as the one from Dragonfly (actually also
the same as the one in illumos beside the -D option)

Best regards,
Bapt

2016-05-31 20:31 GMT+02:00 Marko Myllynen <myllynen@redhat.com>:
> Hi,
>
> On 2016-05-31 19:44, Baptiste Daroussin wrote:
>> FreeBSD expect the same options as Dragonfly given we share the same code here
>>
>> Can you please add freebsd ?
>
> Yes, it could be done easily but I'm a bit surprised about this given
> that there seems to be no man page available for FreeBSD localedef:
>
> https://www.freebsd.org/cgi/man.cgi?localedef
>
>  Sorry, no data found for `localedef'. Please try a keyword search.
>
> Thanks,
>
> --
> Marko Myllynen

