summaryrefslogtreecommitdiff
path: root/lib/libc/gen/utime.3
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 21:04:09 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 21:04:09 +0000
commitec46112e5f33c175b7e899a1c46027347c3aa97b (patch)
tree77a4190a1c8b7ba00493ab57794cd387d997cc0e /lib/libc/gen/utime.3
parentca8b6682a9a4609bf4be0b3ee7866352ae39eb15 (diff)
tabify
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