diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2005-05-01 03:43:59 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2005-05-01 03:43:59 +0000 |
commit | 74aa60fda0950079bd10090aa9230d7d9bc34afe (patch) | |
tree | 40e8151cfaff9adb87e2b9747b6efb410798698a /usr.bin | |
parent | a654c298e171f6ca3280a9afe59acbe50d54e695 (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 b9b3a76c598..02d384972d2 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.82 2005/04/28 23:46:57 djm Exp $ */ +/* $OpenBSD: theo.c,v 1.83 2005/05/01 03:43:58 jcs Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -171,7 +171,8 @@ static const char *talk[] = { "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", - "they are manual pages, not tea time chit-chats" + "they are manual pages, not tea time chit-chats", + "Whiners. They scale really well." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |