In tcsh(1) Special shell varibles section: | time If set to a number, then the time builtin (q.v.) executes auto- | matically after each command which takes more than that many (skip) | and the default time format is `%Uu %Ss $E %P %I+%Oio | %Fpf+%Ww'. Note that the CPU percentage can be higher than | 100% on multi-processors. It should not be $E but %E. Pointed by Yoshihiro Hanahara <hanahara@meiko.co.jp> in [FreeBSD-users-jp 79184].
On 2004-04-27 10:09, Taoka Fumiyoshi <fmysh@iijmio-mail.jp> wrote: > In tcsh(1) Special shell varibles section: > [snip] > Pointed by Yoshihiro Hanahara <hanahara@meiko.co.jp> > in [FreeBSD-users-jp 79184]. > [snip] > > --- src/contrib/tcsh/tcsh.man.orig Tue Apr 27 09:31:01 2004 > +++ src/contrib/tcsh/tcsh.man Tue Apr 27 09:31:18 2004 > @@ -4407,7 +4407,7 @@ > The number of writes to raw disk devices. > .PD > .PP > -and the default time format is `%Uu %Ss $E %P %I+%Oio %Fpf+%Ww'. > +and the default time format is `%Uu %Ss %E %P %I+%Oio %Fpf+%Ww'. > Note that the CPU percentage can be higher than 100% on multi-processors. > .RE > .TP 8 Can you forward this to the TCSH maintainers too? This way, the locally imported copy of tcsh that FreeBSD uses will automatically be updated with the correction when a fixed version is imported in src/contrib/. IIRC, Luke Mewburn of NetBSD can make changes directly to the tcsh source code. He's also very polite and cooperative. Try mailing this diff to him :)
I forwarded the PR to tcsh-bugs@ and it was fixed. Begin forwarded message: Date: Tue, 11 May 2004 12:38:10 -0400 From: christos@zoulas.com (Christos Zoulas) To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>, tcsh-bugs@mx.gw.com Cc: Luke Mewburn <lukem@NetBSD.org> Subject: Re: Fw: Re: docs/66010: Time format string in tcsh manual On May 10, 9:09pm, fmysh@iijmio-mail.jp (TAOKA Fumiyoshi) wrote: -- Subject: Fw: Re: docs/66010: Time format string in tcsh manual | Hello tcsh people. | | Can you handle this PR? | http://www.freebsd.org/cgi/query-pr.cgi?pr=66010 Thanks, fixed. christos -- TAOKA Fumiyoshi
State Changed From-To: open->closed Patched by vendor, issue closed. Requested by keramida
Responsible Changed From-To: freebsd-doc->trhodes Over to me.