docs/66010: Time format string in tcsh manual
Taoka Fumiyoshi
fmysh at iijmio-mail.jp
Tue Apr 27 01:10:29 UTC 2004
>Number: 66010
>Category: docs
>Synopsis: Time format string in tcsh manual
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 26 18:10:25 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Taoka Fumiyoshi
>Release: FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
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 at meiko.co.jp>
in [FreeBSD-users-jp 79184].
>How-To-Repeat:
>Fix:
--- 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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list