diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-05 17:07:22 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-05 17:07:22 +0200 |
commit | 3c03ef8a1b87b5d7a27b2a93935381d823302458 (patch) | |
tree | 04ab95a2ccc6395111558576bb3b362061a731a0 /hurd | |
parent | 6843f95df388a29ed40b60a8b1e5ffb753d38626 (diff) |
Formatting.
Diffstat (limited to 'hurd')
-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 |