Mail Archives: djgpp-workers/2002/01/30/07:42:25
On Tue, 29 Jan 2002, Richard Dawe wrote:
> Please find below a revised patch to add statvfs, fstatvfs
> to DJGPP. The only change over the previous patch is that
> the file serial number fields are filled in with the number
> of blocks, as per Eli's suggestion.
>
> OK to commit?
Yes, but see the minor comments below.
> (I finally I have a disclaimer for DJGPP
> from my company. Yay!)
Congrats!
> +This function returns information about the "filesystem" (FS)
Don't use ".." in Texinfo, use ``...'' instead. The effect is
identical in Info, but in the printed manual TeX typesets the second
variant in a much prettier way.
> +Zero on success, nonzero on failure (and @var{errno} set).
`errno' should be in @code, not @var. @var is only for formal
parameters, not for actual variable names.
- Raw text -