From: Ben Pfaff Date: Tue, 30 Nov 2004 19:15:56 +0000 (+0000) Subject: Clarify. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=a1fd1c678b39fb719fb129852b05fe983682453a;p=pintos-anon Clarify. --- diff --git a/doc/filesys.texi b/doc/filesys.texi index a359e5e..df1b25c 100644 --- a/doc/filesys.texi +++ b/doc/filesys.texi @@ -128,8 +128,9 @@ only once). Make sure that directories can expand beyond their original size just as any other file can. -To take advantage of hierarchical name spaces in user programs, -provide the following syscalls: +Update the existing system calls so that, anywhere a file name is +provided by the caller, an absolute or relative path name may used. +Also, implement the following new system calls: @table @code @item SYS_chdir