summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2011-07-19 07:10:38 +0000
committerjmc <jmc@openbsd.org>2011-07-19 07:10:38 +0000
commit5448360f0b309e53524bd067163a64c871685d4b (patch)
tree227f060d54896fdd1e54f7dfa1f4eb71785e88de /lib/libc/sys
parentknock out some useless Pp; (diff)
downloadwireguard-openbsd-5448360f0b309e53524bd067163a64c871685d4b.tar.xz
wireguard-openbsd-5448360f0b309e53524bd067163a64c871685d4b.zip
tweak previous;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/utimes.28
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.