summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2009-04-26 10:34:57 +0000
committersthen <sthen@openbsd.org>2009-04-26 10:34:57 +0000
commite2e015702ef88928b2cf636dfdf5d5bfe9cd5744 (patch)
treeaa91774cc90fe825c5a8856b57f9d9569377cdad
parentmake two similar text strings identical; improves consistency and shrinks (diff)
downloadwireguard-openbsd-e2e015702ef88928b2cf636dfdf5d5bfe9cd5744.tar.xz
wireguard-openbsd-e2e015702ef88928b2cf636dfdf5d5bfe9cd5744.zip
make djm less disappointed
-rw-r--r--usr.bin/mg/theo.c5
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]);