diff options
author | lteo <> | 2015-09-11 14:43:57 +0000 |
---|---|---|
committer | lteo <> | 2015-09-11 14:43:57 +0000 |
commit | 7f7803e710e6cf7c3c8ad59063bac134c24062dd (patch) | |
tree | f775e982a09434bf49ad1055c21c6eaade4a5b3e /src | |
parent | 2c40cd0dff703f3e672fb8ce90cabd51df5b8865 (diff) | |
download | openbsd-7f7803e710e6cf7c3c8ad59063bac134c24062dd.tar.gz openbsd-7f7803e710e6cf7c3c8ad59063bac134c24062dd.tar.bz2 openbsd-7f7803e710e6cf7c3c8ad59063bac134c24062dd.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.
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/s_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: s_time.c,v 1.11 2015/09/11 02:08:34 lteo Exp $ */ | 1 | /* $OpenBSD: s_time.c,v 1.12 2015/09/11 14:43:57 lteo Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -184,7 +184,7 @@ struct option s_time_options[] = { | |||
184 | }, | 184 | }, |
185 | { | 185 | { |
186 | .name = "no_shutdown", | 186 | .name = "no_shutdown", |
187 | .desc = "Shutdown the connection without notifying the server", | 187 | .desc = "Shut down the connection without notifying the server", |
188 | .type = OPTION_FLAG, | 188 | .type = OPTION_FLAG, |
189 | .opt.flag = &s_time_config.no_shutdown, | 189 | .opt.flag = &s_time_config.no_shutdown, |
190 | }, | 190 | }, |