Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2022 20:18:11 GMT
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d24e064aaf57 - main - tcpsso: fix typo in man page
Message-ID:  <202202092018.219KIBWu048933@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202092018.219KIBWu048933>