diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-15 18:10:51 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-15 18:10:51 +0000 |
commit | be1dc07201408b7d6c53b30666b22ab30a8f7b93 (patch) | |
tree | f5f610aff17d8712474d4990df8e94e5ca96cff5 /lib/libc | |
parent | 7680ecc4f68a0747b7a93e75e689cc59ac8fa358 (diff) |
document getfsstat(2)'s behaviour when no flags are specified, okay jmc@
Diffstat (limited to 'lib/libc')
-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 |