diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-19 13:19:58 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-05 15:46:52 +0000 |
commit | 75b6e26f5ee1d313ba0d5b835e287f06b9770559 (patch) | |
tree | ff1edc3cf7aeafd40a50bae944c3a02752a369c1 /doc/doc-docbook | |
parent | 47ea06b6f9b628fd72817d897526d5372624de99 (diff) |
Docs: tidying
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 42a84db56..25abda9e5 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -20155,8 +20155,10 @@ semicolon is the default route list separator. .section "Format of one host item" "SECTformatonehostitem" -Each item in the list of hosts is either a host name or an IP address, -optionally with an attached port number. When no port is given, an IP address +Each item in the list of hosts can be either a host name or an IP address, +optionally with an attached port number, or it can be a single "+" +(see &%hosts_randomize%&). +When no port is given, an IP address is not enclosed in brackets. When a port is specified, it overrides the port specification on the transport. The port is separated from the name or address by a colon. This leads to some complications: |