diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-27 19:44:32 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-27 19:44:32 +0100 |
commit | 9675f765a06325bcbd5ac58a9eee8856cb2c5b7c (patch) | |
tree | 359703ed392ac61d3d4ff783c814e01a39fc2ff2 /glibc | |
parent | 8fac6986eadf6db5d155030cc67a904f22cadf29 (diff) | |
parent | 47e4d194dc36adfcfd2577fa4630c9fcded005d3 (diff) |
Merge remote-tracking branch 'fp/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 |