diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-22 02:42:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-22 02:42:35 +0000 |
commit | 637efa24a90f99678198d092f81cf5f6ee70e089 (patch) | |
tree | d150466c40b76e7cc6b273301caa5cb3d59a93c9 /usr.bin/mg/theo.c | |
parent | 685e8ac534e4eb2b3761b558de062386896440b4 (diff) |
truer words were never spoken
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 e7f8f02b56b..f073be53fb7 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.131 2014/03/05 21:45:54 florian Exp $ */ +/* $OpenBSD: theo.c,v 1.132 2014/03/22 02:42:34 tedu Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -173,7 +173,8 @@ static const char *talk[] = { "I don't know if the Internet's safe yet.", "Those who don't understand Unix are condemned to reinvent Multics in a browser", "Don't tell anybody I said that.", - "Complaint forms are handled in another department." + "Complaint forms are handled in another department.", + "You'd be safer using Windows than the code which was just deleted.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |