diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 0e941ebe2b2..71027287670 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.47 2003/03/13 15:09:36 grange Exp $ */ +/* $OpenBSD: theo.c,v 1.48 2003/04/18 03:07:20 mickey Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -130,7 +130,9 @@ static const char *talk[] = { "We are not hackers. We are turd polishing craftsmen.", "if ya break cvs, we hunt ya and break yer legs", "who cares. style(9) can bite my ass", - "The argument is totally Linux." + "The argument is totally Linux.", + "noone is gonna add that thing to theo.c? wow, i'm stunned. no henning?" + }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |