summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2005-04-28 23:46:58 +0000
committerDamien Miller <djm@cvs.openbsd.org>2005-04-28 23:46:58 +0000
commit67e3326bb9b129f1c6b1cd56635677a8576d0a2c (patch)
treed5f88e2ebce99d38c0663dd2495ccbcffd92efda /usr.bin
parent7baa137a07a8c66573b02ae8dba13ac50c285d1b (diff)
another
Diffstat (limited to 'usr.bin')
-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]);