From e04ecc45a21c1bc8fb0e457358068224f792a701 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 8 Mar 2013 16:52:11 +0000 Subject: [PATCH] PR/47631: NAKAJIMA Yoshihiro 1. Utimens and lutimens don't require timeval but timespec. 2. The order of functions doesn't have a uniformity. 3. Utimens.2 and lutimens.2 aren't installed. --- lib/libc/sys/utimes.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index 585c6dff0e8a..bb33d3be5362 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: utimes.2,v 1.36 2013/01/13 08:15:02 dholland Exp $ +.\" $NetBSD: utimes.2,v 1.37 2013/03/08 16:52:11 christos Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)utimes.2 8.1 (Berkeley) 6/4/93 .\" -.Dd November 18, 2012 +.Dd March 8, 2013 .Dt UTIMES 2 .Os .Sh NAME @@ -50,12 +50,12 @@ .Ft int .Fn lutimes "const char *path" "const struct timeval times[2]" .Ft int -.Fn utimens "const char *path" "const struct timeval times[2]" -.Ft int -.Fn lutimens "const char *path" "const struct timeval times[2]" -.Ft int .Fn futimes "int fd" "const struct timeval times[2]" .Ft int +.Fn utimens "const char *path" "const struct timespec times[2]" +.Ft int +.Fn lutimens "const char *path" "const struct timespec times[2]" +.Ft int .Fn futimens "int fd" "const struct timespec times[2]" .In fcntl.h .Ft int