1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-22 16:08:44 +00:00

More docu fixes

This commit is contained in:
Gerhard Rieger 2024-08-05 18:19:47 +02:00
parent 689b133817
commit 642b729622
2 changed files with 7 additions and 7 deletions

View file

@ -3282,7 +3282,7 @@ label(OPTION_OPENSSL_METHOD)dit(bf(tt(method=<ssl-method>)))
dit(tt(TLS1)) Select TLS protocol version 1.
dit(tt(TLS1.1)) Select TLS protocol version 1.1.
dit(tt(TLS1.2)) Select TLS protocol version 1.2.
When this option is not provided OpenSSL negotiates the mothod with its
When this option is not provided OpenSSL negotiates the method with its
peer.
enddit()
label(OPTION_OPENSSL_MIN_PROTO_VERSION)dit(bf(tt(min-proto-version)))
@ -4466,16 +4466,16 @@ mancommand(\.nf)
mancommand(\fBsocat --experimental -u \\)
mancommand(\.RS)
mancommand(\fBPOSIXMQ-RECV:/queue1,fork,max-children=3 \\
SYSTEM:"robot.sh"\fP)
SYSTEM:"worker.sh"\fP)
mancommand(\.RE)
mancommand(\.fi)
htmlcommand(<hr><div class="shell">socat --experimental -u &#x5C;
POSIXMQ-RECV:/queue1,fork,max-children=3 &#x5C;
SYSTEM:"robot.sh"</div>)
SYSTEM:"worker.sh"</div>)
Receives messages (packets) from POSIX message queue and, for each messages,
Receives messages (packets) from POSIX message queue and, for each message,
forks a sub process that reads and processes the message. At most 3 sub
processes are allowed at the same time.