summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2005-04-28 23:46:57 +0000
committerdjm <djm@openbsd.org>2005-04-28 23:46:57 +0000
commite34a78b5a0fadbb60b8ef863f29a4ee3b6594315 (patch)
tree1c69dac652c1df161d9528fa34e37b95bf5c2e65
parenthandle new config -e non-tty input case (diff)
downloadwireguard-openbsd-e34a78b5a0fadbb60b8ef863f29a4ee3b6594315.tar.xz
wireguard-openbsd-e34a78b5a0fadbb60b8ef863f29a4ee3b6594315.zip
another
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index f91930476ef..b9b3a76c598 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.81 2005/04/03 02:09:28 db Exp $ */
+/* $OpenBSD: theo.c,v 1.82 2005/04/28 23:46:57 djm Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -170,7 +170,8 @@ static const char *talk[] = {
"Linux is fucking POO, not just bad, bad REALLY REALLY BAD",
"openbsd development is slow because lots of developers have shrunken balls",
"penguins are not much more than chickens that swim.",
- "i am a packet sniffing fool, let me wipe my face with my own poo"
+ "i am a packet sniffing fool, let me wipe my face with my own poo",
+ "they are manual pages, not tea time chit-chats"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);