summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open_issues/adduser.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/open_issues/adduser.mdwn b/open_issues/adduser.mdwn
index 0bfdccbd..23552301 100644
--- a/open_issues/adduser.mdwn
+++ b/open_issues/adduser.mdwn
@@ -16,7 +16,8 @@ is included in the section entitled
appear when one doesn't have the nscd package. They do not appear on linux boxes
because there posix_spawn doesn't report ENOENT for exec(). Posix indeed says
that `if the error occurs after the calling process successfully returns, the
-child process shall exit with exit status 127'. The hurd doesn't do this, it should.
+child process shall exit with exit status 127'. The hurd however reports all
+errors, thus the warning.
$ sudo adduser foo
Adding user `foo' ...