/[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.25 by kryde, Fri Aug 29 23:16:19 2003 UTC revision 1.26 by kryde, Fri Sep 12 23:57:03 2003 UTC
# Line 577  parameter to the following procedures, a Line 577  parameter to the following procedures, a
577  integers:  integers:
578    
579  @deffn {Scheme Procedure} stat:dev st  @deffn {Scheme Procedure} stat:dev st
580  The device containing the file.  The device number containing the file.
581  @end deffn  @end deffn
582  @deffn {Scheme Procedure} stat:ino st  @deffn {Scheme Procedure} stat:ino st
583  The file serial number, which distinguishes this file from all  The file serial number, which distinguishes this file from all
584  other files on the same device.  other files on the same device.
585  @end deffn  @end deffn
586  @deffn {Scheme Procedure} stat:mode st  @deffn {Scheme Procedure} stat:mode st
587  The mode of the file.  This includes file type information and  The mode of the file.  This is an integer which incorporates file type
588  the file permission bits.  See @code{stat:type} and  information and file permission bits.  See also @code{stat:type} and
589  @code{stat:perms} below.  @code{stat:perms} below.
590  @end deffn  @end deffn
591  @deffn {Scheme Procedure} stat:nlink st  @deffn {Scheme Procedure} stat:nlink st
# Line 626  which case @code{stat:blocks} returns @c Line 626  which case @code{stat:blocks} returns @c
626  @end deffn  @end deffn
627    
628  In addition, the following procedures return the information  In addition, the following procedures return the information
629  from stat:mode in a more convenient form:  from @code{stat:mode} in a more convenient form:
630    
631  @deffn {Scheme Procedure} stat:type st  @deffn {Scheme Procedure} stat:type st
632  A symbol representing the type of file.  Possible values are  A symbol representing the type of file.  Possible values are

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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