Print this page
4770 soconfig(1M) needs an option to print the in-kernel socket configuration table

@@ -13,10 +13,13 @@
 
 
        /sbin/soconfig family type protocol [module | path]
 
 
+       /sbin/soconfig -l
+
+
 DESCRIPTION
        The soconfig utility configures the transport provider driver for use
        with sockets. It specifies how the family, type, and protocol
        parameters in the socket(3SOCKET) call are mapped to the name of a
        transport provider such as /dev/tcp. This utility can be used to add an

@@ -46,10 +49,14 @@
 
                   An example of file can be found in the EXAMPLES section
                   below.
 
 
+       -l
+                  Print the in-kernel socket configuration table.
+
+
 OPERANDS
        The following operands are supported:
 
        family
                         The protocol family as listed in the

@@ -134,6 +141,6 @@
 
        Network Interface Guide
 
 
 
-                                April 12, 2014                    SOCONFIG(1M)
+                                 May 21, 2015                     SOCONFIG(1M)