diff options
author | 2009-04-26 10:34:57 +0000 | |
---|---|---|
committer | 2009-04-26 10:34:57 +0000 | |
commit | e2e015702ef88928b2cf636dfdf5d5bfe9cd5744 (patch) | |
tree | aa91774cc90fe825c5a8856b57f9d9569377cdad | |
parent | make two similar text strings identical; improves consistency and shrinks (diff) | |
download | wireguard-openbsd-e2e015702ef88928b2cf636dfdf5d5bfe9cd5744.tar.xz wireguard-openbsd-e2e015702ef88928b2cf636dfdf5d5bfe9cd5744.zip |
make djm less disappointed
-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 8245d435c86..5aadf0c0144 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.107 2009/04/26 10:25:12 djm Exp $ */ +/* $OpenBSD: theo.c,v 1.108 2009/04/26 10:34:57 sthen Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -151,7 +151,8 @@ static const char *talk[] = { "industry told us a lesson: when you're an asshole, they mail you hardware", "I was joking, really. I think I am funny :-)", "the kernel is a harsh mistress", - "Have I ever been subtle? If my approach ever becomes subtle, shoot me." + "Have I ever been subtle? If my approach ever becomes subtle, shoot me.", + "the acpi stabs you in the back. the acpi stabs you in the back. you die ..." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |