summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2015-09-11 14:43:57 +0000
committerlteo <lteo@openbsd.org>2015-09-11 14:43:57 +0000
commit68def3b2434db1ab1f03ddebdc7c3341a0ffff1d (patch)
tree8d082a84b0bfaee90ea246204bfcb89808bba032
parentMerge delete-buffer into cmd-set-buffer.c and change the paste buffer (diff)
downloadwireguard-openbsd-68def3b2434db1ab1f03ddebdc7c3341a0ffff1d.tar.xz
wireguard-openbsd-68def3b2434db1ab1f03ddebdc7c3341a0ffff1d.zip
"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown
flag. Pointed out by jmc@'s commit to the openssl(1) man page.
-rw-r--r--usr.bin/openssl/s_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/s_time.c b/usr.bin/openssl/s_time.c
index 920b62221c5..c102726b7e2 100644
--- a/usr.bin/openssl/s_time.c
+++ b/usr.bin/openssl/s_time.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: s_time.c,v 1.11 2015/09/11 02:08:34 lteo Exp $ */
+/* $OpenBSD: s_time.c,v 1.12 2015/09/11 14:43:57 lteo Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -184,7 +184,7 @@ struct option s_time_options[] = {
},
{
.name = "no_shutdown",
- .desc = "Shutdown the connection without notifying the server",
+ .desc = "Shut down the connection without notifying the server",
.type = OPTION_FLAG,
.opt.flag = &s_time_config.no_shutdown,
},