diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2010-08-03 22:12:28 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2010-08-03 22:12:28 +0000 |
commit | 672bcd3e4db73f662cc7b9d470dd9fd13ebcb6b0 (patch) | |
tree | 9a967d932964dd9a5fe1b78dbf4e0a7f10cccecd /usr.bin/mg | |
parent | 77b0ed94b1107be1c51dc5273084609e14af4e48 (diff) |
that had to be added
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 c91dfaaf934..1efda323a68 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.119 2010/06/24 21:12:09 jasper Exp $ */ +/* $OpenBSD: theo.c,v 1.120 2010/08/03 22:12:27 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -160,7 +160,8 @@ static const char *talk[] = { "I don't like control", "You aren't being conservative -- you are trying to be a caveman.", "nfs loves everyone", - "basically, dung beetles fucking. that's what kerberosV + openssl is like" + "basically, dung beetles fucking. that's what kerberosV + openssl is like", + "I would rather run Windows than use vi." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |