Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 01:18:14 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys getfsstat.2
Message-ID:  <200407160118.i6G1IEmp077431@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2004-07-16 01:18:14 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         getfsstat.2 
  Log:
  Clarify getfsstat(2) usage.
  
  The getfsstat(2) function expects a buffer and a count, and returns a count.
  
  The confusing part is that the count it takes is a byte count, while the
  return value is a count of the number of structures it has filled out.
  
  Spell this out.
  
  Revision  Changes    Path
  1.17      +6 -1      src/lib/libc/sys/getfsstat.2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407160118.i6G1IEmp077431>