diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-10-28 08:37:20 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-10-28 08:37:20 +0000 |
commit | 4f3d2f08f6728ac59166385caff2d8ea45774a37 (patch) | |
tree | fe93573642d15c1135d92e1afc6bb04c32e7f3c7 /usr.bin/mg/theo.c | |
parent | b062c31e2aca793d9026661d2643d31fd44670af (diff) |
style(9) has all these fascist rules...
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 0d9e5fad54b..dc9e0b2ea0c 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.111 2009/08/12 22:15:53 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.112 2009/10/28 08:37:19 claudio Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -154,7 +154,8 @@ static const char *talk[] = { "Have I ever been subtle? If my approach ever becomes subtle, shoot me.", "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" + "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" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |