summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-11-10 07:25:32 +0000
committerjmc <jmc@openbsd.org>2009-11-10 07:25:32 +0000
commit30c521f0fb466e910d1dd1c22156a5db713ec4ca (patch)
tree7423154f26afa7feb0aa5579f0ebae1e46adf34e
parentlint prompted cleanup (diff)
downloadwireguard-openbsd-30c521f0fb466e910d1dd1c22156a5db713ec4ca.tar.xz
wireguard-openbsd-30c521f0fb466e910d1dd1c22156a5db713ec4ca.zip
ctim -> ctime; from ca (pr #6256)
-rw-r--r--lib/libc/sys/stat.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index d1f88e45ec6..c4ca2480d19 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stat.2,v 1.27 2009/01/30 18:43:21 guenther Exp $
+.\" $OpenBSD: stat.2,v 1.28 2009/11/10 07:25:32 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)stat.2 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: January 30 2009 $
+.Dd $Mdocdate: November 10 2009 $
.Dt STAT 2
.Os
.Sh NAME
@@ -140,7 +140,7 @@ in the directory, such as the
and
.Xr symlink 2
system calls.
-.It Fa st_ctime
+.It Fa st_ctim
Time when file status was last changed (inode data modification).
Changed by the
.Xr chmod 2 ,