Typo in doc/socat-tun.html, link in README

This commit is contained in:
Gerhard Rieger 2022-10-06 19:39:42 +02:00
parent 4388f4b774
commit c0c4037a8d
3 changed files with 6 additions and 2 deletions

View file

@ -81,6 +81,10 @@ Features:
Filan prints target of symlink when appropriate
Test: FILANSYMLINK
Documentation:
Fixed typo in doc/socat-tun.html and link in README.
Thanks to William Suthers for reporting.
Testing:
Unset SOCAT_MAIN_WAIT on informational Socat calls

2
README
View file

@ -306,4 +306,4 @@ www.socat.org is an alternate site providing the same contents.
public git repository:
git://repo.or.cz/socat.git
http://repo.or.cz/r/socat.git
http://repo.or.cz/socat.git

View file

@ -68,7 +68,7 @@ device on the client.</p>
<p>
After successful connection both TUN interfaces should be active and transfer
date between each other using the TCP connection. Try this by pinging
data between each other using the TCP connection. Try this by pinging
192.168.255.1 from the client and 192.168.255.2 from the server.
</p>