X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/b0d702c4b9054ef5d79e1dd674ac6f1590a69716..144cbe0c41d8a84afc8f18ca3a1ee3f5d59a54d3:/lib/libc/sys/statvfs.2 diff --git a/lib/libc/sys/statvfs.2 b/lib/libc/sys/statvfs.2 index 2727388097..5bf751ff64 100644 --- a/lib/libc/sys/statvfs.2 +++ b/lib/libc/sys/statvfs.2 @@ -1,6 +1,6 @@ .\" $OpenBSD: statvfs.3,v 1.5 2008/03/26 09:37:59 jmc Exp $ .\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $ -.\" $DragonFly: src/lib/libc/sys/statvfs.2,v 1.1 2008/09/28 16:33:35 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/statvfs.2,v 1.3 2008/09/30 08:28:36 swildner Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -38,8 +38,10 @@ .Nm statvfs , .Nm fstatvfs .Nd get file system statistics +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS -.Fd #include +.In sys/statvfs.h .Ft int .Fn statvfs "const char *path" "struct statvfs *buf" .Ft int