From nobody@FreeBSD.ORG Wed Aug 18 17:43:55 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 188F314F87; Wed, 18 Aug 1999 17:43:55 -0700 (PDT)
Message-Id: <19990819004355.188F314F87@hub.freebsd.org>
Date: Wed, 18 Aug 1999 17:43:55 -0700 (PDT)
From: wolman@cs.washington.edu
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: Minor improvement to the utimes(2) man page
X-Send-Pr-Version: www-1.0

>Number:         13245
>Category:       docs
>Synopsis:       Minor improvement to the utimes(2) man page
>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:   Wed Aug 18 17:50:01 PDT 1999
>Closed-Date:    Thu Aug 19 01:16:41 PDT 1999
>Last-Modified:  Thu Aug 19 01:19:56 PDT 1999
>Originator:     Alec Wolman
>Release:        FreeBSD 3.2-19990810-STABLE
>Organization:
UW CSE Department
>Environment:
FreeBSD laver.cs.washington.edu 3.2-19990810-STABLE FreeBSD 3.2-19990810-STABLE #0: Thu Aug 12 02:33:49 PDT 1999     wolman@laver.cs.washington.edu:/usr/src/sys/compile/LAVER  i386

>Description:
The utimes prototype in the man page would be clearer if it were
specified as:

int utimes(const char *path, const struct timeval times[2]);

instead of

int utimes(const char *path, const struct timeval *times);

The same is true for futimes and lutimes.

>How-To-Repeat:
N/A.
>Fix:
See above.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Thu Aug 19 01:16:41 PDT 1999 
State-Changed-Why:  
After discussing this with Bruce Evans, I think that the current 
declarations should remain. 
>Unformatted:
