Module Name: src
Committed By: jruoho
Date: Mon May 17 12:12:35 UTC 2010
Modified Files:
src/lib/libc/sys: stat.2
Log Message:
Note that all stat-functions are standardized nowadays.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/stat.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/stat.2
diff -u src/lib/libc/sys/stat.2:1.42 src/lib/libc/sys/stat.2:1.43
--- src/lib/libc/sys/stat.2:1.42 Mon May 17 05:20:05 2010
+++ src/lib/libc/sys/stat.2 Mon May 17 12:12:35 2010
@@ -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 @@
.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