diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-29 17:10:55 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-29 17:10:55 +0000 |
commit | d9d417ee3e6830bd27b1568163665c7e37b43c63 (patch) | |
tree | a852e1d7e10ca63e5fe9c05d5f47c05cebc8eb33 | |
parent | 5c92d46f0ea258099d67c21f4fb5637715e21484 (diff) |
<deraadt> A burp means less gas later.
-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 6839e3bb40b..cc48c96e5db 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.71 2004/09/15 02:16:18 marco Exp $ */ +/* $OpenBSD: theo.c,v 1.72 2004/09/29 17:10:54 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -159,7 +159,8 @@ static const char *talk[] = { "And there you have it.. the distinction between those people who are OpenBSD develepers and those who will never be able to be...", "I don't mean this applies to everyone, but is there a high quantity of attention deficit disorder in our user community? Or retards?", "Have you been living in a cave, or are you just being a jerk?", - "If you want it, go do the stinking work yourself." + "If you want it, go do the stinking work yourself.", + "A burp means less gas later" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |