summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2005-05-05 04:36:10 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2005-05-05 04:36:10 +0000
commit8da684e0ec9cca33280ac8f5cf7cd666dd2dad37 (patch)
tree26ba1a4cb4b8d0bdf82ef131693bd078120770f2 /usr.bin
parent84b5a42485cca244f751ab815a63c89b64e7f9ac (diff)
another
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 02d384972d2..adab022d844 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.83 2005/05/01 03:43:58 jcs Exp $ */
+/* $OpenBSD: theo.c,v 1.84 2005/05/05 04:36:09 todd Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -172,7 +172,8 @@ static const char *talk[] = {
"penguins are not much more than chickens that swim.",
"i am a packet sniffing fool, let me wipe my face with my own poo",
"they are manual pages, not tea time chit-chats",
- "Whiners. They scale really well."
+ "Whiners. They scale really well.",
+ "in your world, you would have a checklist of 50 fucking workarounds just to make a coffee."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);