summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2014-03-05 21:45:55 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2014-03-05 21:45:55 +0000
commit4b13ace42766a4651413b2767952ff12f7756560 (patch)
tree8c19b2e881247e65db83ae22b9b292b5ce95091d /usr.bin
parentb90161f56a32b339c5ffa01a498dea4368a5233c (diff)
complaint handling
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/theo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c
index b5d6e4a13af..e7f8f02b56b 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.130 2014/01/21 22:25:56 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.131 2014/03/05 21:45:54 florian Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -172,7 +172,8 @@ static const char *talk[] = {
"backwards compatibility is king, and will remain king, until 2038.",
"I don't know if the Internet's safe yet.",
"Those who don't understand Unix are condemned to reinvent Multics in a browser",
- "Don't tell anybody I said that."
+ "Don't tell anybody I said that.",
+ "Complaint forms are handled in another department."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);