diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 12:43:40 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 12:43:40 +0100 |
commit | ca63bd2d33b3d28eabd50ad58577b52a1fc9eba0 (patch) | |
tree | 74bf46806011262f116d83ff5bec0a1cf8a79a4b /glibc | |
parent | 5757d0c3b11dac706fbe72247e9d2dcf0ff44df9 (diff) | |
parent | 7ffc398e1c386925826c42a30ff10ae84e79378f (diff) | |
download | web-ca63bd2d33b3d28eabd50ad58577b52a1fc9eba0.tar.gz web-ca63bd2d33b3d28eabd50ad58577b52a1fc9eba0.tar.bz2 web-ca63bd2d33b3d28eabd50ad58577b52a1fc9eba0.zip |
Merge remote-tracking branch 'dirichlet.SCHWINGE/master'
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/process.mdwn | 2 |
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 |