summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoguchi <>2019-08-05 12:01:51 +0000
committerinoguchi <>2019-08-05 12:01:51 +0000
commitf481cb3cadb06ec543a5c41db17e851794919d8d (patch)
tree278504a4ec06f385fbb2d786e1f0fd097046261a
parent6bd9be08e28ab42ec7debf9605c59c0261fde7f9 (diff)
downloadopenbsd-f481cb3cadb06ec543a5c41db17e851794919d8d.tar.gz
openbsd-f481cb3cadb06ec543a5c41db17e851794919d8d.tar.bz2
openbsd-f481cb3cadb06ec543a5c41db17e851794919d8d.zip
Remove -port option from s_server since it is same as -accept
ok schwarze@
-rw-r--r--src/usr.bin/openssl/openssl.17
1 files changed, 3 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 142ee9bbfc..690b91ae96 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.112 2019/07/16 12:14:30 inoguchi Exp $ 1.\" $OpenBSD: openssl.1,v 1.113 2019/08/05 12:01:51 inoguchi Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: July 16 2019 $ 113.Dd $Mdocdate: August 5 2019 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -3941,7 +3941,6 @@ will be used.
3941.Op Fl no_tmp_rsa 3941.Op Fl no_tmp_rsa
3942.Op Fl nocert 3942.Op Fl nocert
3943.Op Fl pass Ar arg 3943.Op Fl pass Ar arg
3944.Op Fl port Ar port
3945.Op Fl quiet 3944.Op Fl quiet
3946.Op Fl servername Ar name 3945.Op Fl servername Ar name
3947.Op Fl servername_fatal 3946.Op Fl servername_fatal
@@ -3994,7 +3993,7 @@ Print out some session cache status information.
3994.Pp 3993.Pp
3995The options are as follows: 3994The options are as follows:
3996.Bl -tag -width Ds 3995.Bl -tag -width Ds
3997.It Fl accept Ar port , Fl port Ar port 3996.It Fl accept Ar port
3998Listen on TCP 3997Listen on TCP
3999.Ar port 3998.Ar port
4000for connections. 3999for connections.