diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-30 08:01:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-30 08:01:17 +0000 |
commit | 08624724e12645060d0385e795808c74f1b1e43d (patch) | |
tree | fcc4391902dd8e5cdb88660222e56bd1019dce69 | |
parent | 8701cf94a562cdfdd2a342c890dd08b7530bf71d (diff) |
tweak previous;
-rw-r--r-- | lib/libc/sys/stat.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index ab1750f0e62..fe86849a0c6 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.2,v 1.25 2009/01/29 22:15:14 guenther Exp $ +.\" $OpenBSD: stat.2,v 1.26 2009/01/30 08:01:16 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 29 2009 $ +.Dd $Mdocdate: January 30 2009 $ .Dt STAT 2 .Os .Sh NAME @@ -138,7 +138,7 @@ in the directory, such as the .Xr rename 2 , .Xr mkdir 2 , and -.Xr symlink +.Xr symlink 7 system calls. .It Fa st_ctime Time when file status was last changed (inode data modification). @@ -177,7 +177,7 @@ member. Deprecated macros are also provided for some transitional names: .Fa st_atimensec , .Fa st_mtimensec , -.Fa st_ctimensec , +.Fa st_ctimensec , .Fa st_atimespec , .Fa st_mtimespec , and |