diff options
author | 2002-12-11 02:34:36 +0000 | |
---|---|---|
committer | 2002-12-11 02:34:36 +0000 | |
commit | 7406ae75bad772740e6819b8d09c7ad7e1a792dd (patch) | |
tree | 31d061f2d5e44147926c24c1fa6db657676a6bd0 | |
parent | descructive -> destructive (diff) | |
download | wireguard-openbsd-7406ae75bad772740e6819b8d09c7ad7e1a792dd.tar.xz wireguard-openbsd-7406ae75bad772740e6819b8d09c7ad7e1a792dd.zip |
miod asked me to add this
-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 793dd782f1f..123775eeb5e 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.38 2002/11/30 23:31:02 miod Exp $ */ +/* $OpenBSD: theo.c,v 1.39 2002/12/11 02:34:36 mickey Exp $ */ #include "def.h" #include "kbd.h" @@ -100,7 +100,8 @@ static const char *talk[] = { "screw this operating system shit, i just want to drive!", "That is the most stupid thing I have heard all week.", "Search for fuck. Anytime you see that word, you have a paragraph to write.", - "what I'm doing [...] is hell. it's kind of fun." + "what I'm doing [...] is hell. it's kind of fun.", + "Yes, but the ports people are into S&M." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |