From d115fdd6be51fae8bc292545fd303c0a882cf84e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 17 Aug 2006 18:27:07 +0000 Subject: [PATCH] Minor wording improvement. --- doc/filesys.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/filesys.texi b/doc/filesys.texi index 83900ce..744c0b2 100644 --- a/doc/filesys.texi +++ b/doc/filesys.texi @@ -259,8 +259,8 @@ false if it represents an ordinary file. @end deftypefn @deftypefn {System Call} int inumber (int @var{fd}) -Returns the @dfn{inode number} of the inode associated with @var{fd}. -Applicable to file descriptors for both files and directories. +Returns the @dfn{inode number} of the inode associated with @var{fd}, +which may represent an ordinary file or a directory. An inode number persistently identifies a file or directory. It is unique during the file's existence. In Pintos, the sector number of the -- 2.30.2