diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-22 11:38:17 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-22 11:38:17 +0100 |
commit | 6edec4fe93c60693a5faee7e4e8821eac4f43d4d (patch) | |
tree | 8397fc1bc04f318bc05dd813d39dd0dfc3765d34 /man/man7 | |
parent | 70601c243fa7e91f5cceaa80190d7b413940020b (diff) |
zmq_udp(7) man page fixed
Diffstat (limited to 'man/man7')
-rw-r--r-- | man/man7/zmq_udp.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man7/zmq_udp.7 b/man/man7/zmq_udp.7 index 2e77ffe..5b9e6e1 100644 --- a/man/man7/zmq_udp.7 +++ b/man/man7/zmq_udp.7 @@ -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: .nf - udp://eth0:224.0.0.1:5555 - udp://lo:230.0.0.0:6666 - udp://192.168.0.111:224.0.0.1:5555 + udp://eth0;224.0.0.1:5555 + udp://lo;230.0.0.0:6666 + udp://192.168.0.111;224.0.0.1:5555 .fi Note that NIC names are not standardised by POSIX. They tend to be rather |