1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 02:22:57 +00:00

corrected option names to interval

This commit is contained in:
Gerhard Rieger 2008-02-03 12:14:36 +01:00
parent edd6dae2de
commit 2e7314d523
8 changed files with 26 additions and 21 deletions

View file

@ -163,7 +163,7 @@ label(option_t)dit(bf(tt(-t))tt(<timeout>))
down. Then, socat() waits <timeout> [link(timeval)(TYPE_TIMEVAL)] seconds
before terminating. Default is 0.5 seconds. This timeout only applies to
addresses where write and read part can be closed independently. When during
the timeout intervall the read part gives EOF, socat terminates without
the timeout interval the read part gives EOF, socat terminates without
awaiting the timeout.
label(option_T)dit(bf(tt(-T))tt(<timeout>))
Total inactivity timeout: when socat is already in the transfer loop and
@ -1774,7 +1774,7 @@ label(OPTION_KEEPIDLE)dit(bf(tt(keepidle=<seconds>)))
Sets the idle time before sending the first keepalive to <seconds>
[link(int)(TYPE_INT)].
label(OPTION_KEEPINTVL)dit(bf(tt(keepintvl=<seconds>)))
Sets the intervall between two keepalives to <seconds>
Sets the interval between two keepalives to <seconds>
[link(int)(TYPE_INT)].
label(OPTION_LINGER2)dit(bf(tt(linger2=<seconds>)))
Sets the time to keep the socket in FIN-WAIT-2 state to <seconds>
@ -2227,11 +2227,11 @@ label(OPTION_PTY_WAIT_SLAVE)dit(bf(tt(wait-slave)))
system call. And it depends on an undocumented behaviour of pty's, so it
does not work on all operating systems. It has successfully been tested on
Linux, FreeBSD, NetBSD, and on Tru64 with openpty.
label(OPTION_PTY_INTERVALL)dit(bf(tt(pty-intervall=<seconds>)))
label(OPTION_PTY_INTERVAL)dit(bf(tt(pty-interval=<seconds>)))
When the link(wait-slave)(OPTION_PTY_WAIT_SLAVE) option is set, socat
periodically checks the HUP condition using tt(poll()) to find if the pty's
slave side has been opened. The default polling intervall is 1s. Use the
pty-intervall option [link(timeval)(TYPE_TIMEVAL)] to change this value.
slave side has been opened. The default polling interval is 1s. Use the
pty-interval option [link(timeval)(TYPE_TIMEVAL)] to change this value.
enddit()
@ -2326,7 +2326,7 @@ startdit()
label(OPTION_RETRY)dit(bf(tt(retry=<num>)))
Number of retries before the connection or listen attempt is aborted.
Default is 0, which means just one attempt.
label(OPTION_INTERVALL)dit(bf(tt(intervall=<timespec>)))
label(OPTION_INTERVAL)dit(bf(tt(interval=<timespec>)))
Time between consecutive attempts (seconds,
[link(timespec)(TYPE_TIMESPEC)]). Default is 1 second.
label(OPTION_FOREVER)dit(bf(tt(forever)))

View file

@ -1789,7 +1789,7 @@ Platforms: all
Linux, FreeBSD, NetBSD, and on Tru64 with openpty.
Option: pty-intervall
Option: pty-interval
Type: TIMESPEC
Option group: PTY
@ -1799,7 +1799,7 @@ Platforms: all
When the wait-slave option is set, socat periodically checks the HUP
condition using poll() to find if the pty's slave side has been
opened. The default
polling intervall is 1s. Use the pty-intervall option to change this value.
polling interval is 1s. Use the pty-interval option to change this value.
===============================================================================
@ -3008,7 +3008,7 @@ Option group: IP_TCP
Phase: PASTSOCKET
Platforms: Linux
Sets the TCP_KEEPINTVL value of the socket with setsockopt(). Intervall between
Sets the TCP_KEEPINTVL value of the socket with setsockopt(). Interval between
keepalives (in seconds?)
@ -4703,7 +4703,7 @@ Number of retries before the connection or listen attempt is aborted.
Default is 0, which means just one attempt.
Option: intervall=<double>
Option: interval=<double>
Type: TIMESPEC
Option group: RETRY