diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-13 11:22:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-13 11:22:32 +0000 |
commit | 7296dff50a53188c49d192a24806125411bc569b (patch) | |
tree | 89d1e205582d9a68dd883b2dc2553992531e1ff0 /usr.bin/mg | |
parent | 88efdbc759f31065d8399de138903a9f1a42a71f (diff) |
another
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 97ee40ffb37..8bac212ab80 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.45 2003/03/12 10:05:36 art Exp $ */ +/* $OpenBSD: theo.c,v 1.46 2003/03/13 11:22:31 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -128,7 +128,8 @@ static const char *talk[] = { "Yes, but the ports people are into S&M.", "Buttons are for idiots.", "We are not hackers. We are turd polishing craftsmen.", - "if ya break cvs, we hunt ya and break yer legs" + "if ya break cvs, we hunt ya and break yer legs", + "who cares. style(9) can bite my ass" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |