[TUHS] An amusing error message

Steffen Nurpmeso sdaoden at yandex.com
Sat May 10 09:20:11 AEST 2014


 |Found in:
 |
 |  http://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/s6/man.c
 |
 |this minor gem:
 |
 | execl("/bin/ssp", "ssp", 0);
 | execl("/usr/bin/ssp", "ssp", 0);
 | printf("Can't find ssp!\n");
 | execl("/bin/cat", "cat", 0);
 | printf("or cat - gott in himmel!\n");
 | exit(1);
 |
 |Not as good as "hodie natus" (Google it if you don't know of it - it's a
 |classic), but mildly amusing.

Correct Deutsch would however be "Gott im Himmel".

--steffen



More information about the TUHS mailing list