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
          +++ new/usr/src/man/man1m/soconfig.1m
   1    1  '\" te
   2    2  .\"  Copyright (c) 2008, Sun Microsystems, Inc.  All Rights Reserved
        3 +.\"  Copyright 2015 Nexenta Systems, Inc. All rights reserved.
   3    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4    5  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    6  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH SOCONFIG 1M "Apr 12, 2014"
        7 +.TH SOCONFIG 1M "May 21, 2015"
   7    8  .SH NAME
   8    9  soconfig \- configure transport providers for use by sockets
   9   10  .SH SYNOPSIS
  10   11  .LP
  11   12  .nf
  12   13  \fB/sbin/soconfig\fR \fB-d\fR \fIdir\fR
  13   14  .fi
  14   15  
  15   16  .LP
  16   17  .nf
  17   18  \fB/sbin/soconfig\fR \fB-f\fR \fIfile\fR
  18   19  .fi
  19   20  
  20   21  .LP
  21   22  .nf
  22   23  \fB/sbin/soconfig\fR \fIfamily\fR \fItype\fR \fIprotocol\fR [\fImodule\fR | \fIpath\fR]
  23   24  .fi
  24   25  
       26 +.LP
       27 +.nf
       28 +\fB/sbin/soconfig\fR \fB-l\fR
       29 +.fi
       30 +
  25   31  .SH DESCRIPTION
  26   32  .sp
  27   33  .LP
  28   34  The \fBsoconfig\fR utility configures the transport provider driver for use
  29   35  with sockets. It specifies how the family, type, and protocol parameters in the
  30   36  \fBsocket\fR(3SOCKET) call are mapped to the name of a transport provider such
  31   37  as \fB/dev/tcp\fR. This utility can be used to add an additional mapping or
  32   38  remove a previous mapping.
  33   39  .sp
  34   40  .LP
↓ open down ↓ 24 lines elided ↑ open up ↑
  59   65  information stored in \fIfile\fR. A \fBsoconfig\fR file consists of lines of at
  60   66  least the first three fields listed below, separated by spaces:
  61   67  .sp
  62   68  \fIfamily  type  protocol  [module | path]\fR
  63   69  .sp
  64   70  These fields are described in the \fBOPERANDS\fR section below.
  65   71  .sp
  66   72  An example of \fIfile\fR can be found in the \fBEXAMPLES\fR section below.
  67   73  .RE
  68   74  
       75 +.sp
       76 +.ne 2
       77 +.na
       78 +\fB\fB-l\fR
       79 +.ad
       80 +.RS 11n
       81 +Print the in-kernel socket configuration table.
       82 +.RE
       83 +
  69   84  .SH OPERANDS
  70   85  .sp
  71   86  .LP
  72   87  The following operands are supported:
  73   88  .sp
  74   89  .ne 2
  75   90  .na
  76   91  \fB\fIfamily\fR\fR
  77   92  .ad
  78   93  .RS 17n
↓ open down ↓ 110 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX