From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24504 invoked by alias); 13 Apr 2012 22:35:55 -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: 30401 Received: (qmail 12633 invoked from network); 13 Apr 2012 22:35:53 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.82.43 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=M4HFrLsavhdYYo8EUQvDjKR3+2y9UI+46U5ujwjx+8E=; b=YkG9kkPp/TRWxMAEXyrw644jJ3/l5jHbTvD+hFbnnuJ9XhJ0Pur3WhogVbwsMmiUU/ 4Yh7P6gazZXnIBlq80SuT7Bs4FbjJXJM8rl7rPy6ohlVHrqmGIfvStvdQS4m8dtocfX9 pB4UdUPoyyz8FIRzS+N/bJIsdo1pIWUIx+0FCif5o7u2/8M9EFscktDzHAEZZ1MBg9IO vdzT/kDaJS7aHLbwZglvmQZdvB+sDm0tiGrXbG2Ehlv9xC6SIKqiFJttCfE/oHMJfOBt ZhOumC23tzsMkhWJ9r63mPvIc+hgEOeGylo3JFDDJK3CZkK8pNxI7cMdGgyezeUKWhjo Bmbw== X-ProxyUser-IP: 86.6.29.42 Date: Fri, 13 Apr 2012 23:35:44 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: manpage mentions old TIMEFMT Message-ID: <20120413233544.40d9fb2a@pws-pc.ntlworld.com> In-Reply-To: <87pqbbz62r.fsf@gmail.com> References: <87ty0nz7dn.fsf@gmail.com> <87pqbbz62r.fsf@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmX0IP5B/Naxsk8aR0qO+s6R2KfO9HTHG0fX99YClbvs8/Zza6TaN4rVDgw1OGsJmbvTOeX Thanks, I've committed these changes. On Fri, 13 Apr 2012 23:15:40 +0200 Christian Neukirchen wrote: > %M The maximum memory the process had in use at any time in > Kbytes > > This seems to be in megabytes on my platform (zsh 4.3.17 > (x86_64-unknown-linux-gnu), Linux 3.2.8). Looks like there might be a clue there somewhere... > Finally, %X and %D are rubbish on Linux (but GNU time(1) always shows > 0 for them). There's already a comment above saying the escape sequences are somewhat system-specific, so I think it's covered. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/