diff options
| author | lteo <> | 2015-09-11 14:43:57 +0000 |
|---|---|---|
| committer | lteo <> | 2015-09-11 14:43:57 +0000 |
| commit | ef92891081533d642fe90afca3541ae8700fd0a6 (patch) | |
| tree | f775e982a09434bf49ad1055c21c6eaade4a5b3e /src | |
| parent | d1491038b478b7b849c044d770dc79ccd6b16aa8 (diff) | |
| download | openbsd-ef92891081533d642fe90afca3541ae8700fd0a6.tar.gz openbsd-ef92891081533d642fe90afca3541ae8700fd0a6.tar.bz2 openbsd-ef92891081533d642fe90afca3541ae8700fd0a6.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 | }, |
