summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-09-18 10:47:29 +0200
committerPino Toscano <toscano.pino@tiscali.it>2012-09-18 10:47:29 +0200
commitfdc49c55befb6b1ddd7acd39003a0ef00f91e47a (patch)
tree5c9b66b613eff4c7e13556f41afdecbe40b217f4
parent9602151751c9d5efcf5dcae55ec3f27eaebf773e (diff)
adduser.mdwn: micro improvements
-rw-r--r--open_issues/adduser.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/open_issues/adduser.mdwn b/open_issues/adduser.mdwn
index 7761ec61..b9c70fa3 100644
--- a/open_issues/adduser.mdwn
+++ b/open_issues/adduser.mdwn
@@ -13,10 +13,10 @@ is included in the section entitled
[[!tag open_issue_porting]]
`adduser` does work as expected, the following warnings are spurious, they just
-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
+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 however reports all
+child process shall exit with exit status 127'. The Hurd however reports all
errors, thus the warning.
$ sudo adduser foo
@@ -34,4 +34,4 @@ errors, thus the warning.
Copying files from `/etc/skel' ...
[...]
-Reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623199
+Reported at [Debian #623199](http://bugs.debian.org/623199).