Xref statvfs(2).

This commit is contained in:
kleink 2004-04-21 21:24:57 +00:00
parent c368e20f92
commit b7841c720d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: statvfs.5,v 1.2 2004/04/21 12:20:48 wiz Exp $
.\" $NetBSD: statvfs.5,v 1.3 2004/04/21 21:24:57 kleink Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -180,6 +180,8 @@ can be easily computed as:
old_bavail = f_bfree - f_bresvd;
.Ed
.El
.Sh SEE ALSO
.Xr statvfs 2
.Sh HISTORY
The
.Aq Pa sys/statvfs.h