Module Name: src
Committed By: nia
Date: Sat Apr 4 12:57:26 UTC 2020
Modified Files:
src/lib/libc/sys: statvfs.2
Log Message:
statvfs.2: Add STANDARDS section.
Reviewed by kamil
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/statvfs.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/statvfs.2
diff -u src/lib/libc/sys/statvfs.2:1.6 src/lib/libc/sys/statvfs.2:1.7
--- src/lib/libc/sys/statvfs.2:1.6 Sun May 14 12:30:37 2017
+++ src/lib/libc/sys/statvfs.2 Sat Apr 4 12:57:26 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: statvfs.2,v 1.6 2017/05/14 12:30:37 wiz Exp $
+.\" $NetBSD: statvfs.2,v 1.7 2020/04/04 12:57:26 nia Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -162,6 +162,13 @@ error occurred while reading from or wri
.El
.Sh SEE ALSO
.Xr statvfs 5
+.Sh STANDARDS
+The
+.Fn statvfs
+and
+.Fn fstatvfs
+functions conform to
+.St -p1003.1-2001 .
.Sh HISTORY
The
.Fn statvfs ,