diff options
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 9204b29b109..7235da11514 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.105 2008/06/16 17:38:10 claudio Exp $ */ +/* $OpenBSD: theo.c,v 1.106 2008/12/23 07:46:04 claudio Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -150,6 +150,7 @@ static const char *talk[] = { "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", "I was joking, really. I think I am funny :-)", + "the kernel is a harsh mistress" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |