diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2005-04-28 23:46:58 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2005-04-28 23:46:58 +0000 |
commit | 67e3326bb9b129f1c6b1cd56635677a8576d0a2c (patch) | |
tree | d5f88e2ebce99d38c0663dd2495ccbcffd92efda /usr.bin | |
parent | 7baa137a07a8c66573b02ae8dba13ac50c285d1b (diff) |
another
Diffstat (limited to 'usr.bin')
-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 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]); |