File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 340340
341341\pnum
342342In the table below,
343- \tcode {a} denotes a value of type \tcode {X} or \tcode {const X},
344- \tcode {b} denotes a value of type \tcode {address} or \tcode {const address},
345- \tcode {c} and \tcode {d} denote values of type \tcode {address_v4} or \tcode {const address_v4},
346- \tcode {e} denotes a value of type \tcode {address_v6} or \tcode {const address_v6},
347- \tcode {f} denotes a value of type \tcode {unsigned int} or \tcode {const unsigned int},
343+ \tcode {a} denotes a value of type \tcode {address} or \tcode {const address},
344+ \tcode {b} and \tcode {c} denote values of type \tcode {address_v4} or \tcode {const address_v4},
345+ \tcode {d} denotes a value of type \tcode {address_v6} or \tcode {const address_v6},
346+ \tcode {e} denotes a value of type \tcode {unsigned int} or \tcode {const unsigned int},
348347and \tcode {u} denotes an identifier.
349348
350349\begin {libreqtab3 }
362361\rhdr {assertion/note pre/post-conditions} \\ \capsep
363362\endhead
364363
365- \tcode {X u(b );} &
364+ \tcode {X u(a );} &
366365 &
367366 Constructs a multicast group socket option to join the group with the specified version-independent address. \\ \rowsep
368367
369- \tcode {X u(c, d );} &
368+ \tcode {X u(b, c );} &
370369 &
371370 Constructs a multicast group socket option to join the specified IPv4 address on a specified network interface. \\ \rowsep
372371
373- \tcode {X u(e, f );} &
372+ \tcode {X u(d, e );} &
374373 &
375374 Constructs a multicast group socket option to join the specified IPv6 address on a specified network interface. \\
376375
You can’t perform that action at this time.
0 commit comments