/[guile]/guile/guile-core/doc/ref/posix.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/posix.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by kryde, Mon May 26 01:00:22 2003 UTC revision 1.21 by kryde, Wed Jun 4 15:37:28 2003 UTC
# Line 594  The user ID of the file's owner. Line 594  The user ID of the file's owner.
594  The group ID of the file.  The group ID of the file.
595  @end deffn  @end deffn
596  @deffn {Scheme Procedure} stat:rdev st  @deffn {Scheme Procedure} stat:rdev st
597  Device ID; this entry is defined only for character or block  Device ID; this entry is defined only for character or block special
598  special files.  files.  On some systems this field is not available at all, in which
599    case @code{stat:rdev} returns @code{#f}.
600  @end deffn  @end deffn
601  @deffn {Scheme Procedure} stat:size st  @deffn {Scheme Procedure} stat:size st
602  The size of a regular file in bytes.  The size of a regular file in bytes.
# Line 610  The last modification time for the file. Line 611  The last modification time for the file.
611  The last modification time for the attributes of the file.  The last modification time for the attributes of the file.
612  @end deffn  @end deffn
613  @deffn {Scheme Procedure} stat:blksize st  @deffn {Scheme Procedure} stat:blksize st
614  The optimal block size for reading or writing the file, in  The optimal block size for reading or writing the file, in bytes.  On
615  bytes.  some systems this field is not available, in which case
616    @code{stat:blksize} returns a sensible suggested block size.
617  @end deffn  @end deffn
618  @deffn {Scheme Procedure} stat:blocks st  @deffn {Scheme Procedure} stat:blocks st
619  The amount of disk space that the file occupies measured in  The amount of disk space that the file occupies measured in units of
620  units of 512 byte blocks.  512 byte blocks.  On some systems this field is not available, in
621    which case @code{stat:blocks} returns @code{#f}.
622  @end deffn  @end deffn
623    
624  In addition, the following procedures return the information  In addition, the following procedures return the information

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26