From fmysh@quad.dyndns.org  Mon Apr 26 18:09:08 2004
Return-Path: <fmysh@quad.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 12F2516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Apr 2004 18:09:08 -0700 (PDT)
Received: from prime.quad.dyndns.org (12.57.138.210.xn.2iij.net [210.138.57.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0DD43D5C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Apr 2004 18:09:07 -0700 (PDT)
	(envelope-from fmysh@quad.dyndns.org)
Received: from localhost (localhost [127.0.0.1])
	by prime.quad.dyndns.org (Postfix) with ESMTP
	id 1C7B9F18A3; Tue, 27 Apr 2004 10:09:06 +0900 (JST)
Received: from prime.quad.dyndns.org ([127.0.0.1])
 by localhost (prime.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 00664-03; Tue, 27 Apr 2004 10:09:05 +0900 (JST)
Received: by prime.quad.dyndns.org (Postfix, from userid 1001)
	id 178EAF18A2; Tue, 27 Apr 2004 10:09:05 +0900 (JST)
Message-Id: <20040427010905.178EAF18A2@prime.quad.dyndns.org>
Date: Tue, 27 Apr 2004 10:09:05 +0900 (JST)
From: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
Reply-To: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Yoshihiro Hanahara <hanahara@meiko.co.jp>
Subject: Time format string in tcsh manual
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66010
>Category:       docs
>Synopsis:       Time format string in tcsh manual
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 18:10:25 PDT 2004
>Closed-Date:    Tue May 11 15:18:05 PDT 2004
>Last-Modified:  Tue May 11 15:18:05 PDT 2004
>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@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:

From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
Cc: bug-followup@freebsd.org,
	Yoshihiro Hanahara <hanahara@meiko.co.jp>
Subject: Re: docs/66010: Time format string in tcsh manual
Date: Mon, 10 May 2004 12:43:18 +0300

 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 :)
 

From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: bug-followup@freebsd.org
Cc: Giorgos Keramidas <keramida@ceid.upatras.gr>
Subject: Fw: Re: Fw: Re: docs/66010: Time format string in tcsh manual
Date: Wed, 12 May 2004 03:31:09 +0900

 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 
State-Changed-By: trhodes 
State-Changed-When: Tue May 11 15:17:01 PDT 2004 
State-Changed-Why:  
Patched by vendor, issue closed.  Requested by keramida 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue May 11 15:17:01 PDT 2004 
Responsible-Changed-Why:  
Over to me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66010 
>Unformatted:
