diff options
-rw-r--r-- | lib/libc/sys/getfsstat.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2 index 87d98847119..bf6ec2acc56 100644 --- a/lib/libc/sys/getfsstat.2 +++ b/lib/libc/sys/getfsstat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getfsstat.2,v 1.14 2003/11/21 10:45:48 jmc Exp $ +.\" $OpenBSD: getfsstat.2,v 1.15 2005/05/15 18:10:50 pedro Exp $ .\" $NetBSD: getfsstat.2,v 1.6 1995/06/29 11:40:44 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -104,6 +104,9 @@ Thus, some of the information will be out of date, but .Fn getfsstat will not block waiting for information from a file system that is unable to respond. +If no flags are provided, +.Dv MNT_WAIT +is assumed. .Sh RETURN VALUES Upon successful completion, the number of .Fa statfs |