diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-01-14 04:03:46 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-01-14 04:03:46 +0000 |
commit | aed0f6bd622c0a3df3038da9e310017157b4c3fa (patch) | |
tree | 5abca90e96c2a57cda700f47d53806691c0a909c /usr.bin | |
parent | 7873763ce2d940d2b728a11acfe8bb621b28dd8d (diff) |
Couldn't resist this one...
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 44ee52e0f65..49fe5e7a9d7 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.76 2004/12/07 19:53:25 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.77 2005/01/14 04:03:45 marco Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -163,7 +163,8 @@ static const char *talk[] = { "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.", - "we did farts. now we do sperm. we are cutting edge." + "we did farts. now we do sperm. we are cutting edge.", + "the default configuration is a mixture of piss, puke, shit, and bloody entrails." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |