summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-02-04 09:18:04 +0000
committerhenning <henning@openbsd.org>2003-02-04 09:18:04 +0000
commitbbb49508ab69a95fd139b2bb84d36276d0474f14 (patch)
treebc223508b885f5cc80d6373cf6e9b4d0923a6766
parentdon't need double precision anywhere in here (diff)
downloadwireguard-openbsd-bbb49508ab69a95fd139b2bb84d36276d0474f14.tar.xz
wireguard-openbsd-bbb49508ab69a95fd139b2bb84d36276d0474f14.zip
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 9058ead42f7..a5a6b7f46be 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.40 2002/12/29 14:43:40 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.41 2003/02/04 09:18:04 henning Exp $ */
#include "def.h"
#include "kbd.h"
@@ -102,7 +102,8 @@ static const char *talk[] = {
"Search for fuck. Anytime you see that word, you have a paragraph to write.",
"what I'm doing [...] is hell. it's kind of fun.",
"Yes, but the ports people are into S&M.",
- "Buttons are for idiots."
+ "Buttons are for idiots.",
+ "Good software does not happen by sitting in a circle holding hands and singing Kumbaya."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);