From 7f7803e710e6cf7c3c8ad59063bac134c24062dd Mon Sep 17 00:00:00 2001 From: lteo <> Date: Fri, 11 Sep 2015 14:43:57 +0000 Subject: "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. --- src/usr.bin/openssl/s_time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/usr.bin/openssl/s_time.c b/src/usr.bin/openssl/s_time.c index 920b62221c..c102726b7e 100644 --- a/src/usr.bin/openssl/s_time.c +++ b/src/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, }, -- cgit v1.2.3-55-g6feb