From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: doc stat:dev, stat:mode Date: Mon, 08 Sep 2003 09:56:29 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87ad9grw42.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1062979622 8309 80.91.224.253 (8 Sep 2003 00:07:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2003 00:07:02 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Sep 08 02:07:00 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19w9Ya-0003pU-00 for ; Mon, 08 Sep 2003 02:07:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19w9Vb-00039k-ED for guile-devel@m.gmane.org; Sun, 07 Sep 2003 20:03:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19w9PV-0006qP-L0 for guile-devel@gnu.org; Sun, 07 Sep 2003 19:57:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19w9P7-0006Be-6q for guile-devel@gnu.org; Sun, 07 Sep 2003 19:57:18 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19w9Ov-0004ZA-9n for guile-devel@gnu.org; Sun, 07 Sep 2003 19:57:01 -0400 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by mx20.gnu.org with esmtp (Exim 4.22) id 19w9Oo-0006KM-EO for guile-devel@gnu.org; Sun, 07 Sep 2003 19:56:54 -0400 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h87NuaBt014372 for ; Mon, 8 Sep 2003 09:56:36 +1000 Original-Received: from localhost (ppp81.dyn228.pacific.net.au [203.143.228.81]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h87Nt33G009168 for ; Mon, 8 Sep 2003 09:55:04 +1000 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19w9OQ-0000Zz-00; Mon, 08 Sep 2003 09:56:30 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2760 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2760 --=-=-= * posix.texi (File System): In stat:dev and stat:mode, clarify that both are numbers. --=-=-= Content-Disposition: attachment; filename=posix.texi.stat-numbers.diff --- posix.texi.~1.25.~ 1970-01-01 10:00:01.000000000 +1000 +++ posix.texi 2003-09-07 11:47:17.000000000 +1000 @@ -577,15 +577,15 @@ integers: @deffn {Scheme Procedure} stat:dev st -The device containing the file. +The device number containing the file. @end deffn @deffn {Scheme Procedure} stat:ino st The file serial number, which distinguishes this file from all other files on the same device. @end deffn @deffn {Scheme Procedure} stat:mode st -The mode of the file. This includes file type information and -the file permission bits. See @code{stat:type} and +The mode of the file. This is an integer which incorporates file type +information and file permission bits. See also @code{stat:type} and @code{stat:perms} below. @end deffn @deffn {Scheme Procedure} stat:nlink st @@ -626,7 +626,7 @@ @end deffn In addition, the following procedures return the information -from stat:mode in a more convenient form: +from @code{stat:mode} in a more convenient form: @deffn {Scheme Procedure} stat:type st A symbol representing the type of file. Possible values are --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--