From: Ben Pfaff Date: Wed, 1 Dec 2004 19:45:43 +0000 (+0000) Subject: Clarifications. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=c6f977dc08b746a93b57094cfabb24da1393f937 Clarifications. --- diff --git a/doc/filesys.texi b/doc/filesys.texi index cc00b40..1ee013e 100644 --- a/doc/filesys.texi +++ b/doc/filesys.texi @@ -128,7 +128,7 @@ only once). Make sure that directories can expand beyond their original size just as any other file can. -Each program has its own current directory. When one process starts +Each process has its own current directory. When one process starts another with the @code{exec} system call, the child process inherits its parent's current directory. After that, the two processes' current directories are independent, so that either changing its own current