diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-11-06 06:40:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-11-06 06:40:17 +0000 |
commit | 0ebc339e1f52f30e02cef93221bf4593af517e9f (patch) | |
tree | e11b623a685311c14a9f22fc127b3551ace42dba /usr.bin | |
parent | 45db73dec9e44a301d453a2e1a78f605116803a9 (diff) |
sort options list;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tcpbench/tcpbench.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/tcpbench/tcpbench.1 b/usr.bin/tcpbench/tcpbench.1 index aedaf76ddb2..06952298e94 100644 --- a/usr.bin/tcpbench/tcpbench.1 +++ b/usr.bin/tcpbench/tcpbench.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpbench.1,v 1.31 2024/11/05 18:12:55 jan Exp $ +.\" $OpenBSD: tcpbench.1,v 1.32 2024/11/06 06:40:16 jmc Exp $ .\" .\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 5 2024 $ +.Dd $Mdocdate: November 6 2024 $ .Dt TCPBENCH 1 .Os .Sh NAME @@ -112,8 +112,6 @@ stream. .It Fl b Ar sourceaddr Specify the IP address to send the packets from, which is useful on machines with multiple interfaces. -.It Fl c -Use TLS to connect or listen. .It Fl C Ar certfile Load the public key part of the TLS peer certificate from .Ar certfile , @@ -122,13 +120,10 @@ Requires .Fl s and .Fl c . +.It Fl c +Use TLS to connect or listen. .It Fl D Enable debugging on the socket. -.It Fl k Ar kvars -Specify one or more kernel variables to monitor; multiple variables must be -separated with commas. -This option is only valid in TCP mode. -The default is not to monitor any variables. .It Fl K Ar keyfile Load the TLS private key from .Ar keyfile , @@ -137,6 +132,11 @@ Requires .Fl s and .Fl c . +.It Fl k Ar kvars +Specify one or more kernel variables to monitor; multiple variables must be +separated with commas. +This option is only valid in TCP mode. +The default is not to monitor any variables. .It Fl l List the name of kernel variables available for monitoring and exit. .It Fl n Ar connections |