From c6f977dc08b746a93b57094cfabb24da1393f937 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 1 Dec 2004 19:45:43 +0000 Subject: [PATCH] Clarifications. --- doc/filesys.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2