diff options
author | 2013-12-20 20:23:49 +0000 | |
---|---|---|
committer | 2013-12-20 20:23:49 +0000 | |
commit | f7697c96897590ed1298f165605e23cd5091e074 (patch) | |
tree | 4b2d46094da85d48ffb33f41a0cb350336533495 | |
parent | Set the correct line number after successfully searching with (diff) | |
download | wireguard-openbsd-f7697c96897590ed1298f165605e23cd5091e074.tar.xz wireguard-openbsd-f7697c96897590ed1298f165605e23cd5091e074.zip |
cannot let theo talking about emacs and mg slide
-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 2cacd5dccae..c56aeb61169 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.128 2013/10/20 09:34:20 blambert Exp $ */ +/* $OpenBSD: theo.c,v 1.129 2013/12/20 20:23:49 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -170,7 +170,8 @@ static const char *talk[] = { "If people keep adding such huge stuff, soon mg will be bigger than emacs.", "this change comes down to: This year, next year, 5 years from now, 10 years from now, or Oh fuck.", "backwards compatibility is king, and will remain king, until 2038.", - "I don't know if the Internet's safe yet." + "I don't know if the Internet's safe yet.", + "Those who don't understand Unix are condemned to reinvent Multics in a browser" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |