Remove trailing whitespace. Bump date for previous.

New sentence, new live. End sentence with dot.
This commit is contained in:
wiz 2011-08-17 08:29:20 +00:00
parent c8909e959a
commit 17d9c004a3
1 changed files with 11 additions and 12 deletions

View File

@ -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 @@ is like
.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 @@ The nanosecond fields for
.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 @@ modification time, and vice-versa).
is partially implemented.
It will return
.Er ENOSYS
for
for
.Fa fd
values different than
.Dv AT_FDCWD .
@ -230,9 +229,9 @@ function conforms to
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 @@ Birthtime setting support was added in
and
.Fn utimensat
functions calls appreared in
.Nx 6.0
.Nx 6.0 .
.Sh BUGS
.Fn utimensat
is partially implemented.