diff options
author | 2002-07-19 14:21:32 +0000 | |
---|---|---|
committer | 2002-07-19 14:21:32 +0000 | |
commit | 67bd3c42849701c7ba4f63f8ee65b53885ebb503 (patch) | |
tree | 58f757fd455aec17f5b942168ac42a33d85f47c0 | |
parent | Fix format bug with ps -o group. ok deraadt@ (diff) | |
download | wireguard-openbsd-67bd3c42849701c7ba4f63f8ee65b53885ebb503.tar.xz wireguard-openbsd-67bd3c42849701c7ba4f63f8ee65b53885ebb503.zip |
feature requests come from idiots
-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 24f96f3acf1..131376ab435 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.29 2002/07/11 20:18:35 mickey Exp $ */ +/* $OpenBSD: theo.c,v 1.30 2002/07/19 14:21:32 henning Exp $ */ #include "def.h" #include "kbd.h" @@ -91,7 +91,8 @@ static const char *talk[] = { "I love to fight", "I am not concerned with commit count", "No sane people allowed here. Go home.", - "you have to stop peeing on your breakfast" + "you have to stop peeing on your breakfast", + "feature requests come from idiots" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |