aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-04-05 15:45:18 +0200
committerHans Nilsson <[email protected]>2017-04-07 10:23:42 +0200
commitb89f06569ee24011a8535c57d6a82e336afeb5bf (patch)
treeb9d7c89af83a12dbccc010e67c1f2472a1a8f8bf /lib/ssh/doc
parent7ad21ca66f5a46be231fffe884ac2c3b5d97c7ae (diff)
downloadotp-b89f06569ee24011a8535c57d6a82e336afeb5bf.tar.gz
otp-b89f06569ee24011a8535c57d6a82e336afeb5bf.tar.bz2
otp-b89f06569ee24011a8535c57d6a82e336afeb5bf.zip
ssh: Doc-changes to make clearer IP-address and 'ip'-option
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r--lib/ssh/doc/src/ssh.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 48c9aa18e9..368261968d 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -396,18 +396,18 @@
<p>The rules for handling the two address passing options are:</p>
<list>
- <item>if <c>HostAddress</c> is an ip-address, that ip-address is the listening address.
- An ip-option will be discarded if present.</item>
+ <item>if <c>HostAddress</c> is an IP-address, that IP-address is the listening address.
+ An 'ip'-option will be discarded if present.</item>
<item>if <c>HostAddress</c> is <c>loopback</c>, the listening address
is <c>loopback</c> and an loopback address will be choosen by the underlying layers.
- An ip-option will be discarded if present.</item>
+ An 'ip'-option will be discarded if present.</item>
- <item>if <c>HostAddress</c> is <c>any</c> and no ip-option is present, the listening address is
+ <item>if <c>HostAddress</c> is <c>any</c> and no 'ip'-option is present, the listening address is
<c>any</c> and the socket will listen to all addresses</item>
- <item>if <c>HostAddress</c> is <c>any</c> and an ip-option is present, the listening address is
- set to the value of the ip-option</item>
+ <item>if <c>HostAddress</c> is <c>any</c> and an 'ip'-option is present, the listening address is
+ set to the value of the 'ip'-option</item>
</list>
<p>Options:</p>