Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Remove trailing whitespace. Bump date for previ...
details: https://anonhg.NetBSD.org/src/rev/d91517a436df
branches: trunk
changeset: 768456:d91517a436df
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Aug 17 08:29:20 2011 +0000
description:
Remove trailing whitespace. Bump date for previous.
New sentence, new live. End sentence with dot.
diffstat:
lib/libc/sys/utimes.2 | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 deletions(-)
diffs (80 lines):
diff -r f06226901131 -r d91517a436df lib/libc/sys/utimes.2
--- a/lib/libc/sys/utimes.2 Wed Aug 17 08:22:50 2011 +0000
+++ b/lib/libc/sys/utimes.2 Wed Aug 17 08:29:20 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: utimes.2,v 1.27 2011/08/17 07:22:33 manu Exp $
+.\" $NetBSD: utimes.2,v 1.28 2011/08/17 08:29:20 wiz 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 April 29, 2010
+.Dd August 17, 2011
.Dt UTIMES 2
.Os
.Sh NAME
@@ -52,8 +52,7 @@
.Ft int
.Fn futimens "int fd" "const struct timespec times[2]"
.Ft int
-.Fn utimensat "int fd" "const char *path" "const struct timespec times[2]" "\
-int flag"
+.Fn utimensat "int fd" "const char *path" "const struct timespec times[2]" "int flag"
.Sh DESCRIPTION
The access and modification times of the file named by
.Fa path
@@ -106,9 +105,9 @@
.Fn futimes
except that time is specified with nanosecond instead of microseconds.
.Pp
-.Fn utimensat
-also allows time to be specifed with nanoseconds. When it operates on
-a symbolic link, it will change the target's time if
+.Fn utimensat
+also allows time to be specifed with nanoseconds.
+When it operates on a symbolic link, it will change the target's time if
.Ar follow
is unset.
If
@@ -121,7 +120,7 @@
.Fn futimes
and
.Fn utimensat
-can be set to the special value
+can be set to the special value
.Dv UTIME_NOW
to set the current time, or to
.Dv UTIME_OMIT
@@ -132,7 +131,7 @@
is partially implemented.
It will return
.Er ENOSYS
-for
+for
.Fa fd
values different than
.Dv AT_FDCWD .
@@ -230,9 +229,9 @@
It was however marked as legacy in the
.St -p1003.1-2004
revision.
-.Fn futimens
+.Fn futimens
and
-.Fn utmensat
+.Fn utmensat
functions conform to
.St -p1003.1-2008 .
.Sh HISTORY
@@ -254,7 +253,7 @@
and
.Fn utimensat
functions calls appreared in
-.Nx 6.0
+.Nx 6.0 .
.Sh BUGS
.Fn utimensat
is partially implemented.
Home |
Main Index |
Thread Index |
Old Index