diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-11-27 16:13:33 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-11-27 16:13:33 +0000 |
commit | 839f58e99af49deaa14da76a10635086175145d6 (patch) | |
tree | f10d165c087bdeeb242683cb8c4909d86f7294fb /sys/man | |
parent | ff2ebe6cfdacd890a74a6d2f9b0acd062d2633b7 (diff) |
trampoline: Add -o option to send protocol-specific ctl string
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/trampoline | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/man/8/trampoline b/sys/man/8/trampoline index 812259248..eebfa6e5b 100644 --- a/sys/man/8/trampoline +++ b/sys/man/8/trampoline @@ -14,6 +14,9 @@ trampoline \- forward incoming calls to another address .B -m .I netdir ] [ +.B -o +.I opt +] [ .B -t .I timeout ] @@ -59,6 +62,12 @@ and the attribute .BR trampok . If no such entry is found, the call is rejected. .TP +.BI -t " opt +Write a protocol-specific control string +.I opt +to the connections control file. +This can be specified multiple times. +.TP .BI -t " timeout Terminates the connection after .I timeout |