summaryrefslogtreecommitdiff
path: root/lib/libc/gen/utime.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/utime.3')
-rw-r--r--lib/libc/gen/utime.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3
index 9f72ecbb554..6c3284fb563 100644
--- a/lib/libc/gen/utime.3
+++ b/lib/libc/gen/utime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utime.3,v 1.2 1996/08/19 08:27:22 tholo Exp $
+.\" $OpenBSD: utime.3,v 1.3 1997/07/23 21:04:08 kstailey Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -68,8 +68,8 @@ is assumed to be a pointer to a utimbuf structure, as defined in
.Aq Pa utime.h :
.Bd -literal -offset indent
struct utimbuf {
- time_t actime; /* Access time */
- time_t modtime; /* Modification time */
+ time_t actime; /* Access time */
+ time_t modtime; /* Modification time */
} ;
.Ed
.Pp