diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-11-24 14:19:34 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-11-24 14:19:34 +0000 |
commit | e538866836ddb48abb6e2ec6aca5f4ee325be6cb (patch) | |
tree | f9f180db154404a6e41e0a07243f024d411036c0 /usr.bin/mg | |
parent | 6ef1778ae44a1c584fffb4f07604262b2596f010 (diff) |
More words of wisdom.
ok henning@ dms@
Diffstat (limited to 'usr.bin/mg')
-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 dc9e0b2ea0c..c0556643810 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.112 2009/10/28 08:37:19 claudio Exp $ */ +/* $OpenBSD: theo.c,v 1.113 2009/11/24 14:19:33 oga Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -155,7 +155,8 @@ static const char *talk[] = { "the acpi stabs you in the back. the acpi stabs you in the back. you die ...", "My cats are more observant than you.", "our kernels have no bugs", - "style(9) has all these fascist rules, and i have a problem with some of them because i didn't come up with them" + "style(9) has all these fascist rules, and i have a problem with some of them because i didn't come up with them", + "I'm not very reliable" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |