From e194ce9454b176b62c01246c57ed5d2403f6ed6b Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 4 Apr 2020 12:57:26 +0000 Subject: [PATCH] statvfs.2: Add STANDARDS section. Reviewed by kamil --- lib/libc/sys/statvfs.2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/statvfs.2 b/lib/libc/sys/statvfs.2 index 1f017ac79d35..1b792cd5d4e8 100644 --- a/lib/libc/sys/statvfs.2 +++ b/lib/libc/sys/statvfs.2 @@ -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 writing to the file system. .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 ,