From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11218 invoked by alias); 16 Nov 2013 15:18:09 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31991 Received: (qmail 29752 invoked from network); 16 Nov 2013 15:17:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Biglobe-Sender: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: [PATCH] helpfiles: Also accept 'UTF-8' as an encoding name. From: "Jun T." In-Reply-To: <131115215142.ZM2675@torch.brasslantern.com> Date: Sun, 17 Nov 2013 00:17:13 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: <8DD217B1-C243-49A3-8EE5-A7485FE6BDED@kba.biglobe.ne.jp> References: <20131112101139.31d67b73@pwslap01u.europe.root.pri> <35BD8D7E-01D5-469D-95DD-3030251D22AB@kba.biglobe.ne.jp> <131113092737.ZM11794@torch.brasslantern.com> <20131114000658.GA52075@redoubt.spodhuis.org> <20131114081859.GA64798@redoubt.spodhuis.org> <7AC8C1DC-EADF-4912-8A68-135B83C7DB8D@kba.biglobe.ne.jp> <131115215142.ZM2675@torch.brasslantern.com> To: zsh-workers@zsh.org X-Mailer: Apple Mail (2.1822) 2013/11/16 14:51=E3=80=81Bart Schaefer = wrote=EF=BC=9A > Committed/pushed, with one tiny change: The following (unessential) part has escaped from the commit: diff --git a/Util/helpfiles b/Util/helpfiles index 26cfb6f..ebd8bd1 100755 --- a/Util/helpfiles +++ b/Util/helpfiles @@ -16,9 +16,6 @@ # If a third arg is given, the symlink is not created, but a # list of symlinks is put into the file specified by that arg. =20 -# Optionally, you can pass -fLC_CTYPE as an additional first argument. -# If do that, this LC_CTYPE is used instead of one specified by a = heuristic. - # Example usage: # cd ~/zsh-4.0.1 # or wherever # mkdir Help @@ -39,7 +36,7 @@ # now -h works for shell builtins. =20 sub Usage { - print(STDERR "Usage: helpfiles [-fLC_CTYPE] zshbuiltins.1 dest-dir = [link-file]\n"); + print(STDERR "Usage: helpfiles zshbuiltins.1 dest-dir = [link-file]\n"); exit(1); } =20