Commit 6edec4fe authored by Martin Sustrik's avatar Martin Sustrik

zmq_udp(7) man page fixed

parent 70601c24
...@@ -19,9 +19,9 @@ or the name of the NIC as reported by operating system. IP address of the ...@@ -19,9 +19,9 @@ or the name of the NIC as reported by operating system. IP address of the
multicast group should be specified in the numeric representation. For example: multicast group should be specified in the numeric representation. For example:
.nf .nf
udp://eth0:224.0.0.1:5555 udp://eth0;224.0.0.1:5555
udp://lo:230.0.0.0:6666 udp://lo;230.0.0.0:6666
udp://192.168.0.111:224.0.0.1:5555 udp://192.168.0.111;224.0.0.1:5555
.fi .fi
Note that NIC names are not standardised by POSIX. They tend to be rather Note that NIC names are not standardised by POSIX. They tend to be rather
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment