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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/soconfig.1m.man.txt
          +++ new/usr/src/man/man1m/soconfig.1m.man.txt
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  SYNOPSIS
   9    9         /sbin/soconfig -d dir
  10   10  
  11   11  
  12   12         /sbin/soconfig -f file
  13   13  
  14   14  
  15   15         /sbin/soconfig family type protocol [module | path]
  16   16  
  17   17  
       18 +       /sbin/soconfig -l
       19 +
       20 +
  18   21  DESCRIPTION
  19   22         The soconfig utility configures the transport provider driver for use
  20   23         with sockets. It specifies how the family, type, and protocol
  21   24         parameters in the socket(3SOCKET) call are mapped to the name of a
  22   25         transport provider such as /dev/tcp. This utility can be used to add an
  23   26         additional mapping or remove a previous mapping.
  24   27  
  25   28  
  26   29         The init(1M) utility uses soconfig with the sock2path.d(4) directory
  27   30         during the booting sequence.
↓ open down ↓ 13 lines elided ↑ open up ↑
  41   44                    separated by spaces:
  42   45  
  43   46                    family  type  protocol  [module | path]
  44   47  
  45   48                    These fields are described in the OPERANDS section below.
  46   49  
  47   50                    An example of file can be found in the EXAMPLES section
  48   51                    below.
  49   52  
  50   53  
       54 +       -l
       55 +                  Print the in-kernel socket configuration table.
       56 +
       57 +
  51   58  OPERANDS
  52   59         The following operands are supported:
  53   60  
  54   61         family
  55   62                          The protocol family as listed in the
  56   63                          /usr/include/sys/socket.h file, expressed as an
  57   64                          integer.
  58   65  
  59   66  
  60   67         type
↓ open down ↓ 68 lines elided ↑ open up ↑
 129  136  
 130  137  
 131  138  SEE ALSO
 132  139         init(1M), sock2path.d(4), attributes(5)
 133  140  
 134  141  
 135  142         Network Interface Guide
 136  143  
 137  144  
 138  145  
 139      -                                April 12, 2014                    SOCONFIG(1M)
      146 +                                 May 21, 2015                     SOCONFIG(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX