git: f402e087379c - main - tcpsso: fix typos in man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 18:20:15 UTC
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=f402e087379cf6b2c6045348f87caf69b4ebebef commit f402e087379cf6b2c6045348f87caf69b4ebebef Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2024-01-06 18:17:04 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2024-01-06 18:17:04 +0000 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 --- 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