diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2008-06-08 21:35:22 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2008-06-08 21:35:22 +0000 |
commit | eb01a39af653085bfa3f67d2294b6a29326b3a79 (patch) | |
tree | 71a165b50c7ceb3c7bbf0a4bc999cd8a796017c2 /usr.bin | |
parent | 33a8458ce59a76e8a62afb0f345de03580fb9c5a (diff) |
more
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 04b39fe8b57..ae1c74a686e 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.103 2008/05/22 23:15:13 beck Exp $ */ +/* $OpenBSD: theo.c,v 1.104 2008/06/08 21:35:21 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -148,6 +148,7 @@ static const char *talk[] = { "Don't spread rumours about me being gentle.", "If municipal water filtering equipment was built by the gcc developers, the western world would be dead by now.", "kettenis supported a new machine in my basement and all I got to do was fix a 1 character typo in his html page commit.", + "industry told us a lesson: when you're an asshole, they mail you hardware", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |