Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 clarify the units of fsblkcnt_t



details:   https://anonhg.NetBSD.org/src/rev/9a8d36740906
branches:  trunk
changeset: 785899:9a8d36740906
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 05 17:33:06 2013 +0000

description:
clarify the units of fsblkcnt_t

diffstat:

 share/man/man5/statvfs.5 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4d0460e56d3f -r 9a8d36740906 share/man/man5/statvfs.5
--- a/share/man/man5/statvfs.5  Fri Apr 05 09:20:51 2013 +0000
+++ b/share/man/man5/statvfs.5  Fri Apr 05 17:33:06 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: statvfs.5,v 1.12 2010/03/22 18:58:32 joerg Exp $
+.\"    $NetBSD: statvfs.5,v 1.13 2013/04/05 17:33:06 christos Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)statfs.2    8.5 (Berkeley) 5/24/95
 .\"
-.Dd April 10, 2009
+.Dd April 5, 2013
 .Dt STATVFS 5
 .Os
 .Sh NAME
@@ -58,6 +58,7 @@
        unsigned long   f_frsize; /* system fragment size */
        unsigned long   f_iosize; /* optimal file system block size */
 
+       /* The following are in units of f_frsize */
        fsblkcnt_t      f_blocks; /* number of blocks in file system */
        fsblkcnt_t      f_bfree;  /* free blocks avail in file system */
        fsblkcnt_t      f_bavail; /* free blocks avail to non-root */



Home | Main Index | Thread Index | Old Index