Print this page
4344 Minor typos in the 3nsl man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/rpcbind.3nsl
          +++ new/usr/src/man/man3nsl/rpcbind.3nsl
   1    1  '\" te
   2    2  .\"  Copyright 1989 AT&T  Copyright (c) 1997, 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.
   4    4  .\" 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    5  .\" 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 RPCBIND 3NSL "Feb 20, 1998"
        6 +.TH RPCBIND 3NSL "Dec 27, 2013"
   7    7  .SH NAME
   8    8  rpcbind, rpcb_getmaps, rpcb_getaddr, rpcb_gettime, rpcb_rmtcall, rpcb_set,
   9    9  rpcb_unset \- library routines for RPC bind service
  10   10  .SH SYNOPSIS
  11   11  .LP
  12   12  .nf
  13   13  #include <rpc/rpc.h>
  14   14  
  15   15  
  16   16  
  17      -\fBstruct rpcblist *\fR\fBrpcb_getmaps\fR(\fBconst struct netconfig *\fR\fInnetconf\fR,
       17 +\fBstruct rpcblist *\fR\fBrpcb_getmaps\fR(\fBconst struct netconfig *\fR\fInetconf\fR,
  18   18       \fBconst char *\fR\fIhost\fR);
  19   19  .fi
  20   20  
  21   21  .LP
  22   22  .nf
  23   23  \fBbool_t\fR  \fBrpcb_getaddr\fR(\fBconst rpcprog_t\fR  \fIprognum\fR, \fBconst rpcvers_t\fR \fIversnum\fR,
  24   24       \fBconst struct netconfig *\fR\fInetconf\fR, \fBstruct netbuf *\fR\fIssvcaddr\fR,
  25   25       \fBconst char *\fR\fIhost\fR);
  26   26  .fi
  27   27  
↓ open down ↓ 1 lines elided ↑ open up ↑
  29   29  .nf
  30   30  \fBbool_t\fR \fBrpcb_gettime\fR(\fBconst char *\fR\fIhost\fR, \fBtime_t *\fR\fItimep\fR);
  31   31  .fi
  32   32  
  33   33  .LP
  34   34  .nf
  35   35  \fBenum clnt_stat\fR \fBrpcb_rmtcall\fR(\fBconst struct netconfig *\fR\fInetconf\fR,
  36   36       \fBconst char *\fR\fIhost\fR, \fBconst rpcprog_t\fR \fIprognum\fR,
  37   37       \fBconst rpcvers_t\fR \fIversnum\fR, \fBconst rpcproc_t\fR \fIprocnum\fR,
  38   38       \fBconst xdrproc_t\fR \fIinproc\fR, \fBconst caddr_t\fR \fIin\fR,
  39      -     \fBconst xdrproc_t\fR \fIoutproc\fR \fBcaddr_t\fR \fIout\fR,,
       39 +     \fBconst xdrproc_t\fR \fIoutproc\fR \fBcaddr_t\fR \fIout\fR,
  40   40       \fBconst struct timeval\fR \fItout\fR, \fBstruct netbuf  *\fR\fIsvcaddr\fR);
  41   41  .fi
  42   42  
  43   43  .LP
  44   44  .nf
  45   45  \fBbool_t\fR \fBrpcb_set\fR(\fBconst rpcprog_t\fR \fIprognum\fR, \fBconst rpcvers_t\fR \fIversnum\fR,
  46   46       \fBconst struct netconfig *\fR\fInetconf\fR, \fBconst struct netbuf *\fR\fIsvcaddr\fR);
  47   47  .fi
  48   48  
  49   49  .LP
↓ open down ↓ 130 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX