37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
diff -urNp stunnel-5.13/doc/stunnel.8 stunnel-5.13-patch/doc/stunnel.8
|
|
--- stunnel-5.13/doc/stunnel.8 2015-03-30 15:53:04.746385291 -0400
|
|
+++ stunnel-5.13-patch/doc/stunnel.8 2015-03-30 15:52:05.298134775 -0400
|
|
@@ -387,7 +387,7 @@ If no host specified, defaults to all IP
|
|
To listen on all IPv6 addresses use:
|
|
.Sp
|
|
.Vb 1
|
|
-\& connect = :::PORT
|
|
+\& accept = :::PORT
|
|
.Ve
|
|
.IP "\fBCApath\fR = \s-1DIRECTORY\s0" 4
|
|
.IX Item "CApath = DIRECTORY"
|
|
diff -urNp stunnel-5.13/doc/stunnel.html stunnel-5.13-patch/doc/stunnel.html
|
|
--- stunnel-5.13/doc/stunnel.html 2015-03-30 15:53:04.750385241 -0400
|
|
+++ stunnel-5.13-patch/doc/stunnel.html 2015-03-30 15:52:05.299134762 -0400
|
|
@@ -428,7 +428,7 @@
|
|
|
|
<p>To listen on all IPv6 addresses use:</p>
|
|
|
|
-<pre><code> connect = :::PORT</code></pre>
|
|
+<pre><code> accept = :::PORT</code></pre>
|
|
|
|
</dd>
|
|
<dt id="CApath-DIRECTORY"><b>CApath</b> = DIRECTORY</dt>
|
|
diff -urNp stunnel-5.13/doc/stunnel.pod stunnel-5.13-patch/doc/stunnel.pod
|
|
--- stunnel-5.13/doc/stunnel.pod 2015-03-30 15:53:04.750385241 -0400
|
|
+++ stunnel-5.13-patch/doc/stunnel.pod 2015-03-30 15:52:05.299134762 -0400
|
|
@@ -397,7 +397,7 @@ If no host specified, defaults to all IP
|
|
|
|
To listen on all IPv6 addresses use:
|
|
|
|
- connect = :::PORT
|
|
+ accept = :::PORT
|
|
|
|
=item B<CApath> = DIRECTORY
|
|
|