Skip to content

Commit 00b8079

Browse files
committed
[internet.reqmts.opt.mcast] Change variable names in table
Previously the variable 'a' was introduced by not used.
1 parent 639bcad commit 00b8079

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/internetprotocol.tex

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,10 @@
340340

341341
\pnum
342342
In 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},
348347
and \tcode{u} denotes an identifier.
349348

350349
\begin{libreqtab3}
@@ -362,15 +361,15 @@
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

0 commit comments

Comments
 (0)