diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 04:08:35 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 04:08:35 +0000 |
commit | 71b5806932f7f892c9ee6f224a56083773e2e8bf (patch) | |
tree | 28179ae96d2c671bdfb44587567915924a8f9ba2 | |
parent | 3ba3e54b50196ea6bf59e2c3102d52fb9cdf4183 (diff) |
Update.
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index bd467bb7f2c..ae5c3cf9cab 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -65,7 +65,8 @@ static const char *talk[] = { "sshutup sshithead, ssharpsshooting susshi sshplats ssharking assholes.", "Lazy bums slacking on your asses.", "35 commits an hour? That's pathetic!", - "Fine software takes time to prepare. Give a little slack." + "Fine software takes time to prepare. Give a little slack.", + "I need a vax!" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |