Delete question about pwd.c program, as agreed with Godmar earlier.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 31 Mar 2007 12:26:45 +0000 (12:26 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 31 Mar 2007 12:26:45 +0000 (12:26 +0000)
doc/filesys.tmpl

index 3acfecdbde7ad8a200c758a35e985cb5ce3f20ec..db792bfed2af176e65a70afc88264a17444f3740 100644 (file)
@@ -74,9 +74,6 @@ FirstName LastName <email@domain.example>
 >> B2: Describe your code for traversing a user-specified path.  How
 >> do traversals of absolute and relative paths differ?
 
->> B3: Look over "pwd.c" in src/examples.  Briefly explain how it
->> determines the present working directory.
-
 ---- SYNCHRONIZATION ----
 
 >> B4: How do you prevent races on directory entries?  For example,