summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2007-08-06 01:08:52 +0000
committerdjm <djm@openbsd.org>2007-08-06 01:08:52 +0000
commitf9f32aa6d8c23479fdad05a51190e114c6d18e08 (patch)
tree61971998489d7e552b3507e156cda9c97964e194
parentDon't use ieee80211_beacon_alloc() in acx_set_probe_resp_tmplt() use (diff)
downloadwireguard-openbsd-f9f32aa6d8c23479fdad05a51190e114c6d18e08.tar.xz
wireguard-openbsd-f9f32aa6d8c23479fdad05a51190e114c6d18e08.zip
this file has been too long without an edit, someone has obviously
been slacking
-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]);