Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix the name of syscall which takes timespec as...



details:   https://anonhg.NetBSD.org/src/rev/5e8e7680455a
branches:  trunk
changeset: 768614:5e8e7680455a
user:      enami <enami%NetBSD.org@localhost>
date:      Mon Aug 22 22:14:46 2011 +0000

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

diffstat:

 lib/libc/sys/utimes.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 417a4a931b1b -r 5e8e7680455a lib/libc/sys/utimes.2
--- a/lib/libc/sys/utimes.2     Mon Aug 22 22:12:34 2011 +0000
+++ b/lib/libc/sys/utimes.2     Mon Aug 22 22:14:46 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index