summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-04-01 00:34:08 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-04-01 00:34:08 +0000
commitcff3a771f96b70bb0e74e58e811c53777ffe7e35 (patch)
tree0b118887452a9d20a0cc0426d04d87e4ff03ac26
parented194761c58c8892fc966f555d49bd00b63184dd (diff)
Add some frightening quote.
-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 619b5d88a98..4c7be229a32 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.20 2002/03/26 02:12:29 hugh Exp $ */
+/* $OpenBSD: theo.c,v 1.21 2002/04/01 00:34:07 miod Exp $ */
#include "def.h"
#include "kbd.h"
@@ -81,7 +81,8 @@ static const char *talk[] = {
"you bring new meaning to the terms slackass. I will have to invent a new term.",
"if they cut you out, muddy their back yards",
"Make them want to start over, and play nice the next time.",
- "It is clear that this has not been thought through."
+ "It is clear that this has not been thought through.",
+ "if you do not test that, you are banned from editing theo.c"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);