diff options
author | Micael Karlberg <[email protected]> | 2019-02-08 16:08:09 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-02-22 19:45:52 +0100 |
commit | 2892deedb43cb3f0e1479f18609584c9d4952dda (patch) | |
tree | 8e3d9212082013f94a09cb1d0e2ef14d635fa3ba | |
parent | 72b1e75d9bfc7340c3e4a7158cf1c21ae467d52a (diff) | |
download | otp-2892deedb43cb3f0e1479f18609584c9d4952dda.tar.gz otp-2892deedb43cb3f0e1479f18609584c9d4952dda.tar.bz2 otp-2892deedb43cb3f0e1479f18609584c9d4952dda.zip |
[socket|doc] Add preliminary table caption
Add preliminary (option) table captions.
OTP-14831
-rw-r--r-- | erts/doc/src/socket_usage.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/doc/src/socket_usage.xml b/erts/doc/src/socket_usage.xml index 756f0dbd44..4ec31b5296 100644 --- a/erts/doc/src/socket_usage.xml +++ b/erts/doc/src/socket_usage.xml @@ -110,6 +110,7 @@ <cell>yes</cell> <cell>none</cell> </row> + <tcaption>option levels</tcaption> </table> <p>Options for level <c>socket</c>: </p> @@ -275,6 +276,7 @@ <cell>yes</cell> <cell>none</cell> </row> + <tcaption>socket options</tcaption> </table> <p>Options for level <c>ip</c>: </p> @@ -496,6 +498,7 @@ <cell>no</cell> <cell>none</cell> </row> + <tcaption>ip options</tcaption> </table> <p>Options for level <c>ipv6</c>: </p> @@ -641,6 +644,7 @@ <cell>no</cell> <cell>none</cell> </row> + <tcaption>ipv6 options</tcaption> </table> <p>Options for level <c>tcp</c>: </p> @@ -673,6 +677,7 @@ <cell>yes</cell> <cell>none</cell> </row> + <tcaption>tcp options</tcaption> </table> <p>Options for level <c>udp</c>: </p> @@ -691,6 +696,7 @@ <cell>yes</cell> <cell>none</cell> </row> + <tcaption>udp options</tcaption> </table> <p>Options for level <c>sctp</c>: </p> @@ -758,6 +764,7 @@ <cell>yes</cell> <cell>none</cell> </row> + <tcaption>sctp options</tcaption> </table> </section> |