diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-14 16:35:32 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-14 16:35:32 +0200 |
commit | 9cedf47ebaebf9224fbbb9670001567098943d79 (patch) | |
tree | ad21162d63654cfc32babf8b4944f31febd22b0c /hurd | |
parent | bef9a2b0c49d190d384f21e85e4f5e7728dfaac1 (diff) |
Rename some pages to be more consistent.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/authentication.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/authentication.mdwn b/hurd/authentication.mdwn index 4170c818..7ccd9b45 100644 --- a/hurd/authentication.mdwn +++ b/hurd/authentication.mdwn @@ -16,9 +16,9 @@ redistribute your contributions. """]] UIDs on the Hurd are separate from processes. A process has -[[capabilities]] designating so-called UID vectors that +[[capabilities|capability]] designating so-called UID vectors that are implemented by an [[auth]] server. This -makes them easily [[virtualizable]]. +makes them easily [[virtualizable|virtualization]]. When a process wishes to gain access to a resource provided by a third party (e.g., a file system) and that party wishes to authenticate the client |