Module Name:    src
Committed By:   enami
Date:           Mon Aug 22 22:14:46 UTC 2011

Modified Files:
        src/lib/libc/sys: utimes.2

Log Message:
Fix the name of syscall which takes timespec as argument.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/utimes.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/utimes.2
diff -u src/lib/libc/sys/utimes.2:1.28 src/lib/libc/sys/utimes.2:1.29
--- src/lib/libc/sys/utimes.2:1.28	Wed Aug 17 08:29:20 2011
+++ src/lib/libc/sys/utimes.2	Mon Aug 22 22:14:46 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: utimes.2,v 1.28 2011/08/17 08:29:20 wiz Exp $
+.\"	$NetBSD: utimes.2,v 1.29 2011/08/22 22:14:46 enami Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -117,7 +117,7 @@
 the symbolic link's dates are changed.
 .Pp
 The nanosecond fields for
-.Fn futimes
+.Fn futimens
 and
 .Fn utimensat
 can be set to the special value

Reply via email to