diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-29 14:43:41 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-29 14:43:41 +0000 |
commit | fac7364cb84e5330842806123c3a44c4be2036e8 (patch) | |
tree | 424dda293cfbc74faf669367aa672ecfbdd6c555 /usr.bin | |
parent | c9a988de4e75ded9aabfa6aae935a77db1b4ea5c (diff) |
another
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 123775eeb5e..9058ead42f7 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.39 2002/12/11 02:34:36 mickey Exp $ */ +/* $OpenBSD: theo.c,v 1.40 2002/12/29 14:43:40 henning Exp $ */ #include "def.h" #include "kbd.h" @@ -101,7 +101,8 @@ static const char *talk[] = { "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.", "what I'm doing [...] is hell. it's kind of fun.", - "Yes, but the ports people are into S&M." + "Yes, but the ports people are into S&M.", + "Buttons are for idiots." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |