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

*** 13,22 **** --- 13,25 ---- /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,55 **** --- 49,62 ---- 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,139 **** Network Interface Guide ! April 12, 2014 SOCONFIG(1M) --- 141,146 ---- Network Interface Guide ! May 21, 2015 SOCONFIG(1M)