diff options
author | Kinichiro Inoguchi <inoguchi@cvs.openbsd.org> | 2019-08-05 12:01:52 +0000 |
---|---|---|
committer | Kinichiro Inoguchi <inoguchi@cvs.openbsd.org> | 2019-08-05 12:01:52 +0000 |
commit | ad3bd5f008268646acab6b9f09664a542674c118 (patch) | |
tree | b2509eeea5ae2101706d03d1ad08d8620cdc7833 | |
parent | 2fc697e8eed7501d0079670c9f0662174e8a4eba (diff) |
Remove -port option from s_server since it is same as -accept
ok schwarze@
-rw-r--r-- | usr.bin/openssl/openssl.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 142ee9bbfc7..690b91ae96b 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.112 2019/07/16 12:14:30 inoguchi Exp $ +.\" $OpenBSD: openssl.1,v 1.113 2019/08/05 12:01:51 inoguchi Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: July 16 2019 $ +.Dd $Mdocdate: August 5 2019 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -3941,7 +3941,6 @@ will be used. .Op Fl no_tmp_rsa .Op Fl nocert .Op Fl pass Ar arg -.Op Fl port Ar port .Op Fl quiet .Op Fl servername Ar name .Op Fl servername_fatal @@ -3994,7 +3993,7 @@ Print out some session cache status information. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl accept Ar port , Fl port Ar port +.It Fl accept Ar port Listen on TCP .Ar port for connections. |