docs/65986: Typo of csh 'time' variable's default format in man page.
Yoshihiro Hanahara
hanahara at meiko.co.jp
Mon Apr 26 11:40:23 UTC 2004
>Number: 65986
>Category: docs
>Synopsis: Typo of csh 'time' variable's default format in man page.
>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 04:40:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Yoshihiro Hanahara
>Release: 4.8-RELEASE
>Organization:
Meiko Ltd.
>Environment:
FreeBSD compile 4.8-RELEASE-p18 FreeBSD 4.8-RELEASE-p18 #22: Fri Apr 16 12:25:34 JST 2004
root at compile:/usr/obj/usr/src/sys/MYKERNEL i386
>Description:
Typo of csh 'time' variable default format in man page.
In the man page,
default time format is `%Uu %Ss $E %P %I+%Oio %Fpf+%Ww',
but '$E' should be '%E' ?
>How-To-Repeat:
% man csh
>Fix:
% diff -c tcsh.man.orig tcsh.man
*** tcsh.man.orig Mon Apr 26 20:15:37 2004
--- tcsh.man Mon Apr 26 20:15:52 2004
***************
*** 4407,4413 ****
The number of writes to raw disk devices.
.PD
.PP
! 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
--- 4407,4413 ----
The number of writes to raw disk devices.
.PD
.PP
! 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