summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinichiro Inoguchi <inoguchi@cvs.openbsd.org>2019-08-05 12:01:52 +0000
committerKinichiro Inoguchi <inoguchi@cvs.openbsd.org>2019-08-05 12:01:52 +0000
commitad3bd5f008268646acab6b9f09664a542674c118 (patch)
treeb2509eeea5ae2101706d03d1ad08d8620cdc7833
parent2fc697e8eed7501d0079670c9f0662174e8a4eba (diff)
Remove -port option from s_server since it is same as -accept
ok schwarze@
-rw-r--r--usr.bin/openssl/openssl.17
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.