git: d24e064aaf57 - main - tcpsso: fix typo in man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 20:18:11 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=d24e064aaf57bff055b7c3a4716f918ca74b5271
commit d24e064aaf57bff055b7c3a4716f918ca74b5271
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2022-02-09 20:16:42 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2022-02-09 20:16:42 +0000
tcpsso: fix typo in man page
Reported by: maxim
Sponsored by: Netflix, Inc.
---
usr.sbin/tcpsso/tcpsso.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.sbin/tcpsso/tcpsso.8 b/usr.sbin/tcpsso/tcpsso.8
index 9b62459ffba5..e27f03845c63 100644
--- a/usr.sbin/tcpsso/tcpsso.8
+++ b/usr.sbin/tcpsso/tcpsso.8
@@ -225,9 +225,9 @@ To switch all TCP endpoints from using the freebsd stack to the rack stack use:
.Pp
The following command will set the congestion control module of all TCP
endpoints currently using cubic as its congestion control algorithm to the
-congestion control algorithm new-reno:
+congestion control algorithm newreno:
.Bd -literal -offset indent
-# tcpsso -C cubic TCP_CONGESTION new-reno
+# tcpsso -C cubic TCP_CONGESTION newreno
.Ed
.Sh SEE ALSO
.Xr sockstat 1 ,