From 2892deedb43cb3f0e1479f18609584c9d4952dda Mon Sep 17 00:00:00 2001
From: Micael Karlberg <bmk@erlang.org>
Date: Fri, 8 Feb 2019 16:08:09 +0100
Subject: [socket|doc] Add preliminary table caption

Add preliminary (option) table captions.

OTP-14831
---
 erts/doc/src/socket_usage.xml | 7 +++++++
 1 file changed, 7 insertions(+)

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>
-- 
cgit v1.2.3