summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2007-08-06 01:08:53 +0000
committerDamien Miller <djm@cvs.openbsd.org>2007-08-06 01:08:53 +0000
commit92398ec09c48bb97b8ec77751f4f19606ae0823d (patch)
treefcc79721b25e6b4ce6482999aefb24983f3de986 /usr.bin
parent07e984a5626c46354f33ad4481b3ba14438ddc96 (diff)
this file has been too long without an edit, someone has obviously
been slacking
Diffstat (limited to 'usr.bin')
-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 1efccd7cc62..7028a9d0ac3 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.99 2006/06/01 00:38:35 kjell Exp $ */
+/* $OpenBSD: theo.c,v 1.100 2007/08/06 01:08:52 djm Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -144,7 +144,8 @@ static const char *talk[] = {
"wavelan is a battle field",
"You are in a maze of gpio pins, all alike, all undocumented, and a few are wired to bombs.",
"And that is why humppa sucks... cause it has no cause.",
- "cache aliasing is a problem that would have stopped in 1992 if someone had killed about 5 people who worked at Sun."
+ "cache aliasing is a problem that would have stopped in 1992 if someone had killed about 5 people who worked at Sun.",
+ "Don't spread rumours about me being gentle.",
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);