diff options
-rw-r--r-- | hurd/virtualfilesystem.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/virtualfilesystem.mdwn b/hurd/virtualfilesystem.mdwn index 1f4e458f..33e4f8a7 100644 --- a/hurd/virtualfilesystem.mdwn +++ b/hurd/virtualfilesystem.mdwn @@ -18,10 +18,10 @@ redistribute your contributions. Path names are resolved using a distributed protocol. No single entity is responsible for the resolution of path names. A file system server (a [[translator]]) -attaches to translators (fs.defs:file_set_translator). +attaches to translators (`fs.defs:file_set_translator`). When a process resolves an aboslute path, it queries -its root file system server by invoking the fs.defs:dir_lookup +its root file system server by invoking the `fs.defs:dir_lookup` method in the capability in its root directory slot. The file system server resolves as much as it knows about locally and when it encounters a translator, it replies to the client |