From wkwu@ccbsd13.csie.nctu.edu.tw  Sun Sep 29 21:48:58 2002
Return-Path: <wkwu@ccbsd13.csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3213B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2002 21:48:58 -0700 (PDT)
Received: from ccbsd13.csie.nctu.edu.tw (ccbsd13.csie.nctu.edu.tw [140.113.209.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9306643E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Sep 2002 21:48:54 -0700 (PDT)
	(envelope-from wkwu@ccbsd13.csie.nctu.edu.tw)
Received: from ccbsd13.csie.nctu.edu.tw (wkwu@localhost [127.0.0.1])
	by ccbsd13.csie.nctu.edu.tw (8.12.5/8.12.3) with ESMTP id g8U4mkWb057176
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Sep 2002 12:48:46 +0800 (CST)
Received: (from wkwu@localhost)
	by ccbsd13.csie.nctu.edu.tw (8.12.5/8.12.3/Submit) id g8U4mkcs057175;
	Mon, 30 Sep 2002 12:48:46 +0800 (CST)
Message-Id: <200209300448.g8U4mkcs057175@ccbsd13.csie.nctu.edu.tw>
Date: Mon, 30 Sep 2002 12:48:46 +0800 (CST)
From: wkwu@csie.nctu.edu.tw
Reply-To: wkwu@csie.nctu.edu.tw
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Manual page ZNEW(1) has a bug
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43502
>Category:       docs
>Synopsis:       Manual page ZNEW(1) has a bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 29 21:50:02 PDT 2002
>Closed-Date:    Sun Sep 29 22:08:54 PDT 2002
>Last-Modified:  Thu Oct  3 15:30:02 PDT 2002
>Originator:     Wei-Kai Wu
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Kavalan
>Environment:

FreeBSD 4.7-RC

>Description:

At the bottom of manual page ZNEW(1), the BUGS section:

       Znew does not maintain the time stamp with the  -P  option
       if cpmod(1) is not available and touch(1) does not support
       the -r option.

It should be the "chmod(1)" instead of "cpmod(1)".

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Sun Sep 29 22:08:28 PDT 2002 
State-Changed-Why:  
Closed at the submitters request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43502 

From: Wei-Kai Wu <wkwu@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-doc@FreeBSD.org
Cc:  
Subject: Re: docs/43502: Manual page ZNEW(1) has a bug
Date: Mon, 30 Sep 2002 13:02:57 +0800

 I made a mistake. Please close this pr. Thanks!

From: Tom Rhodes <trhodes@FreeBSD.org>
To: wkwu@csie.nctu.edu.tw
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/43502: Manual page ZNEW(1) has a bug
Date: Mon, 30 Sep 2002 01:01:33 -0400

 I think what the manual page means here is that cpmod(1) is currently
 not availible in the FreeBSD Operating System...  chmod(1) is a valid
 command in FreeBSD though, and that wouldn't make sence to say:
 
 and chmod(1) is not availible.
 
 Without supporting text that is similar to: chmod(1) is not
 availible when working with this utility.
 
 Although I wouldn't see why ;)
 
 On Mon, 30 Sep 2002 12:48:46 +0800 (CST)
 wkwu@csie.nctu.edu.tw wrote:
 
 > 
 > >Number:         43502
 > >Category:       docs
 > >Synopsis:       Manual page ZNEW(1) has a bug
 > >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:   Sun Sep 29 21:50:02 PDT 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Wei-Kai Wu
 > >Release:        FreeBSD 4.6-STABLE i386
 > >Organization:
 > Kavalan
 > >Environment:
 > 
 > FreeBSD 4.7-RC
 > 
 > >Description:
 > 
 > At the bottom of manual page ZNEW(1), the BUGS section:
 > 
 >        Znew does not maintain the time stamp with the  -P  option
 >        if cpmod(1) is not available and touch(1) does not support
 >        the -r option.
 > 
 > It should be the "chmod(1)" instead of "cpmod(1)".
 > 
 > >How-To-Repeat:
 > >Fix:
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-doc" in the body of the message
 > 
 
 
 -- 
 Tom (Darklogik) Rhodes
 www.FreeBSD.org  -The Power To Serve
 www.Pittgoth.com -Pittgoth Discussion Portal
 trhodes@{Pittgoth.com, FreeBSD.org}
 PGP key by www:
 http://www.pittgoth.com/~darklogik/darklogik.key

From: Giorgos Keramidas <keramida@freebsd.org>
To: "Gary W. Swearingen" <swear@attbi.com>,
	Tom Rhodes <trhodes@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/43502: Manual page ZNEW(1) has a bug
Date: Fri, 4 Oct 2002 01:26:45 +0300

 On 2002-10-03 10:56, "Gary W. Swearingen" <swear@attbi.com> wrote:
 > Tom Rhodes <trhodes@FreeBSD.org> writes:
 > >  I think what the manual page means here is that cpmod(1) is currently
 > >  not availible in the FreeBSD Operating System...
 >
 > The manual clearly does not mean that it is not available.  It even
 > seems to imply that it IS available.
 
 No it doesn't imply it.  The double negative is something I don't
 like, but the following is clear to me:
 
 :   BUGS
 :	Znew does not maintain the time stamp with the  -P option
 :	if cpmod(1) is not available and touch(1) does not support
 :	the -r option.
 
 The -P option depends on either cpmod(1) being available, or touch(1)
 supporting the -r option.  It is not even a "bug" if you ask me.
 
 Giorgos.
 
 PS ::= The followups to this PR have been sent to freebsd-doc rather
 than bug-followup.  Thus, they are not available as part of the audit
 trail of this PR.  They can be found within the mailing list archives.
>Unformatted:
