mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
tcpsso: fix typos in man page
Reviewed by: manpages (bcr) MFC after: 1 week Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D43342
This commit is contained in:
parent
aa1223ac3a
commit
f402e08737
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue