diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-18 03:07:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-18 03:07:21 +0000 |
commit | ece09a01eebd6a0339a7ecd74b8cdb2b02153987 (patch) | |
tree | af509cb4a910a52dfd6ab565a0d9126a767cca84 /usr.bin | |
parent | 220b8ac2e8dd9b437a0d201e5f8122105aef42bd (diff) |
get some
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]); |