Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3lib/libfcoe.3lib
          +++ new/usr/src/man/man3lib/libfcoe.3lib
   1    1  '\" te
   2    2  .\" Copyright (c) 2009, Sun Microsystems, Inc.  All Rights Reserved.
   3    3  .\" 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. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   4    4  .\"  See the License for the specific language governing permissions and limitations under the License. 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
   5    5  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH LIBFCOE 3LIB "Apr 1, 2009"
        6 +.TH LIBFCOE 3LIB "Aug 19, 2019"
   7    7  .SH NAME
   8      -libfcoe \- FCoE Port Mangament library
        8 +libfcoe \- FCoE Port Management library
   9    9  .SH SYNOPSIS
  10      -.LP
  11   10  .nf
  12      -cc [ \fIflag\fR... ] \fIfile\fR... lfcoe [ \fIlibrary\fR... ]
       11 +cc [ \fIflag\fR... ] \fIfile\fR... \fB-lfcoe\fR [ \fIlibrary\fR... ]
  13   12  #include <libfcoe.h>
  14   13  .fi
  15   14  
  16   15  .SH DESCRIPTION
  17      -.sp
  18      -.LP
  19   16  Functions in this library provide management of the FCoE (Fibre Channel over
  20   17  Ethernet) ports in the system, allowing clients to create, delete and list
  21   18  information of FCoE ports.
  22   19  .SH INTERFACES
  23      -.sp
  24      -.LP
  25   20  The shared object \fBlibfcoe.so.1\fR provides the public interfaces defined
  26   21  below. See \fBIntro\fR(3) for additional information on shared object
  27   22  interfaces.
  28   23  .sp
  29   24  
  30   25  .sp
  31   26  .TS
  32   27  l l
  33   28  l l .
  34   29  \fBFCOE_CreatePort\fR   \fBFCOE_DeletePort\fR
  35   30  \fBFCOE_GetPortList\fR  
  36   31  .TE
  37   32  
  38   33  .SH FILES
  39      -.sp
  40   34  .ne 2
  41   35  .na
  42      -\fB\fB/lib/libfcoe.so.1\fR\fR
       36 +\fB/lib/libfcoe.so.1\fR
  43   37  .ad
  44   38  .RS 24n
  45   39  shared object
  46   40  .RE
  47   41  
  48   42  .sp
  49   43  .ne 2
  50   44  .na
  51      -\fB\fB/lib/64/libfcoe.so.1\fR\fR
       45 +\fB/lib/64/libfcoe.so.1\fR
  52   46  .ad
  53   47  .RS 24n
  54   48  64-bit shared object
  55   49  .RE
  56   50  
  57   51  .SH ATTRIBUTES
  58      -.sp
  59      -.LP
  60   52  See \fBattributes\fR(5) for descriptions of the following attributes:
  61   53  .sp
  62   54  
  63   55  .sp
  64   56  .TS
  65   57  box;
  66   58  c | c
  67   59  l | l .
  68   60  ATTRIBUTE TYPE  ATTRIBUTE VALUE
  69   61  Interface Stability     Committed
  70   62  _
  71   63  MT-Level        Safe
  72   64  .TE
  73   65  
  74   66  .SH SEE ALSO
  75      -.sp
  76      -.LP
  77   67  \fBIntro\fR(3), \fBFCOE_CreatePort\fR(3FCOE), \fBFCOE_DeletePort\fR(3FCOE),
  78   68  \fBFCOE_GetPortList\fR(3FCOE), \fBattributes\fR(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX