diff --git a/CHANGES b/CHANGES index 42b7809..82f5f80 100644 --- a/CHANGES +++ b/CHANGES @@ -85,6 +85,9 @@ Documentation: Fixed typo in doc/socat-tun.html and link in README. Thanks to William Suthers for reporting. + Fixed hard coded path in docu examples. + Thanks to Jakub Wilk for sending a patch. + Testing: Unset SOCAT_MAIN_WAIT on informational Socat calls diff --git a/doc/socat.yo b/doc/socat.yo index 37d83bd..49ab0dd 100644 --- a/doc/socat.yo +++ b/doc/socat.yo @@ -3578,7 +3578,7 @@ unicast, multicast, or broadcast address. label(EXAMPLE_SSD) -dit(bf(tt(echo -e "M-SEARCH * HTTP/1.1\nHOST: 239.255.255.250:1900\nMAN: \"ssdp:discover\"\nMX: 4\nST: \"ssdp:all\"\n" |./socat - UDP-DATAGRAM:239.255.255.250:1900,crlf))) +dit(bf(tt(echo -e "M-SEARCH * HTTP/1.1\nHOST: 239.255.255.250:1900\nMAN: \"ssdp:discover\"\nMX: 4\nST: \"ssdp:all\"\n" |socat - UDP-DATAGRAM:239.255.255.250:1900,crlf))) sends an SSDP (Simple Service Discovery Protocol) query to the local network and collects and outputs the answers received.