diff options
author | 2009-01-30 08:01:16 +0000 | |
---|---|---|
committer | 2009-01-30 08:01:16 +0000 | |
commit | 814c858956eb6d92f9525cf6137d02254c8594e5 (patch) | |
tree | 6265024179b4e4f92d534d0424f852eef1117501 | |
parent | o remove useless `if's (diff) | |
download | wireguard-openbsd-814c858956eb6d92f9525cf6137d02254c8594e5.tar.xz wireguard-openbsd-814c858956eb6d92f9525cf6137d02254c8594e5.zip |
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 |