summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2003-03-13 15:09:36 +0000
committergrange <grange@openbsd.org>2003-03-13 15:09:36 +0000
commit6e68b24ec97edab77581220c09252f808954ff5b (patch)
tree40e4f3ad45c4e2e4b9afb454881d1d2a30c92629
parentcorrect table usage in rdr example, spotted by todd (diff)
downloadwireguard-openbsd-6e68b24ec97edab77581220c09252f808954ff5b.tar.xz
wireguard-openbsd-6e68b24ec97edab77581220c09252f808954ff5b.zip
another
-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 8bac212ab80..0e941ebe2b2 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.46 2003/03/13 11:22:31 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.47 2003/03/13 15:09:36 grange Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -129,7 +129,8 @@ static const char *talk[] = {
"Buttons are for idiots.",
"We are not hackers. We are turd polishing craftsmen.",
"if ya break cvs, we hunt ya and break yer legs",
- "who cares. style(9) can bite my ass"
+ "who cares. style(9) can bite my ass",
+ "The argument is totally Linux."
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);