aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2024-01-06 18:17:04 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2024-01-12 15:31:38 +0000
commit77292494fb3c831d5b70923f2258869c252b0311 (patch)
tree42904c1ceeebe177f118647c31d07833c26d035a
parent13fbe20942cd99c77daedd28560adaef4653fefb (diff)
downloadsrc-77292494fb3c831d5b70923f2258869c252b0311.tar.gz
src-77292494fb3c831d5b70923f2258869c252b0311.zip
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)
-rw-r--r--usr.sbin/tcpsso/tcpsso.88
1 files 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