diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-30 23:31:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-30 23:31:03 +0000 |
commit | 7d433a95d2a4089cf85bc7a47ad80c94dc97821e (patch) | |
tree | 50b3023c236cfabaa04fec07a3911093bb0edaee /usr.bin | |
parent | ab9a9661800e2185f86ef333575206d69bb705b1 (diff) |
So you think your work is funny, eh?
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 70e0370a41d..793dd782f1f 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.37 2002/11/25 03:29:09 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.38 2002/11/30 23:31:02 miod Exp $ */ #include "def.h" #include "kbd.h" @@ -99,7 +99,8 @@ static const char *talk[] = { "altq's parser sucks dead whale farts through the finest chemistry pipette's", "screw this operating system shit, i just want to drive!", "That is the most stupid thing I have heard all week.", - "Search for fuck. Anytime you see that word, you have a paragraph to write." + "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." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |