Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 15:44:11 GMT
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 77292494fb3c - stable/14 - tcpsso: fix typos in man page
Message-ID:  <202401121544.40CFiBAQ076340@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=77292494fb3c831d5b70923f2258869c252b0311

commit 77292494fb3c831d5b70923f2258869c252b0311
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2024-01-06 18:17:04 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2024-01-12 15:31:38 +0000

    tcpsso: fix typos in man page
    
    Reviewed by:            manpages (bcr)
    Sponsored by:           Netflix, Inc.
    Differential Revision:  https://reviews.freebsd.org/D43342
    
    (cherry picked from commit f402e087379cf6b2c6045348f87caf69b4ebebef)
---
 usr.sbin/tcpsso/tcpsso.8 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/usr.sbin/tcpsso/tcpsso.8 b/usr.sbin/tcpsso/tcpsso.8
index cb51390abac2..36707d6657d4 100644
--- a/usr.sbin/tcpsso/tcpsso.8
+++ b/usr.sbin/tcpsso/tcpsso.8
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 30, 2022
+.Dd January 6, 2024
 .Dt TCPSSO 8
 .Os
 .Sh NAME
@@ -83,7 +83,7 @@ state can only be handled if their prior state was
 .Dv SYN_SENT .
 .Pp
 .Op Ar level
-can be specified as a non negative number or a symbolic name like
+can be specified as a non-negative number or a symbolic name like
 .Dv SOL_SOCKET ,
 .Dv IPPROTO_IP ,
 .Dv IPPROTO_IPV6 ,
@@ -99,7 +99,7 @@ If that is not the case,
 is used.
 .Pp
 .Ar optname
-can be specified as a non negative number or a symbolic name like
+can be specified as a non-negative number or a symbolic name like
 .Dv SO_DEBUG ,
 .Dv IP_TOS ,
 .Dv IPV6_TCLASS ,
@@ -109,7 +109,7 @@ or
 .Dv TCP_FUNCTION_BLK .
 .Pp
 .Ar optval
-can be in integer value, which will be converted to a binary value and
+can be an integer value, which will be converted to a binary value and
 passed as an int value.
 If it cannot be parsed as an integer value, it will be processed as a string.
 If the



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