summaryrefslogtreecommitdiff
path: root/glibc
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2013-10-27 19:15:06 +0100
committerThomas Schwinge <tschwinge@gnu.org>2013-10-27 19:15:06 +0100
commit47e4d194dc36adfcfd2577fa4630c9fcded005d3 (patch)
treed16ffd2eeb74d1977fb3e9744e4a38befedb4ddf /glibc
parentca39ad0592e9b99dac9d99c68bb36ef1d27f72df (diff)
IRC.
Diffstat (limited to 'glibc')
-rw-r--r--glibc/process.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/process.mdwn b/glibc/process.mdwn
index ded2e1f7..c8a1ce79 100644
--- a/glibc/process.mdwn
+++ b/glibc/process.mdwn
@@ -13,7 +13,7 @@ The GNU Hurd uses a similar concept to [[UNIX processes|unix/process]].
As a [[Mach task|microkernel/mach/task]] only implements a part of a UNIX
process, there is additional work to be done, for example for [[signal]]s,
-[[environment_variable]]s, [[file_descriptor]]s.
+[[environment_variable]]s, [[file_descriptor]]s, [[hurd/authentication]].
# Startup