diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-07-19 07:10:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-07-19 07:10:39 +0000 |
commit | 0004f25e92fa73b0181115a525832913c52a7ff2 (patch) | |
tree | a6321ed7062db1195bb34f471497ecbd0eba5fd6 /lib/libc | |
parent | 801bbe9daf6afab262993ca15473bd6afe0d84fa (diff) |
tweak previous;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/utimes.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index 354c482078f..03d5b3ad51e 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utimes.2,v 1.14 2011/07/19 06:48:20 matthew Exp $ +.\" $OpenBSD: utimes.2,v 1.15 2011/07/19 07:10:38 jmc Exp $ .\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -266,10 +266,10 @@ specifies that .Fn utimensat and .Fn futimens -shall mark the last file status change timestamp (i.e., +shall mark the last file status change timestamp (i.e.\& .Fa st_ctim ) for update upon successful completion. -However, currently some filesystems (e.g., UFS) +However, currently some filesystems (e.g. UFS) will not do so if .Dv UTIME_OMIT -specified for the modification timestamp argument. +is specified for the modification timestamp argument. |