diff --git a/usr.sbin/tcpsso/tcpsso.8 b/usr.sbin/tcpsso/tcpsso.8 --- 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 @@ .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 @@ 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 @@ .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