diff options
author | 2003-07-16 08:45:19 +0000 | |
---|---|---|
committer | 2003-07-16 08:45:19 +0000 | |
commit | 4ad4aafc76f15efb91cacfe5cfa8c3c73fc76c66 (patch) | |
tree | 4de02c2e72c0b03ba2100895c17f3e0defc94b26 | |
parent | correct the example SYNOPSIS; (diff) | |
download | wireguard-openbsd-4ad4aafc76f15efb91cacfe5cfa8c3c73fc76c66.tar.xz wireguard-openbsd-4ad4aafc76f15efb91cacfe5cfa8c3c73fc76c66.zip |
another
-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 f19370f5704..4e71ded5c3a 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.56 2003/06/12 18:10:22 pvalchev Exp $ */ +/* $OpenBSD: theo.c,v 1.57 2003/07/16 08:45:19 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -140,7 +140,8 @@ static const char *talk[] = { "Vegetarian my ass", "Wait a minute, that's a McNally's!", "Your connection is breaking up.", - "germans are not allowed to get involved there" + "germans are not allowed to get involved there", + "gprs sucks camel dick dryer than the gobi desert" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |