File 2508-ssh-Doc-changes-to-make-clearer-IP-address-and-ip-op.patch of Package erlang
From b89f06569ee24011a8535c57d6a82e336afeb5bf Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Wed, 5 Apr 2017 15:45:18 +0200
Subject: [PATCH 9/9] ssh: Doc-changes to make clearer IP-address and
'ip'-option
---
lib/ssh/doc/src/ssh.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 48c9aa18e..368261968 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>
--
2.12.2