cvs commit: src/lib/libc/sys getfsstat.2

Alfred Perlstein alfred at FreeBSD.org
Thu Jul 15 18:18:14 PDT 2004


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


More information about the cvs-all mailing list