diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-07 22:31:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-07 22:31:20 +0000 |
commit | 276d87f6490828019fdc5d0da2e7a587f5d616bf (patch) | |
tree | 59ed409db21fbcfe0a7cfc03174be51730b9786d /usr.bin | |
parent | 5db08833e453dd3f6dc49aadf20aed5935116317 (diff) |
gotta love this one ...
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 417193ae4c3..75b3a0ccab2 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.62 2004/05/10 03:30:20 jolan Exp $ */ +/* $OpenBSD: theo.c,v 1.63 2004/06/07 22:31:19 mickey Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -145,7 +145,8 @@ static const char *talk[] = { "gprs sucks camel dick dryer than the gobi desert", "I AM NEVER SATISFIED", "don't they recognize their moral responsibility to entertain me?", - "#ifdef is for emacs developers." + "#ifdef is for emacs developers.", + "Many well known people become net-kooks in their later life, because they lose touch with reality." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |