From: Ben Pfaff Date: Thu, 17 Aug 2006 18:27:07 +0000 (+0000) Subject: Minor wording improvement. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=d115fdd6be51fae8bc292545fd303c0a882cf84e Minor wording improvement. --- 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