diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-05-17 12:12:35 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-05-17 12:12:35 +0000 |
| commit | eb64068f04a09f94de11dcc8425e35804d63a405 (patch) | |
| tree | 70a9af9411c7651f5975a9442680b0b857346fe5 /lib/libc/sys/stat.2 | |
| parent | 2d50c08773578a588293c6f336eaf2a4f670456d (diff) | |
Note that all stat-functions are standardized nowadays.
Diffstat (limited to 'lib/libc/sys/stat.2')
| -rw-r--r-- | lib/libc/sys/stat.2 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index a065dd9d74e..15a7e659e07 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.42 2010/05/17 05:20:05 jruoho Exp $ +.\" $NetBSD: stat.2,v 1.43 2010/05/17 12:12:35 jruoho Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -339,12 +339,8 @@ An I/O error occurred while reading from or writing to the file system. .Xr types 3 , .Xr symlink 7 .Sh STANDARDS -The -.Fn stat -and -.Fn fstat -functions conform to -.St -p1003.1-90 . +The described functions conform to +.St -p1003.1-2004 . .Sh HISTORY A .Fn stat |
