diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2008-05-22 23:15:14 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2008-05-22 23:15:14 +0000 |
commit | 651d9a4d919752e72f038077308657c7d5738ab5 (patch) | |
tree | 4cc42cc7bd2c787b9bde75dff1078d3f289a2de7 /usr.bin/mg | |
parent | cfd70d7b663acb5e4f8f064585471e9d9cf516c4 (diff) |
I really hate commiting here, but this was far too good not to.
ok "commit but don't you dare putting my name there" from an anonymous
french developer.
Diffstat (limited to 'usr.bin/mg')
-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 85e5357f3d1..04b39fe8b57 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.102 2008/04/13 00:22:17 djm Exp $ */ +/* $OpenBSD: theo.c,v 1.103 2008/05/22 23:15:13 beck Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -147,6 +147,7 @@ static const char *talk[] = { "cache aliasing is a problem that would have stopped in 1992 if someone had killed about 5 people who worked at Sun.", "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.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |