diff options
Diffstat (limited to 'lib/libc/gen/getmntinfo.3')
-rw-r--r-- | lib/libc/gen/getmntinfo.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index db700758ef6..0138b6a5bca 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getmntinfo.3,v 1.12 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getmntinfo.3,v 1.13 2014/01/20 05:07:48 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt GETMNTINFO 3 .Os .Sh NAME @@ -42,7 +42,7 @@ The .Fn getmntinfo function returns an array of -.Xr statfs +.Vt statfs structures describing each currently mounted file system (see .Xr statfs 2 ) . .Pp |