diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-07 19:53:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-07 19:53:26 +0000 |
commit | 26941adcd2fb3694248e4b3be67ad060d2f5db35 (patch) | |
tree | 96f98c3ad437b56b0047742d747bdcca974e825c | |
parent | 999ce751ab929fe87f281d53968ebe214dcadb44 (diff) |
we did farts. now we do sperm. we are cutting edge.
-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 d7658ca7d7d..44ee52e0f65 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.75 2004/11/11 09:55:51 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.76 2004/12/07 19:53:25 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -162,7 +162,8 @@ static const char *talk[] = { "If you want it, go do the stinking work yourself.", "A burp means less gas later", "optimism in man kind does not belong here", - "First user who tries to push this button, he pounds into the ground with a rant of death." + "First user who tries to push this button, he pounds into the ground with a rant of death.", + "we did farts. now we do sperm. we are cutting edge." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |