Module Name: src
Committed By: wiz
Date: Wed Aug 17 08:29:20 UTC 2011
Modified Files:
src/lib/libc/sys: utimes.2
Log Message:
Remove trailing whitespace. Bump date for previous.
New sentence, new live. End sentence with dot.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/lib/libc/sys/utimes.2:1.28
--- src/lib/libc/sys/utimes.2:1.27 Wed Aug 17 07:22:33 2011
+++ src/lib/libc/sys/utimes.2 Wed Aug 17 08:29:20 2011
@@ -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.