diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-12-23 07:46:05 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-12-23 07:46:05 +0000 |
commit | ad7486a76727a716358838ef553f134b62775ed5 (patch) | |
tree | 3c9edda8e99921164642685116d2422c32edae35 | |
parent | 4b811dc90fe1912db5ab3e5dc5df0257bd96033c (diff) |
time to add a new one.
-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]); |