summaryrefslogtreecommitdiff
path: root/lib/libc/sys/utimes.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /lib/libc/sys/utimes.2
parente66cdcd7e074533df2cf60b30ee57b5607535d28 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/utimes.2')
-rw-r--r--lib/libc/sys/utimes.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2
index bfa8abfbe132..6ca9e38a52ad 100644
--- a/lib/libc/sys/utimes.2
+++ b/lib/libc/sys/utimes.2
@@ -75,7 +75,7 @@ is
it is assumed to point to an array of two timeval structures.
The access time is set to the value of the first element, and the
modification time is set to the value of the second element.
-For filesystems that support file birth (creation) times (such as
+For file systems that support file birth (creation) times (such as
.Dv UFS2 ) ,
the birth time will be set to the value of the second element
if the second element is older than the currently set birth time.