diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-22 16:14:42 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-22 16:14:42 +0000 |
commit | 217aa4b2ab8fe9ed46c41abd81ddfdce1ac18e46 (patch) | |
tree | 0bbb39bb48d6898584131cc40210b22fafaaa6d4 | |
parent | 36cbe3efa6696029840eb4b613d8ac52b9fb256c (diff) |
web commit by NealWalfield: Fix extensible link
-rw-r--r-- | Hurd/TheGnuHurd.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hurd/TheGnuHurd.mdwn b/Hurd/TheGnuHurd.mdwn index e4dc7827..fac42770 100644 --- a/Hurd/TheGnuHurd.mdwn +++ b/Hurd/TheGnuHurd.mdwn @@ -2,7 +2,7 @@ The Hurd is GNU's replacement for the various UNIX and Linux kernels. The Hurd is firstly a collection of protocols formalizing how different components may interact. The protocols are designed to reduce the mutual -[[trust]] requirements of the actors thereby permitting a more [[extensible]] +[[trust]] requirements of the actors thereby permitting a more [[extensible|extensibility]] system. These include interface definitions to manipulate files and directories and to resolve path names. This allows any process to implement a file system. The only requirement is that it have access |