summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-11-16 03:44:15 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-11-16 03:44:15 +0000
commitbb23b07554f1463262e89d6abde8aa5a5cac9922 (patch)
tree7607476303882b5a2fc370b07415e7c3ee8766a5
parent83de804e5edb9cfd64f78f061da2cba8a680ce97 (diff)
another
-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 cf3a4e1db8d..558da2aa866 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.91 2005/10/14 19:46:46 kjell Exp $ */
+/* $OpenBSD: theo.c,v 1.92 2005/11/16 03:44:14 cloder Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -177,7 +177,8 @@ static const char *talk[] = {
"You have no idea how fucked we are",
"You can call it fart if you want to.",
"wavelan is a battle field",
- "If you don't know what you are talking about, why are you talking?"
+ "If you don't know what you are talking about, why are you talking?",
+ "You are in a maze of gpio pins, all alike, all undocumented, and a few are wired to bombs."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);