diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-05-24 03:33:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-05-24 03:33:02 +0000 |
commit | 88d067d5385df85569342834641975fd5751abeb (patch) | |
tree | 985123d3b7e9c8db34ba0bd6c73ffecc5302e330 /usr.bin/mg/theo.c | |
parent | 286a311eb90f70d5a6981c6f47781e53fba4f7ec (diff) |
'nother
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 38319a90a1f..95bc660a134 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.85 2005/05/22 23:40:16 todd Exp $ */ +/* $OpenBSD: theo.c,v 1.86 2005/05/24 03:33:01 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -174,7 +174,8 @@ static const char *talk[] = { "they are manual pages, not tea time chit-chats", "Whiners. They scale really well.", "in your world, you would have a checklist of 50 fucking workarounds just to make a coffee.", - "for once, I have nothing to say." + "for once, I have nothing to say.", + "You have no idea how fucked we are" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |