diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-03-03 14:55:22 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-03-03 14:55:22 +0000 |
commit | 33ac221356c39751299ad2c79613055977328c7f (patch) | |
tree | 1a11cf581baae19b8d6cd66cbf54fde5da8d5d20 /usr.bin | |
parent | e8232fed9cbceb8e7424219848cd078e8e1a056d (diff) |
it's true!
Diffstat (limited to 'usr.bin')
-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 4e2d81b35e5..408c14abb28 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.117 2010/01/24 15:02:15 jasper Exp $ */ +/* $OpenBSD: theo.c,v 1.118 2010/03/03 14:55:21 jasper Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -158,7 +158,8 @@ static const char *talk[] = { "style(9) has all these fascist rules, and i have a problem with some of them because i didn't come up with them", "I'm not very reliable", "I don't like control", - "You aren't being conservative -- you are trying to be a caveman." + "You aren't being conservative -- you are trying to be a caveman.", + "nfs loves everyone" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |