diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-31 10:02:06 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-31 10:32:39 +0100 |
commit | a67377e7f708cf3141210ae4550932709b5262c7 (patch) | |
tree | 35f066f3e082aec663c3587ddd90d1e2f1c5159a /manual | |
parent | 3ed7c33fa2915008ec861f25b2d54a0ccc59ca21 (diff) | |
download | glibc-a67377e7f708cf3141210ae4550932709b5262c7.tar.gz glibc-a67377e7f708cf3141210ae4550932709b5262c7.tar.xz glibc-a67377e7f708cf3141210ae4550932709b5262c7.zip |
hurd: Fix errno* generation
* sysdeps/mach/hurd/errnos.awk: Avoid printing errnos.d. * sysdeps/gnu/errlist.c (EIEIO): Move text to... * manual/errno.texi (EIEIO): ... here. * sysdeps/gnu/errlist.c (EIEIO): Regenerate. * sysdeps/mach/hurd/bits/errno.h: Regenerate.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/errno.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index b195b635f1..8cb4ce8b48 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -810,6 +810,19 @@ You did @strong{what}? @standards{GNU, errno.h} @errno{EIEIO, 104, Computer bought the farm} Go home and have a glass of warm, dairy-fresh milk. +@c Okay. Since you are dying to know, I'll tell you. +@c This is a joke, obviously. There is a children's song which begins, +@c "Old McDonald had a farm, e-i-e-i-o." Every time I see the (real) +@c errno macro EIO, I think about that song. Probably most of my +@c compatriots who program on Unix do, too. One of them must have stayed +@c up a little too late one night and decided to add it to Hurd or Glibc. +@c Whoever did it should be castigated, but it made me laugh. +@c --jtobey@channel1.com +@c +@c "bought the farm" means "died". -jtobey +@c +@c Translators, please do not translate this litteraly, translate it into +@c an idiomatic funny way of saying that the computer died. @end deftypevr @deftypevr Macro int EGRATUITOUS |