mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
document -d on streamtcp man page.
git-svn-id: file:///svn/unbound/trunk@4820 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3b171545b6
commit
375d3e7520
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
||||||
.RB [ \-unsh ]
|
.RB [ \-unsh ]
|
||||||
.RB [ \-f
|
.RB [ \-f
|
||||||
.IR ipaddr[@port] ]
|
.IR ipaddr[@port] ]
|
||||||
|
.RB [ \-d
|
||||||
|
.IR secs ]
|
||||||
.I name
|
.I name
|
||||||
.I type
|
.I type
|
||||||
.I class
|
.I class
|
||||||
|
|
@ -50,6 +52,10 @@ Print program usage.
|
||||||
.TP
|
.TP
|
||||||
.B \-f \fIipaddr[@port]
|
.B \-f \fIipaddr[@port]
|
||||||
Specify the server to send the queries to. If not specified localhost (127.0.0.1) is used.
|
Specify the server to send the queries to. If not specified localhost (127.0.0.1) is used.
|
||||||
|
.TP
|
||||||
|
.B \-d \fIsecs
|
||||||
|
Delay after the connection before sending query. This tests the timeout
|
||||||
|
on the other side, eg. if shorter the connection is closed.
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.LP
|
.LP
|
||||||
Some examples of use.
|
Some examples of use.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue